@@ -212,7 +212,7 @@ Assign a public IP address for each instance of a VPN gateway.
212
212
"name" : " [variables('gatewayPublicIPName1')]" ,
213
213
"location" : " [resourceGroup().location]" ,
214
214
"properties" : {
215
- "publicIPAllocationMethod" : " Dynamic "
215
+ "publicIPAllocationMethod" : " Static "
216
216
},
217
217
"comments" : " Public IP for the first instance of the VPN gateway"
218
218
},
@@ -222,7 +222,7 @@ Assign a public IP address for each instance of a VPN gateway.
222
222
"name" : " [variables('gatewayPublicIPName2')]" ,
223
223
"location" : " [resourceGroup().location]" ,
224
224
"properties" : {
225
- "publicIPAllocationMethod" : " Dynamic "
225
+ "publicIPAllocationMethod" : " Static "
226
226
},
227
227
"comments" : " Public IP for the second instance of the VPN gateway"
228
228
},
@@ -276,7 +276,7 @@ This section of the template configures the VPN gateway with the required settin
276
276
"ipConfigurations" : [
277
277
{
278
278
"properties" : {
279
- "privateIPAllocationMethod" : " Dynamic " ,
279
+ "privateIPAllocationMethod" : " Static " ,
280
280
"subnet" : {
281
281
"id" : " [variables('gatewaySubnetRef')]"
282
282
},
@@ -288,7 +288,7 @@ This section of the template configures the VPN gateway with the required settin
288
288
},
289
289
{
290
290
"properties" : {
291
- "privateIPAllocationMethod" : " Dynamic " ,
291
+ "privateIPAllocationMethod" : " Static " ,
292
292
"subnet" : {
293
293
"id" : " [variables('gatewaySubnetRef')]"
294
294
},
0 commit comments