Skip to content

Commit 35e8540

Browse files
Merge pull request #227623 from cynthn/Release_Archive_main_2023-02-16-18-15-06
AV Sets [DocsArchive-1.0.23045.1](2023-02-16-18-15-06)Auto archive content
2 parents 11f84f5 + b60b400 commit 35e8540

File tree

8 files changed

+17
-256
lines changed

8 files changed

+17
-256
lines changed

articles/virtual-machines/.openpublishing.redirection.virtual-machines.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/virtual-machines/linux/tutorial-availability-sets.md",
5+
"redirect_url": "/previous-versions/azure/virtual-machines/linux/tutorial-availability-sets",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/virtual-machines/windows/tutorial-availability-sets.md",
10+
"redirect_url": "/previous-versions/azure/virtual-machines/windows/tutorial-availability-sets",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path_from_root": "/articles/virtual-machines/linux/tutorial-load-balancer.md",
515
"redirect_url": "/previous-versions/azure/virtual-machines/linux/tutorial-load-balancer",

articles/virtual-machines/TOC.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555
href: ./linux/tutorial-custom-images.md
5656
- name: Manage networking
5757
href: ./linux/tutorial-virtual-network.md
58-
- name: Highly available VMs
59-
href: ./linux/tutorial-availability-sets.md
6058
- name: Load Balance VMs
6159
href: ../load-balancer/quickstart-load-balancer-standard-public-cli.md
6260
- name: Create a scale set
@@ -73,8 +71,6 @@
7371
href: ./windows/tutorial-custom-images.md
7472
- name: Manage networking
7573
href: ./windows/tutorial-virtual-network.md
76-
- name: Highly available VMs
77-
href: ./windows/tutorial-availability-sets.md
7874
- name: Load Balance VMs
7975
href: ../load-balancer/quickstart-load-balancer-standard-public-powershell.md
8076
- name: Create a scale set
@@ -1110,12 +1106,6 @@
11101106
- name: Overview
11111107
displayName: availability and scale, availability, scale, autoscale, availability sets, AV sets
11121108
href: availability-set-overview.md
1113-
- name: CLI
1114-
displayName: availability and scale, availability, scale, autoscale, availability sets, AV sets
1115-
href: ./linux/tutorial-availability-sets.md
1116-
- name: PowerShell
1117-
displayName: availability and scale, availability, scale, autoscale, availability sets, AV sets
1118-
href: ./windows/tutorial-availability-sets.md
11191109
- name: Change an availability set
11201110
displayName: availability and scale, availability, scale, autoscale, availability sets, AV sets
11211111
href: ./windows/change-availability-set.md
Binary file not shown.

articles/virtual-machines/linux/tutorial-availability-sets.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

articles/virtual-machines/linux/tutorial-custom-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ In this tutorial, you created a custom VM image. You learned how to:
192192
> * Create a VM from an image
193193
> * Share a gallery
194194
195-
Advance to the next tutorial to learn about highly available virtual machines.
195+
Advance to the next tutorial to learn about Virtual Machine Scale Sets.
196196

197197
> [!div class="nextstepaction"]
198-
> [Create highly available VMs](tutorial-availability-sets.md)
198+
> [Create a virtual machine scale set](tutorial-create-vmss.md)
Binary file not shown.

articles/virtual-machines/windows/tutorial-availability-sets.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

articles/virtual-machines/windows/tutorial-custom-images.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Tutorial - Create custom VM images with Azure PowerShell
3-
description: In this tutorial, you learn how to use Azure PowerShell to create a Windows custom virtual machine image stored in an Azure Azure Compute Gallery.
3+
description: In this tutorial, you learn how to use Azure PowerShell to create a Windows custom virtual machine image stored in an Azure Compute Gallery.
44
author: cynthn
55
ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.topic: tutorial
88
ms.workload: infrastructure
9-
ms.date: 05/01/2020
9+
ms.date: 02/24/2023
1010
ms.author: cynthn
1111
ms.custom: mvc, devx-track-azurepowershell
1212

@@ -52,7 +52,7 @@ To open the Cloud Shell, just select **Try it** from the upper right corner of a
5252

5353
## Get the VM
5454

55-
You can see a list of VMs that are available in a resource group using [Get-AzVM](/powershell/module/az.compute/get-azvm). Once you know the VM name and what resource group, you can use `Get-AzVM` again to get the VM object and store it in a variable to use later. This example gets an VM named *sourceVM* from the "myResourceGroup" resource group and assigns it to the variable *$sourceVM*.
55+
You can see a list of VMs that are available in a resource group using [Get-AzVM](/powershell/module/az.compute/get-azvm). Once you know the VM name and what resource group, you can use `Get-AzVM` again to get the VM object and store it in a variable to use later. This example gets a VM named *sourceVM* from the *myResourceGroup* resource group and assigns it to the variable *$sourceVM*.
5656

5757
```azurepowershell-interactive
5858
$sourceVM = Get-AzVM `
@@ -218,7 +218,7 @@ In this tutorial, you created a specialized VM image. You learned how to:
218218
> * Create a VM from an image
219219
> * Share a gallery
220220
221-
Advance to the next tutorial to learn about how to create highly available virtual machines.
221+
Advance to the next tutorial to learn about Virtual Machine Scale Sets.
222222

223223
> [!div class="nextstepaction"]
224-
> [Create highly available VMs](tutorial-availability-sets.md)
224+
> [Create a virtual machine scale set](tutorial-create-vmss.md)

0 commit comments

Comments
 (0)