Skip to content

ResourceGroup should be at the service level and root of azure.yaml #690

Description

@KSchlobohm

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.

  1. 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'.
  2. 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

Metadata

Metadata

Assignees

Labels

area/core-cliCLI commands, cmd/, internal/cmd/featureFeature requeststaleNo recent activity (bot-managed)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions