Skip to content

Commit 348bea3

Browse files
Add Central US to list of supported agent private network locations (#286)
Add central us in allowlisted regions
1 parent 9bdfe4f commit 348bea3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup/azuredeploy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"defaultValue": "eastus2",
1515
"allowedValues": [
1616
"australiaeast",
17+
"centralus",
1718
"eastus",
1819
"eastus2",
1920
"francecentral",
@@ -2613,4 +2614,4 @@
26132614
]
26142615
}
26152616
]
2616-
}
2617+
}

samples/microsoft/infrastructure-setup/15-private-network-standard-agent-setup/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Standard Setup Network Secured Steps for main.bicep
55
@description('Location for all resources.')
66
@allowed([
77
'australiaeast'
8+
'centralus'
89
'eastus'
910
'eastus2'
1011
'francecentral'

0 commit comments

Comments
 (0)