I'm trying to update an Azure Container App Job using the pipe microsoft/azure-cli-run.
I would like to run the command:
"az containerapp job update"
But for this I need the az containerapp add-on to be installed. I have tried to install it by running:
"az extension add --name containerapp"
But I'm getting: No matching extension for 'containerapp'
Is it possible to install this add-on?
I switched from microsoft/azure-cli-run to atlassian/azure-cli-run and now it works.
//Håkan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.