I am in the process of creating a release pipeline for a node application to a web app in app services. The issue is i am getting this error :
Error: Failed to get resource ID for resource type 'Microsoft.Web/Sites' and resource name 'SurveySaysStaging'. Error: Could not fetch access token for Managed Service Principal. Please configure Managed Service Identity (MSI) for virtual machine 'https://aka.ms/azure-msi-docs'. Status code: 400, status message: Bad Request.
I have activated MSI but it is still not working. I also could not find anything related to service principals in my settings and only shows details of the subscriptions. Any help would be very appreciated.
Thanks!