Naming Convention
When naming an Azure Resource Group for your solution, follow these conventions:
- Prefix: Start with the solution name, e.g.,
sol-
. - Environment: Include the environment, e.g.,
dev
,test
,prod
. - Region: Include the region, e.g.,
weu
for West Europe. - Follow-up Number: Optionally include a follow-up number to distinguish multiple resources, e.g.,
01
,02
. - Resource Type: Optionally include the resource type at the end, e.g.,
rg
for resource group. - Example:
sol-dev-weu-01-rg
for a development resource group in West Europe.