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
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. 馃憤