Skip to content

Commit fd7300a

Browse files
authored
Update tutorial-create-vmss.md
1 parent 547887a commit fd7300a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/virtual-machines/linux/tutorial-create-vmss.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Use the Azure portal to create a Flexible scale set.
7575
:::image type="content" source="media/tutorial-create-vmss/load-balancer-settings.png" alt-text="Load balancer settings.":::
7676
1. On the **Create a load balancer** page, type in a name for your load balancer and **Public IP address name**.
7777
1. For **Domain name label**, type in a name to use as a prefix for your domain name. This name must be unique.
78-
1. When you are done, select **Create**.
78+
1. When you're done, select **Create**.
7979
:::image type="content" source="media/tutorial-create-vmss/flex-load-balancer.png" alt-text="Create a load balancer.":::
8080
1. Back on the **Networking** tab, leave the default name for the backend pool.
8181
1. On the **Scaling** tab, leave the default instance count as *2*, or add in your own value. This is the number of VMs that will be created, so be aware of the costs and the limits on your subscription if you change this value.
@@ -124,17 +124,17 @@ Use the Azure portal to create a Flexible scale set.
124124
- npm install express -y
125125
- nodejs index.js
126126
```
127-
1. When you are done, select **Review + create**.
127+
1. When you're done, select **Review + create**.
128128
1. Once you see that validation has passed, you can select **Create** at the bottom of the page to deploy your scale set.
129-
1. When the **Generate new key pair** window opens, select **Download private key and create resource**. Your key file will be download as **myKey.pem**. Make sure you know where the `.pem` file was downloaded, you will need the path to it in the next step.
129+
1. When the **Generate new key pair** window opens, select **Download private key and create resource**. Your key file will be download as **myKey.pem**. Make sure you know where the `.pem` file was downloaded, you'll need the path to it in the next step.
130130
1. When the deployment is complete, select **Go to resource** to see your scale set.
131131

132132

133133
## View the VMs in your scale set
134134

135135
On the page for the scale set, select **Instances** from the left menu.
136136

137-
You will see a list of VMs that are part of your scale set. This list includes:
137+
You'll see a list of VMs that are part of your scale set. This list includes:
138138

139139
- The name of the VM
140140
- The computer name used by the VM.
@@ -163,7 +163,7 @@ Test your scale set by connecting to it from a browser.
163163

164164
## Delete your scale set
165165

166-
When you are done, you should delete the resource group, which will delete everything you deployed for your scale set.
166+
When you're done, you should delete the resource group, which will delete everything you deployed for your scale set.
167167

168168
1. On the page for your scale set, select the **Resource group**. The page for your resource group will open.
169169
1. At the top of the page, select **Delete resource group**.

0 commit comments

Comments
 (0)