I provisioned a Azure App Config , when I try to access it, I am getting this error
Can anyone help how to solve it?
Any Pointers will be helpful!
EDIT - 3/17
CodePudding user response:
- I am able to access the Configuration explorer without any error.
Your error says that there is some issue with the network/firewall/browser extensions.
-
- You can't connect to App config owing to network troubles . Please try a different machine/network/browser, disable vpn, check firewall rules to see if the problem goes away.
When you use private endpoints for your App Configuration store, you can:
Configure the firewall to prohibit any connections to App Configuration on the public endpoint to protect your application configuration details.
- Create a VNET, link it to a private endpoint, and approve it.
If it's already set to Enabled, then I'd open a support ticket with Microsoft and share the CORS error that you've displayed above.