diff --git a/networking/hub-region.v1.bicep b/networking/hub-region.v1.bicep index 4b760490..5eda2bf1 100644 --- a/networking/hub-region.v1.bicep +++ b/networking/hub-region.v1.bicep @@ -31,7 +31,7 @@ param deployFlowLogResources bool = true /*** VARIABLES ***/ -@description('The hub\'s regional affinity. All resources tied to this hub will also be homed in this region. The network team maintains an approved regional list which is a subset of zones with Availability Zone support. Defaults to the resource group\'s location for higher availability.') +@description('The hub\'s regional affinity. All resources tied to this hub will also be homed in this region. The network team maintains an approved regional list which is a subset of regions with Availability Zone support. Defaults to the resource group\'s location for higher availability.') var location = resourceGroup().location diff --git a/networking/hub-region.v2.bicep b/networking/hub-region.v2.bicep index ed7f7d75..8d36c19e 100644 --- a/networking/hub-region.v2.bicep +++ b/networking/hub-region.v2.bicep @@ -38,7 +38,7 @@ param deployFlowLogResources bool = true /*** VARIABLES ***/ -@description('The hub\'s regional affinity. All resources tied to this hub will also be homed in this region. The network team maintains an approved regional list which is a subset of zones with Availability Zone support. Defaults to the resource group\'s location for higher availability.') +@description('The hub\'s regional affinity. All resources tied to this hub will also be homed in this region. The network team maintains an approved regional list which is a subset of regions with Availability Zone support. Defaults to the resource group\'s location for higher availability.') var location = resourceGroup().location /*** EXISTING RESOURCES ***/ diff --git a/networking/spoke-BU0001A0005-00.bicep b/networking/spoke-BU0001A0005-00.bicep index b898e709..4eba529e 100644 --- a/networking/spoke-BU0001A0005-00.bicep +++ b/networking/spoke-BU0001A0005-00.bicep @@ -11,7 +11,7 @@ param deployFlowLogResources bool = true /*** VARIABLES ***/ -@description('The spokes\'s regional affinity, must be the same as the hub\'s location. All resources tied to this spoke will also be homed in this region. The network team maintains this approved regional list which is a subset of zones with Availability Zone support.') +@description('The spokes\'s regional affinity, must be the same as the hub\'s location. All resources tied to this spoke will also be homed in this region. The network team maintains this approved regional list which is a subset of regions with Availability Zone support.') var location = resourceGroup().location /*** EXISTING RESOURCES ***/ diff --git a/networking/spoke-BU0001A0005-01.bicep b/networking/spoke-BU0001A0005-01.bicep index 043f6b8d..db5424bf 100644 --- a/networking/spoke-BU0001A0005-01.bicep +++ b/networking/spoke-BU0001A0005-01.bicep @@ -14,7 +14,7 @@ param deployFlowLogResources bool = true @description('The organization\'s application ID') var orgAppId = 'BU0001A0005' -@description('The spokes\'s regional affinity, must be the same as the hub\'s location. All resources tied to this spoke will also be homed in this region. The network team maintains this approved regional list which is a subset of zones with Availability Zone support.') +@description('The spokes\'s regional affinity, must be the same as the hub\'s location. All resources tied to this spoke will also be homed in this region. The network team maintains this approved regional list which is a subset of regions with Availability Zone support.') var location = resourceGroup().location /*** EXISTING RESOURCES ***/