You are not authorized to access this configuration store data using Access keys or Microsoft Entra ID. If your access has been granted recently, please wait 15 minutes for the role assignment to propagate and reload the page to refresh your credentials.
What is the Issue?
When accessing Azure App Configuration from the Azure Portal, you might get the above error message. This is because access keys has been disabled and you can only access the configuration store using Microsoft Entra ID and with necessary Azure RBAC roles.

Fix with Best Security Practises
With consideration of best security practises and let user access the Azure App Configuration Store, you can give necessary Azure RBAC roles to the user.
- Go to your Azure App Configuration.
- Click on Access Control (IAM).
- Add a new role assignment.
- Select “App Configuration Data Owner” or “App Configuration Data Reader” depending on your use case. Data Owner has READ, WRITE, DELETE access. Data Reader only has READ access.
- Go Next and assign the user and complete the setup.
- Wait for 15 minutes for the roles to get propagated.

After 15 minutes, reload the configuration store page and you will have access to READ or WRITE data.

Fix without Best Security Practises
Just Enable the access keys.



Leave a Reply