Reputation:
I noticed subscriptions can set at resource group level (which seems very logic) and inside that, you can create an app service plan with another subscription.
Why do we have to set the subscription in the ASP since it already resides in a RG with a subscription?
Upvotes: 0
Views: 1484
Reputation: 19195
There can be multiple Azure subscriptions within an Enterprise Agreement. Same resource groups name could be in multiple subscriptions. Subscriptions and resource group relationship is like below:
So, when you create web app, you need use specified subscription and exist or new resource group.
This blog maybe helpful.
Upvotes: 1