Home > Blockchain >  Azure App Config Error in Azure Portal, Not able to add configs
Azure App Config Error in Azure Portal, Not able to add configs

Time:03-17

I provisioned a Azure App Config , when I try to access it, I am getting this error

Can anyone help how to solve it?

enter image description here

Any Pointers will be helpful!

EDIT - 3/17

enter image description here

CodePudding user response:

  • I am able to access the Configuration explorer without any error.

enter image description here

  • Your error says that there is some issue with the network/firewall/browser extensions.

  • Try to open enter image description here

    • 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.

    Please refer The Networking Blade

    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.

  • Related