Open chriscordova opened 2 years ago
/usr/bin/az --version WARNING: You have 2 updates available. Consider updating your CLI installation with 'az upgrade' azure-cli 2.37.0 *
Please let us know how we are doing: https://aka.ms/azureclihats and let us know if you're interested in trying out our newest features: https://aka.ms/CLIUXstudy core 2.37.0 * telemetry 1.0.6
Extensions: azure-devops 0.25.0
Dependencies: msal 1.18.0b1 azure-mgmt-resource 21.1.0b1
Python location '/opt/az/bin/python3' Extensions directory '/opt/az/azcliextensions'
Python (Linux) 3.10.4 (main, May 23 2022, 14:03:08) [GCC 9.4.0]
Legal docs and information: aka.ms/AzureCliLegal
Setting AZURE_CONFIG_DIR env variable to: /home/vsts/work/_temp/.azclitask Setting active cloud to: AzureCloud /usr/bin/az cloud set -n AzureCloud /usr/bin/az login --service-principal -u --password= --tenant XXXXXXXXXXX --allow-no-subscriptions [ { "cloudName": "AzureCloud", "homeTenantId": "XXXXXXX", "id": "XXXXXX", "isDefault": true, "managedByTenants": [], "name": "XXXXX", "state": "Enabled", "tenantId": "XXXXXX", "user": { "name": "***", "type": "servicePrincipal" } } ] /usr/bin/az account set --subscription XXXXXXXXXX /usr/bin/bash /home/vsts/work/_temp/azureclitaskscript1657011671578.sh
`
route to CXP team
All is working now, i had removed the
--restart-policy OnFailure
tag from the
az container
command and has worked...has something changed for this not to work anymore?
Thank you @chriscordova for the confirmation. we will get back on this.
We are routing this to Service teams for further attention!
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @macolso.
Author: | chriscordova |
---|---|
Assignees: | - |
Labels: | `Service Attention`, `Container Instances`, `customer-reported`, `CXP Attention`, `Auto-Assign` |
Milestone: | Backlog |
Related command az container create --resource-group XXXXXX --file XXXX.yaml --restart-policy OnFailure
Describe the bug Using the Azure CLI step in Azure Pipelines, and it is stuck on that step. Has been working as expected with no issues this morning AEST.
To Reproduce
Expected behavior
Environment summary
Additional context