Closed ioanbo closed 2 months ago
Thanks for reporting. We have identified the issue and have a fix on the way: https://github.com/Azure/azure-cli-extensions/pull/7970
Ok will wait for that fix
Hi @ioanbo
The has been fixed from containerapp extension version 1.0.0b2
.
Please update containerapp extension with command az extension add -n containerapp --upgrade
and make sure containerapp extension version >= 1.0.0b2
. (Get version with command az version
)
cc @anthonychu @njuCZ
This issue is a: (mark with an x)
Issue description
When creating a new container app job with the parameter --registry-identity and the id of a User managed identity we see the following error:
Steps to reproduce
This will fail with the error indicated.
Expected behavior [What you expected to happen.] A new container app job is created Actual behavior [What actually happened.] Fails with the above error. Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Ex. Did this issue occur in the CLI or the Portal? This is in the cli.