-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting registry for container app results in python error #5642
Comments
route to CXP team |
@ValdoBE Thanks for reaching out to us and reporting this issue. We are looking into this issue and we will provide an update. |
This is blocking us as well -- we are seeing the same exact behavior |
Blocker for me as well. |
I'm getting the same error when using username and password
Don't know if it helps, but I am also getting a python error when I try the show command.
|
I'm getting the same error when using username and password with 'az containerapp registry set ' command $acrobj = New-AzContainerAppRegistryCredentialObject -Server acrName.azurecr.io -Identity 'system' Update-AzContainerApp -ContainerAppName acaName -ResourceGroupName rgName -Location location - ConfigurationRegistry $acrobj |
This is blocking for us as well. I tried different (earlier) versions of the Azure CLI and the containerapp extension, but the error remains. |
involving the service team to look into this further |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @calvinsID. Issue DetailsAfter creating Container App we now get a python error when trying to set the registry with a system assigned identity. Command Name Errors:
To Reproduce:Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
Expected BehaviorEnvironment Summary
Additional Context
|
@calvinsID Could you please look into this and provide an update ? |
Still doesn't work for me...
Happens when trying to update a containerapp from within an Azure DevOps Release Pipeline:
|
I had this error and when I moved the container app and registry to the same resource group it went away. |
After creating Container App we now get a python error when trying to set the registry with a system assigned identity.
We have been using the same script for a few months, but we are suddenly getting this error with any changes to this part of our deploy script.
Command Name
az containerapp registry set Extension Name: containerapp. Version: 0.3.16.
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az containerapp registry set --resource-group {} --name {} --server {} --identity {}
Expected Behavior
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: