You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* **Availability zone**. You can change the zone(s) of the public IP by changing the **zone** property. If the zone property isn't specified, the public IP will be created as no-zone. You can specify a single zone to create a zonal public IP or all 3 zones for a zone-redundant public IP.
107
108
108
-
For information on the differences between basic and standard SKU public IPs, see [Create, change, or delete a public IP address](../virtual-network/ip-services/virtual-network-public-ip-address.md).
* **Public IP allocation method** and **Idle timeout**. You can change the public IP allocation method by changing the **publicIPAllocationMethod** property from **Dynamic** to **Static** or from **Static** to **Dynamic**. You can change the idle timeout by changing the **idleTimeoutInMinutes** property to the desired value. The default is **4**.
127
+
* **Public IP allocation method** and **Idle timeout**. You can change the public IP allocation method by changing the **publicIPAllocationMethod** property from **Static** to **Dynamic** or from **Dynamic** to **Static**. You can change the idle timeout by changing the **idleTimeoutInMinutes** property to the desired value. The default is **4**.
111
128
112
129
```json
113
130
"resources": [
@@ -117,15 +134,20 @@ The following procedures show how to prepare the external load balancer for the
@@ -238,7 +260,7 @@ The following procedures show how to prepare the external load balancer for the
238
260
239
261
11. You can also change other parameters in the template if you want to or need to, depending on your requirements:
240
262
241
-
* **SKU**. You can change the SKU of the external load balancer in the configuration from standard to basic or from basic to standard by changing the **name** property under **sku** in the template.json file:
263
+
* **SKU**. You can change the SKU of the external load balancer in the configuration from Standard to Basic or from Basic to Standard by changing the **name** property under **sku** in the template.json file:
242
264
243
265
```json
244
266
"resources": [
@@ -410,4 +432,4 @@ In this tutorial, you moved an Azure external load balancer from one region to a
410
432
411
433
412
434
- [Move resources to a new resource group or subscription](../azure-resource-manager/management/move-resource-group-and-subscription.md)
413
-
- [Move Azure VMs to another region](../site-recovery/azure-to-azure-tutorial-migrate.md)
435
+
- [Move Azure VMs to another region](../site-recovery/azure-to-azure-tutorial-migrate.md)
0 commit comments