Skip to content
Merged
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 @@ -45,7 +45,7 @@ resource primaryPublicIP 'Microsoft.Network/publicIPAddresses@2022-01-01' = {
}

resource primaryVNETGateway 'Microsoft.Network/virtualNetworkGateways@2021-08-01' = {
name: primaryVirtualNetworkGateway
name: primaryVirtualNetworkGatewayName
location: location
properties: {
gatewayType: 'Vpn'
Expand Down Expand Up @@ -98,7 +98,7 @@ resource secondaryPublicIP 'Microsoft.Network/publicIPAddresses@2022-01-01' = {
}

resource secondaryVNETGateway 'Microsoft.Network/virtualNetworkGateways@2021-08-01' = {
name: secondaryVirtualNetworkGateway
name: secondaryVirtualNetworkGatewayName
location: location
properties: {
gatewayType: 'Vpn'
Expand Down