Hi.
I am setting up Octopus Deployment on a VM inside our Azure environment. I want to deploy to Web Apps in that environment, and have set up a Active Directory application to authenticate OD into Azure.
I keep getting this error here when OD tries to read the resource group list:
Microsoft.Rest.Azure.CloudException: The client ‘{guid}’ with object id ‘{guid}’ does not have authorization to perform action ‘Microsoft.Resources/subscriptions/resourcegroups/read’ over scope ‘/subscriptions/{guid2}’.
It seems that the AAD Application does not have the rights to read the resource group list. How do I configure this?