You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/tutorial-create-vmss.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Tutorial: Create a Linux virtual machine scale set"
3
-
description: Learn how to create and deploy a highly available application on Linux VMs using a virtual machine scale set
2
+
title: "Tutorial: Create a Linux Virtual Machine Scale Set"
3
+
description: Learn how to create and deploy a highly available application on Linux VMs using a Virtual Machine Scale Set
4
4
author: ju-shim
5
5
ms.author: jushiman
6
6
ms.topic: tutorial
@@ -13,13 +13,13 @@ ms.custom: mimckitt
13
13
#Customer intent: As an IT administrator, I want to learn about autoscaling VMs in Azure so that I can deploy a highly-available and scalable infrastructure.
14
14
---
15
15
16
-
# Tutorial: Create a virtual machine scale set and deploy a highly available app on Linux
16
+
# Tutorial: Create a Virtual Machine Scale Set and deploy a highly available app on Linux
17
17
18
18
**Applies to:**:heavy_check_mark: Linux VMs :heavy_check_mark: Uniform scale sets
19
19
20
-
Virtual machine scale sets with [Flexible orchestration](../flexible-virtual-machine-scale-sets.md) let you create and manage a group of load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule.
20
+
Virtual Machine Scale Sets with [Flexible orchestration](../flexible-virtual-machine-scale-sets.md) let you create and manage a group of load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule.
21
21
22
-
In this tutorial, you deploy a virtual machine scale set in Azure and learn how to:
22
+
In this tutorial, you deploy a Virtual Machine Scale Set in Azure and learn how to:
23
23
24
24
> [!div class="checklist"]
25
25
> * Create a resource group.
@@ -54,12 +54,12 @@ Learn more about the differences between Uniform scale sets and Flexible scale s
54
54
Use the Azure portal to create a Flexible scale set.
55
55
56
56
1. Open the [Azure portal](https://portal.azure.com).
57
-
1. Search for and select **Virtual machine scale sets**.
58
-
1. Select **Create** on the **Virtual machine scale sets** page. The **Create a virtual machine scale set** will open.
57
+
1. Search for and select **Virtual Machine Scale Set**.
58
+
1. Select **Create** on the **Virtual Machine Scale Sets** page. The **Create a Virtual Machine Scale Set** will open.
59
59
1. Select the subscription that you want to use for **Subscription**.
60
60
1. For **Resource group**, select **Create new** and type *myVMSSRG* for the name and then select **OK**.
0 commit comments