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
Copy file name to clipboardExpand all lines: articles/load-balancer/move-across-regions-internal-load-balancer-portal.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,37 @@ The following steps show how to prepare the internal load balancer for the move
270
270
```
271
271
For more information on the differences between basic and standard sku load balancers, see [Azure Standard Load Balancer overview](./load-balancer-overview.md)
272
272
273
+
* **Availability zone** - You can change the zone(s) of the load balancer's frontend by changing the **zone** property. If the zone property isn't specified, the frontend will be created as no-zone. You can specify a single zone to create a zonal frontend or all 3 zones for a zone-redundant frontend.
For more about availability zones, see [Regions and availability zones in Azure](../availability-zones/az-overview.md).
303
+
273
304
* **Load balancing rules** - You can add or remove load balancing rules in the configuration by adding or removing entries to the **loadBalancingRules** section of the **template.json** file:
274
305
275
306
```json
@@ -398,4 +429,4 @@ In this tutorial, you moved an Azure internal load balancer from one region to a
398
429
399
430
400
431
- [Move resources to a new resource group or subscription](../azure-resource-manager/management/move-resource-group-and-subscription.md)
401
-
- [Move Azure VMs to another region](../site-recovery/azure-to-azure-tutorial-migrate.md)
432
+
- [Move Azure VMs to another region](../site-recovery/azure-to-azure-tutorial-migrate.md)
0 commit comments