Appconfiguration: 403 Forbidden Error with Contributor Role in .Net Framework App

Created on 16 Mar 2020  路  3Comments  路  Source: Azure/AppConfiguration

I am getting 403 forbidden error trying to access Azure App Configuration using AzureAppConfiguration ConfigurationBuilder 1.0.0 on a .Net Framework App.

However the same App Configuration instance is accessible using .Net Core App.
Note that we had to use Contributor role for the .Net Core app to work

question

All 3 comments

Hello @kamalsivalingam,

It sounds like you are talking about the AzureAppConfigurationBuilder mentioned here . When using the endpoint connection attribute, the "Azure App Configuration Data Reader" role or "Azure App Configuration Data Owner" role is required.

Thanks a ton @jimmyca15 for pointing at the exact fix and documentation. 馃挴

@kamalsivalingam You're welcome. Thanks for using Azure App Configuration. 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Prince269090 picture Prince269090  路  4Comments

yegu-ms picture yegu-ms  路  7Comments

justinmetz picture justinmetz  路  3Comments

ssulei7 picture ssulei7  路  6Comments

funkysi1701 picture funkysi1701  路  7Comments