Skip to content

Commit a889510

Browse files
committed
2024_09 - Fix monthly broken links - anaharris-ms
1 parent 7b5afd6 commit a889510

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/reliability/reliability-virtual-machine-scale-sets.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,6 @@ The following example creates a Linux single-zone scale set named *myScaleSet* i
349349
}
350350
```
351351

352-
For a complete example of a single-zone scale set and network resources, see [our sample Resource Manager template](https://github.com/Azure/vm-scale-sets/blob/master/z_deprecated/preview/zones/singlezone.json).
353-
354352
### Zone-redundant scale set
355353

356354
To create a zone-redundant scale set, specify multiple values in the `zones` property for the *Microsoft.Compute/virtualMachineScaleSets* resource type. The following example creates a zone-redundant scale set named *myScaleSet* across *East US 2* zones *1,2,3*:
@@ -370,8 +368,6 @@ To create a zone-redundant scale set, specify multiple values in the `zones` pro
370368
```
371369
If you create a public IP address or a load balancer, specify the *"sku": { "name": "Standard" }"* property to create zone-redundant network resources. You also need to create a Network Security Group and rules to permit any traffic. For more information, see [Azure Load Balancer Standard overview](../load-balancer/load-balancer-overview.md) and [Standard Load Balancer and Availability Zones](../load-balancer/load-balancer-standard-availability-zones.md).
372370

373-
For a complete example of a zone-redundant scale set and network resources, see [our sample Resource Manager template](https://github.com/Azure/vm-scale-sets/blob/master/z_deprecated/preview/zones/multizone.json).
374-
375371

376372
----
377373

0 commit comments

Comments
 (0)