Skip to content

Commit

Permalink
Address PR Feedback: fix zones and regions concepts used interchangeable
Browse files Browse the repository at this point in the history
Co-authored-by: John Downs <john@johndowns.co.nz>
  • Loading branch information
ferantivero and johndowns authored Sep 17, 2024
1 parent f092683 commit 760b26f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion networking/hub-region.v1.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion networking/hub-region.v2.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***/
Expand Down
2 changes: 1 addition & 1 deletion networking/spoke-BU0001A0005-00.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***/
Expand Down
2 changes: 1 addition & 1 deletion networking/spoke-BU0001A0005-01.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***/
Expand Down

0 comments on commit 760b26f

Please sign in to comment.