Skip to content

Commit e804941

Browse files
authored
Merge pull request #108493 from ju-shim/vmss-hub
landing page updates for vmss
2 parents c0707ef + ab608ed commit e804941

File tree

1 file changed

+96
-52
lines changed

1 file changed

+96
-52
lines changed
Lines changed: 96 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,99 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Virtual Machine Scale Sets Documentation
1+
### YamlMime:Landing
2+
3+
title: Virtual Machine Scale Sets documentation
4+
summary: Azure virtual machine scale sets let you create and manage a group of identical, load balanced, and autoscaling VMs.
5+
46
metadata:
5-
title: Azure virtual machine scale sets let you create and manage a group of identical, load balanced, and autoscaling VMs. Learn how to create, configure, manage, and autoscale virtual machine scale sets with our quickstarts, tutorials, and samples.
6-
services: virtual-machine-scale-sets
7-
author: georgewallace
8-
manager: gwallace
7+
title: Virtual Machine Scale Sets documentation
8+
description: Learn how to create, configure, manage, and autoscale virtual machine scale sets with our quickstarts, tutorials, and samples.
99
ms.service: virtual-machine-scale-sets
1010
ms.topic: landing-page
11-
ms.date: 03/14/2018
12-
ms.author: gwallace
13-
description: Azure virtual machine scale sets let you create and manage a group of load balanced, and autoscaling VMs.
14-
sections:
15-
- title: Quickstarts
16-
items:
17-
- type: paragraph
18-
text: Learn how to deploy a web server on a virtual machine scale set.
19-
- type: list
20-
style: icon48
21-
items:
22-
- image:
23-
src: https://docs.microsoft.com/azure/virtual-machines/linux/media/index/portal.svg
24-
text: Azure Portal
25-
href: /azure/virtual-machine-scale-sets/quick-create-portal
26-
- image:
27-
src: https://docs.microsoft.com/azure/virtual-machines/linux/media/index/cli.svg
28-
text: Azure CLI
29-
href: /azure/virtual-machine-scale-sets/quick-create-cli
30-
- image:
31-
src: https://docs.microsoft.com/azure/virtual-machines/linux/media/index/logo_powershell.svg
32-
text: Azure PowerShell
33-
href: /azure/virtual-machine-scale-sets/quick-create-powershell
34-
- title: Step-by-Step Tutorials
35-
items:
36-
- type: paragraph
37-
text: Learn how to deploy, manage, and autoscale virtual machine scale sets on Azure.
38-
- type: list
39-
style: ordered
40-
items:
41-
- html: Create and manage a scale set with the <a href="/azure/virtual-machine-scale-sets/tutorial-create-and-manage-cli">Azure CLI</a> or <a href="/azure/virtual-machine-scale-sets/tutorial-create-and-manage-powershell">Azure Powershell</a>
42-
- html: Use data disks with the <a href="/azure/virtual-machine-scale-sets/tutorial-use-disks-cli">Azure CLI</a> or <a href="/azure/virtual-machine-scale-sets/tutorial-use-disks-powershell">Azure Powershell</a>
43-
- html: Use a custom VM image with the <a href="/azure/virtual-machine-scale-sets/tutorial-use-custom-image-cli">Azure CLI</a> or <a href="/azure/virtual-machine-scale-sets/tutorial-use-custom-image-powershell">Azure Powershell</a>
44-
- html: Deploy apps to a scale set with the <a href="/azure/virtual-machine-scale-sets/tutorial-install-apps-cli">Azure CLI</a> or <a href="/azure/virtual-machine-scale-sets/tutorial-install-apps-powershell">Azure Powershell</a>
45-
- html: Autoscale a scale set with the <a href="/azure/virtual-machine-scale-sets/tutorial-autoscale-cli">Azure CLI</a> or <a href="/azure/virtual-machine-scale-sets/tutorial-autoscale-powershell">Azure Powershell</a>
46-
- title: Samples
47-
items:
48-
- type: paragraph
49-
text: Example deployments for virtual machine scale sets.
50-
- type: list
51-
style: unordered
52-
className: spaced noBullet
53-
items:
54-
- html: <a href="/azure/virtual-machine-scale-sets/cli-samples">Azure CLI</a>
55-
- html: <a href="/azure/virtual-machine-scale-sets/powershell-samples">Azure PowerShell</a>
11+
author: ju-shim
12+
ms.author: jushiman
13+
manager: gwallace
14+
ms.date: 03/16/2020
15+
16+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
17+
18+
landingContent:
19+
# Cards and links should be based on top customer tasks or top subjects
20+
# Start card title with a verb
21+
# Card
22+
- title: About virtual machine scale sets
23+
linkLists:
24+
- linkListType: overview
25+
links:
26+
- text: What are virtual machine scale sets?
27+
url: overview.md
28+
- text: Frequently asked questions (FAQ)
29+
url: virtual-machine-scale-sets-faq.md
30+
31+
# Card
32+
- title: Get started
33+
linkLists:
34+
- linkListType: quickstart
35+
links:
36+
- text: Azure portal
37+
url: quick-create-portal.md
38+
- text: Azure PowerShell
39+
url: quick-create-powershell.md
40+
- text: Azure CLI
41+
url: disk-encryption-cli.md
42+
43+
# Card
44+
- title: Latest features
45+
linkLists:
46+
- linkListType: whats-new
47+
links:
48+
- text: Scale-in policy
49+
url: virtual-machine-scale-sets-scale-in-policy.md
50+
- text: Terminate notification
51+
url: virtual-machine-scale-sets-terminate-notification.md
52+
- text: Instance protection
53+
url: virtual-machine-scale-sets-instance-protection.md
54+
55+
# Card
56+
- title: Step-by-step guides
57+
linkLists:
58+
- linkListType: how-to-guide
59+
links:
60+
- text: Create and manage a scale set with the Azure CLI
61+
url: tutorial-create-and-manage-cli.md
62+
- text: Create and manage a scale set with Azure PowerShell
63+
url: tutorial-create-and-manage-powershell.md
64+
- text: Use data disks with the Azure CLI
65+
url: tutorial-use-disks-cli.md
66+
- text: Use data disks with Azure PowerShell
67+
url: tutorial-use-disks-powershell.md
68+
- text: Use a custom VM image with the Azure CLI
69+
url: tutorial-use-custom-image-cli.md
70+
- text: Use a custom VM image with Azure PowerShell
71+
url: tutorial-use-custom-image-powershell.md
72+
- text: Deploy apps to a scale set with the Azure CLI
73+
url: tutorial-install-apps-cli.md
74+
- text: Deploy apps to a scale set with Azure PowerShell
75+
url: tutorial-install-apps-powershell.md
76+
- text: Autoscale a scale set with the Azure CLI
77+
url: tutorial-autoscale-cli.md
78+
- text: Autoscale a scale set with Azure PowerShell
79+
url: tutorial-autoscale-powershell.md
80+
81+
# Card
82+
- title: Samples
83+
linkLists:
84+
- linkListType: sample
85+
links:
86+
- text: Example deployment for virtual machine scale sets with the Azure CLI
87+
url: cli-samples.md
88+
- text: Example deployment for virtual machine scale sets with Azure PowerShell
89+
url: powershell-samples.md
90+
91+
# Card
92+
- title: Self-paced training
93+
linkLists:
94+
- linkListType: learn
95+
links:
96+
- text: Build a scalable application with virtual machine scale sets
97+
url: https://docs.microsoft.com/learn/modules/build-app-with-scale-sets/
98+
- text:  Create a Windows virtual machine in Azure
99+
url: https://docs.microsoft.com/learn/modules/create-windows-virtual-machine-in-azure/

0 commit comments

Comments
 (0)