Skip to content

Commit c775ff0

Browse files
Update move-across-regions-internal-load-balancer-portal.md
1 parent 07c3234 commit c775ff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/load-balancer/move-across-regions-internal-load-balancer-portal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The following steps show how to prepare the internal load balancer for the move
270270
```
271271
For more information on the differences between basic and standard sku load balancers, see [Azure Standard Load Balancer overview](./load-balancer-overview.md)
272272

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.
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.
274274

275275
```json
276276
"frontendIPConfigurations": [
@@ -299,6 +299,7 @@ The following steps show how to prepare the internal load balancer for the move
299299
]
300300
},
301301
```
302+
For more about availability zones, see [Regions and availability zones in Azure](../../availability-zones/az-overview.md).
302303

303304
* **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:
304305

0 commit comments

Comments
 (0)