Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ param spokeNetwork object = {
name: 'vnet-spoke'
addressPrefix: '10.100.0.0/16'
subnetName: 'snet-spoke-resources'
subnetPrefix: '10.100.0.0/16'
subnetPrefix: '10.100.0.0/24'
subnetNsgName: 'nsg-spoke-resources'
}
param vpnGateway object = {
Expand All @@ -27,7 +27,7 @@ param vpnGateway object = {
param bastionHost object = {
name: 'AzureBastionHost'
subnetName: 'AzureBastionSubnet'
subnetPrefix: '10.0.1.0/29'
subnetPrefix: '10.0.1.0/26'
publicIPAddressName: 'pip-bastion'
nsgName: 'nsg-hub-bastion'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"name": "vnet-spoke",
"addressPrefix": "10.100.0.0/16",
"subnetName": "snet-spoke-resources",
"subnetPrefix": "10.100.0.0/16",
"subnetPrefix": "10.100.0.0/24",
"subnetNsgName": "nsg-spoke-resources"
}
},
Expand All @@ -55,7 +55,7 @@
"defaultValue": {
"name": "AzureBastionHost",
"subnetName": "AzureBastionSubnet",
"subnetPrefix": "10.0.1.0/29",
"subnetPrefix": "10.0.1.0/26",
"publicIPAddressName": "pip-bastion",
"nsgName": "nsg-hub-bastion"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ param mocOnpremGateway object = {
param bastionHost object = {
name: 'AzureBastionHost'
subnetName: 'AzureBastionSubnet'
subnetPrefix: '192.168.254.0/27'
subnetPrefix: '192.168.254.0/26'
publicIPAddressName: 'pip-bastion'
nsgName: 'nsg-hub-bastion'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"defaultValue": {
"name": "AzureBastionHost",
"subnetName": "AzureBastionSubnet",
"subnetPrefix": "192.168.254.0/27",
"subnetPrefix": "192.168.254.0/26",
"publicIPAddressName": "pip-bastion",
"nsgName": "nsg-hub-bastion"
}
Expand Down
Loading