Can we access resources from multiple subscriptions using azure cli? #23743
Labels
Auto-Assign
Auto assign by bot
Container Instances
az container
ContainerApp
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
CXP Attention
This issue is handled by CXP team.
needs-author-feedback
More information is needed from author to address the issue.
needs-team-attention
This issue needs attention from Azure service team or SDK team
no-recent-activity
There has been no recent activity on this issue.
Hi,
I am running following azure cli command on a service connection (Azure Devops).
az containerapp up --name 'subscription1container'
--image 'subscription2image'
It works fine when all the resources belong to same subscription. (Default behavior)
Our requirement is to access image from different subscription. Is there any way we can write cross/mix subscriptions
cli commands which can access resources from other subscriptions too?
The text was updated successfully, but these errors were encountered: