skip to Main Content

No option to use managed identity in azure devops to connecti with container registry

I'd like to create connection between pipeline in Azure devops and container registry. Admins created Managed identity for me. I'd like to use that one but there is no way. According to guide: https://learn.microsoft.com/en-us/azure/devops/pipelines/ecosystems/containers/publish-to-acr?view=azure-devops&tabs=javascript%2Cportal%2Cmsi&fbclid=IwAR2bV28HzRs8v-qTXuo592KU5KxOFnNsOvhxpNx0ZCBYfz2OPnYXWh7rqUs I should be able to create…

VIEW QUESTION

Azure DevOps YAML Split & Each – Ubuntu

We have variable group in Pipeline and it has below input Input: Instance1,Instance2,Inastance3 Expected Output: Instance1 Instance2 Inastance3 We tried below YAML Code trigger: - main pool: vmImage: ubuntu-latest variables: - group: "DevInstanceList" - name: InstancesList value: $[variables.Instances] steps: -…

VIEW QUESTION
Back To Top
Search