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.,
weufor 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.,
rgfor resource group. - Example:
sol-dev-weu-01-rgfor a development resource group in West Europe.