You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some of our module docs we need to create Resource Groups to deploy resources into. Today some of the Resource Group Names have references to POC etc. in them which we should change to something that aligns more to what we'd normally expect to see in a normal "production" deployment.
Some examples of POC nomenclature and differences in modules:
As you can see in the community create hubPeeredSpoke module there is a good example of the resource group name being changed from POC: https://github.com/Azure/ALZ-Bicep/blob/main/infra-as-code/bicep/orchestration/hubPeeredSpoke/hubPeeredSpoke.bicep#L28
Describe alternatives you've considered
N/A
Additional context
Try to follow CAF naming recommendations and standards: https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations
Update pipelines and other places old Resource Group Names are used as well as modules and their docs
Review limits on Resource Group naming here: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftresources
Naming Pattern Suggestion
rg-${parTopLevelManagementGroupPrefix}-hub-networking-prod-001 - Hub Networking Resource Group
rg-${parTopLevelManagementGroupPrefix}-logging-auto-prod-001 - Logging Resource Group
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
In some of our module docs we need to create Resource Groups to deploy resources into. Today some of the Resource Group Names have references to
POC
etc. in them which we should change to something that aligns more to what we'd normally expect to see in a normal "production" deployment.Some examples of
POC
nomenclature and differences in modules:As you can see in the community create
hubPeeredSpoke
module there is a good example of the resource group name being changed fromPOC
: https://github.com/Azure/ALZ-Bicep/blob/main/infra-as-code/bicep/orchestration/hubPeeredSpoke/hubPeeredSpoke.bicep#L28Describe alternatives you've considered
N/A
Additional context
Naming Pattern Suggestion
rg-${parTopLevelManagementGroupPrefix}-hub-networking-prod-001
- Hub Networking Resource Grouprg-${parTopLevelManagementGroupPrefix}-logging-auto-prod-001
- Logging Resource GroupThe text was updated successfully, but these errors were encountered: