You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
We are required to deploy a Container App to Azure. I tried to find a pipe for that but the Web App one doesn't seem to work for that.
So, we are trying to use the CLI (microsoft/azure-cli-run:1.1.0) but the installed version is currently 2.3.1, and seems it's required at least 2.37 per Microsoft.
So, can we update this pipe to 2.37 at least?
Thanks for the help.
Officially released pipes are on Bitbucket Pipes Marketplace.
So, please, use atlassian/azure-cli-run pipe instead. It was forked from https://bitbucket.org/microsoft/azure-cli-run for future maintenance purposes.
script:
- pipe: atlassian/azure-cli-run:1.1.0
variables:
AZURE_APP_ID: $AZURE_APP_ID
AZURE_PASSWORD: $AZURE_PASSWORD
AZURE_TENANT_ID: $AZURE_TENANT_ID
CLI_COMMAND: 'az account show'
The pipe based on 2.40 azure-cli version.
If any fresh updates required to support the latest feature, please notify us.
Welcome to share your experience with the community.
Best regards,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.