Opening this issue as part of a feature request. My goal is to develop an azd template that is capable of deploying a multiregional web app. The tricky part of this goal seems to be adding support for multiple environments (e.g. dev, qa, prod) and asking for different behaviors per environment.
- For non-prod environments my goal is to choose cheaper SKU like 'B1' for Azure App Service Plan. For a prod environment my goal is to choose a more powerful sku like 'P2V1'.
- For non-prod environments my goal is to deploy to a single region. For a prod environment my goal is to deploy to multiple regions.
Having the ability to associate a service with a resource group would help me be more descriptive about the behavior I want to describe in the azure.yaml
Opening this issue as part of a feature request. My goal is to develop an azd template that is capable of deploying a multiregional web app. The tricky part of this goal seems to be adding support for multiple environments (e.g. dev, qa, prod) and asking for different behaviors per environment.
Having the ability to associate a service with a resource group would help me be more descriptive about the behavior I want to describe in the azure.yaml