Skip to content

Set ArmResourceGroupNamingConvention

Miguel Bernard edited this page Sep 27, 2019 · 1 revision

Set-ArmResourceGroupNamingConvention sets the resource group naming convention globally. Every use of New-ArmResourceGroupName will now use that naming convention by default.

Examples

Set-ArmResourceGroupNamingConvention "this{delimiter}is{delimiter}project{delimiter}{projectname}"
New-ArmResourceGroupName -ProjectName "posharmdeployement"
# result: this-is-project-posharmdeployement