Skip to content

Commit a64e796

Browse files
author
Michael Bender
committed
Review updates
1 parent ece8ec4 commit a64e796

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/load-balancer/configure-vm-scale-set-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this article, you'll learn how to configure a Virtual Machine Scale Set with
2727

2828
## Deploy a Virtual Machine Scale Set with existing load balancer
2929

30-
Deploy a Virtual Machine Scale set with [`az vmss create`](/cli/azure/vmss.md#az-vmss-create).
30+
Deploy a Virtual Machine Scale Set with [`az vmss create`](/cli/azure/vmss.md#az-vmss-create).
3131
Replace the values in brackets with the names of the resources in your configuration.
3232

3333
```azurecli-interactive

articles/load-balancer/configure-vm-scale-set-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ In this section, you'll create a Virtual Machine Scale Set in the Azure portal w
4444
| Subscription | Select your Azure subscription |
4545
| Resource Group | Select Create new, enter **myResourceGroup**, then select OK, or select an existing resource group. |
4646
| **Scale set details** | |
47-
| Virtual machine scale set name | Enter **myVMSS** |
48-
| Region | Select **East US 2** |
47+
| Virtual Machine Scale Set name | Enter **myVMSS** |
48+
| Region | Select **East US 2** |
4949
| Availability zone | Select **None** |
50-
| **Orchestration** | | |
50+
| **Orchestration** | |
5151
| Orchestration mode | Select **Uniform** |
5252
| Security type | Select **Standard** |
5353
| **Instance details** | |
@@ -60,7 +60,7 @@ In this section, you'll create a Virtual Machine Scale Set in the Azure portal w
6060
| Password | Enter your admin password |
6161
| Confirm password | Reenter your admin password |
6262

63-
:::image type="content" source="media/vm-scale-sets/create-virtual-machine-scale-set-thumb.png" alt-text="Screenshot of Create a virtual machine scale set page" lightbox="media/vm-scale-sets/create-virtual-machine-scale-set.png":::
63+
:::image type="content" source="media/vm-scale-sets/create-virtual-machine-scale-set-thumb.png" alt-text="Screenshot of Create a Virtual Machine Scale Set page." lightbox="media/vm-scale-sets/create-virtual-machine-scale-set.png":::
6464

6565
4. Select the **Networking** tab.
6666

0 commit comments

Comments
 (0)