Skip to content

Commit b515941

Browse files
authored
Merge pull request #114875 from mimckitt/patch-208
Update powershell-single-av-zone-scale-set.md
2 parents a2cc8e3 + ce145f1 commit b515941

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/virtual-machine-scale-sets/powershell-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following table includes links to bash scripts built using Azure PowerShell.
2626
| [Create and attach disks to a scale set](scripts/powershell-sample-attach-disks.md?toc=%2fpowershell%2fmodule%2ftoc.json) | Creates a virtual machine scale set with attached data disks. |
2727
|**Manage scale and redundancy**||
2828
| [Enable host-based autoscale](scripts/powershell-sample-enable-autoscale.md?toc=%2fpowershell%2fazure%2ftoc.json) | Creates a virtual machine scale that is configured to automatically scale based on CPU usage. |
29-
| [Create a single-zone scale set](scripts/powershell-sample-single-availability-zone-scale-set.md?toc=%2fpowershell%2fazure%2ftoc.json) | Creates a virtual machine scale that uses a single Availability Zone. |
29+
| [Create a single-zone scale set](scripts/powershell-single-av-zone-scale-set.md?toc=%2fpowershell%2fazure%2ftoc.json) | Creates a virtual machine scale that uses a single Availability Zone. |
3030
| [Create a zone-redundant scale set](scripts/powershell-sample-zone-redundant-scale-set.md?toc=%2fpowershell%2fazure%2ftoc.json) | Creates a virtual machine scale across multiple Availability Zones. |
3131
| | |
3232

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: Azure PowerShell Samples - Single-zone scale set
33
description: This script creates a virtual machine scale set running Windows Server 2016 in a single Availability Zone.
4-
author: ju-shim
5-
tags: azure-resource-manager
6-
ms.service: virtual-machine-scale-sets
4+
author: mimckitt
5+
ms.author: mimckitt
76
ms.topic: sample
7+
ms.service: virtual-machine-scale-sets
8+
ms.subservice: availability
89
ms.date: 04/05/2018
9-
ms.author: jushiman
10-
ms.custom: mvc
10+
ms.reviewer: jushiman
11+
ms.custom: mimckitt
1112

1213
---
1314

0 commit comments

Comments
 (0)