How can I attach a public IP and enable public access to a Cosmos DB instance initially set to Private Access?
As said in title, I've got a client looking to temporarily enable public access to their Cosmos DB clusters that were initially configured with private access only.
The documentation I've found suggests creating a rule under Networking to allow public access, which I've done, but it doesn't seem like anything has changed. The connection strings listed show the hostname of [db-name].mongocluster.cosmos.azure.com, but that address doesn't resolve publicly and I don't see anywhere with a public IP address listed.
Some other resources suggest there's a toggle I can access to flip it between Public and Private, but there's no such toggle anywhere I can access and I've got full permissions on everything as far as I can tell.
What's my next move here? They've got VPN access that's letting them hit the private endpoint currently but that connection has been dying in the middle of performing the imports they're trying to do and interrupting the process.