- Notifications
You must be signed in to change notification settings - Fork744
-
Ok I am using azd to deploy my app to an azure containers environment during init it asks for a subscription to but the application in. I need to connect to an existing Azure Storage that lives on a different subscription, when azd prompts for the storage name during azd up it then asks for the resource group. However it only finds the resource groups (understandably) in the subscription that I selected during init. Is there a way I can specify that this resource is in a different subscription? |
BetaWas this translation helpful?Give feedback.
All reactions
Thank you for now I have run azd infra gen and am modifying the bicep before running azd up to unlock me.
Replies: 1 comment 1 reply
-
We don't model this today, you can follow this PR#13121 |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank you for now I have run azd infra gen and am modifying the bicep before running azd up to unlock me. |
BetaWas this translation helpful?Give feedback.