I am trying to use the DevOps Azure App Configuration task and I keep getting the error message "Access Denied".
I have triple checked and the Service Principal has both;
There seems to be very little I can "get wrong" with this particular extension - the options are limited to:
.. and thats about it
Does anyone have any suggestions?
The role 'Owner' does not grant access to the configuration values.
Contributor or Owner: Use this role to manage the App Configuration resource. It grants access to the resource's access keys. While the App Configuration data can be accessed using access keys, this role doesn't grant direct access to the data using Microsoft Entra ID. This role is required if you access the App Configuration data via ARM template, Bicep, or Terraform during deployment.
The role you'll need is App Configuration Data Reader if you need to read values, or App Configuration Data Owner if you need read/write/delete access to App Configuration data.