-
Notifications
You must be signed in to change notification settings - Fork 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
az containerapp up expects container registry to be in the same subscription #25092
Comments
route to CXP team |
To elaborate: Running |
@Thorstensen Can you please look into this GitHub issue. Also, refer to the below documentation if this helps to achieve what you are looking for. |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
I am also seeing this exact issue. A container image from a registry in Subscription A is not accessible when attempting to use I have been able to use Terraform (with the Is there any further information I can provide to help get to a solution? |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Please reopen ths ticket again because it has not been fixed and it is still relevant |
This was working for me but is no longer not working. 1.) Using "az containerapp create" command, create container app in Subscription A from image in Azure Container Register in Subscription B. 2.) Using "az containerapp up" command, update same container app in Subscription A from image in Azure Container Register in Subscription B. #2 now returns error "type 'Microsoft.ContainerRegistry/registries' could not be found in subscription". |
Related command
Describe the bug
Running the command above expects that ACR is in the current subscription, even though the FQDN to ACR is provided with correct credentials. In our current set up, we have one Azure Container Registry in
Subscription Production
, but we want to create resources inSubscription Test
To Reproduce
az extension add --name containerapp --upgrade
Expected behavior
The ContainerApp will be created in
Subscription Test
based on the specified image from ACR inSubscription Production
Environment summary
Additional context
--subscription
can be set, but this will also create the resources in this subscription.The text was updated successfully, but these errors were encountered: