Service Connection
2 TopicsService Connection with user-assigned Managed Identity and Azure App Service failing to deploy
Hi guys So i wanted to try to work with managed identities in Azure DevOps instead of the service principal on my service connection (Azure Resource Manager) to Azure. However i am struggling to understand where i can specifiy the user assigned managed identity that i created on the Azure side for this purpose. Using this new service connection for my Deployment Pipeline i keep getting this message: ##[error]Error: Failed to fetch App Service 'my app Service' publishing credentials. Error: Could not fetch access token for Azure. Status code: 400, status message: Could not fetch access token for Managed Service Principal. Status code: 400, status message: Bad Request Is this setup even supported? i gave this newly created managed identity owner permissions on the whole subscription.... Thanks for any help!Solved3.6KViews1like3CommentsAzure DevOps Pipelines: Discovering the Ideal Service Connection Strategy
Embarking on the journey of deploying code into Azure through Azure DevOps brings forth a crucial question: how should your DevOps environment communicate with your Azure resources? In this in-depth exploration, we dive into the intricacies of configuring Service Connections and unravel the decision-making process surrounding their deployment.6.2KViews3likes0Comments