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?