Skip to content

Commit eb46705

Browse files
author
Cynthia Nottingham
committed
Metadata updates and retiring some articles and includes
1 parent cea3894 commit eb46705

20 files changed

+48
-333
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24490,6 +24490,11 @@
2449024490
"redirect_url": "/azure/virtual-machines/workloads/sap/high-availability-multi-sid",
2449124491
"redirect_document_id": false
2449224492
},
24493+
{
24494+
"source_path": "articles/virtual-machines/virtual-machines-azure-slave-plugin-for-hudson-classic.md",
24495+
"redirect_url": "/azure/virtual-machines/workloads/",
24496+
"redirect_document_id": false
24497+
},
2449324498
{
2449424499
"source_path": "articles/virtual-machines/virtual-machines-windows-sap-planning-guide.md",
2449524500
"redirect_url": "/azure/virtual-machines/workloads/sap/planning-guide",
@@ -41564,6 +41569,11 @@
4156441569
"source_path": "articles/virtual-machines/windows/classic/capture-image-classic.md",
4156541570
"redirect_url": "/previous-versions/azure/virtual-machines/windows/classic/capture-image-classic",
4156641571
"redirect_document_id": false
41572+
},
41573+
{
41574+
"source_path": "articles/virtual-machines/virtual-machines-availability-set-supportability.md",
41575+
"redirect_url": "/azure/virtual-machines/troubleshooting/virtual-machines-availability-set-supportability",
41576+
"redirect_document_id": false
4156741577
},
4156841578
{
4156941579
"source_path": "articles/virtual-machines/windows/classic/configure-availability-classic.md",

articles/virtual-machines/azure-cli-arm-commands.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,23 @@
11
---
2-
title: Azure CLI commands in Resource Manager mode | Microsoft Docs
3-
description: Azure command line interface (CLI) commands to manage resources in the Resource Manager deployment model
4-
services: virtual-machines-linux,virtual-machines-windows,virtual-network,mobile-services,cloud-services
5-
documentationcenter: ''
2+
title: Azure classic CLI commands
3+
description: Azure command line interface (CLI) commands to manage resources.
64
author: cynthn
75
manager: gwallace
8-
editor: ''
9-
tags: azure-resource-manager
10-
11-
ms.assetid: be37da5b-72fe-41a1-9fa0-8937b69464ec
12-
ms.service: multiple
13-
ms.workload: multiple
14-
ms.tgt_pltfrm: command-line-interface
15-
ms.devlang: na
6+
ms.service: virtual-machines
7+
ms.workload: infrastructure-services
168
ms.topic: article
179
ms.date: 04/18/2017
1810
ms.author: cynthn
19-
11+
#pmcontact:
2012
---
21-
# Azure CLI commands in Resource Manager mode
22-
This article provides syntax and options for Azure command-line interface (CLI) commands you'd commonly use to create and manage Azure resources in the Azure Resource Manager deployment model. You access these commands by running the CLI in Resource Manager (arm) mode. This is not a complete reference, and your CLI version may show slightly different commands or parameters. For a general overview of Azure resources and resource groups, see [Azure Resource Manager Overview](../azure-resource-manager/management/overview.md).
13+
# Azure classic CLI commands
2314

24-
> [!NOTE]
25-
> This article shows Resource Manager mode commands in the Azure CLI, sometimes called Azure classic CLI.
26-
>To work in the Resource Manager model, you can also try the [Azure CLI](/cli/azure/install-az-cli2), our next generation multi-platform CLI.
27-
> Find out more about the [old and new Azure CLIs](/cli/azure/old-and-new-clis).
28-
>
15+
> !IMPORTANT]
16+
> This topic describes how to install the Azure classic CLI. The classic CLI is deprecated and should only be used with the classic deployment model.> For all other deployments, use the [Azure CLI](https://docs.microsoft.com/cli/azure/).
17+
18+
This article provides syntax and options for Azure classic command-line interface (CLI) commands you'd commonly use to create and manage Azure resources. This is not a complete reference, and your CLI version may show slightly different commands or parameters.
2919

30-
To get started, first [install the Azure CLI](../cli-install-nodejs.md) and [connect to your Azure subscription](/cli/azure/authenticate-azure-cli).
20+
To get started, first [install the Azure classic CLI](../cli-install-nodejs.md) and [connect to your Azure subscription](/cli/azure/authenticate-azure-cli).
3121

3222
For current command syntax and options at the command line in Resource Manager mode, type `azure help` or, to display help for a specific command, `azure help [command]`. Also find CLI examples in the documentation for creating and managing specific Azure services.
3323

articles/virtual-machines/error-codes-spot.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
title: Error codes for Azure Spot VMs and scale sets instances
33
description: Learn about error codes that you could possibly see when using Spot VMs and scale set instances.
4-
services: virtual-machines-windows
54
author: cynthn
65
manager: gwallace
7-
8-
ms.service: virtual-machines-windows
6+
ms.service: virtual-machines
97
ms.workload: infrastructure-services
108
ms.topic: article
119
ms.date: 11/20/2019
1210
ms.author: cynthn
11+
#pmcontact: jagaveer
1312
---
1413

1514
# Preview: Error messages for Spot VMs and scale sets

articles/virtual-machines/linux/copy-vm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,4 @@ az vm create --resource-group myResourceGroup \
151151

152152
## Next steps
153153

154-
To learn how to use Azure CLI to manage your new VM, see [Azure CLI commands for
155-
the Azure Resource Manager](../azure-cli-arm-commands.md).
154+
To learn how to use a [shared image gallery](shared-images.md) to manage VM images.

articles/virtual-machines/linux/manage-availability.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ ms.custom: H1Hack27Feb2017
2424

2525
Learn ways to set up and manage multiple virtual machines to ensure high availability for your Linux application in Azure. You can also [manage the availability of Windows virtual machines](../windows/manage-availability.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
2626

27-
For instructions on creating an availability set using CLI in the Resource Manager deployment model, see [azure availset: commands to manage your availability sets](../azure-cli-arm-commands.md#azure-availset-commands-to-manage-your-availability-sets).
28-
2927
[!INCLUDE [virtual-machines-common-manage-availability](../../../includes/virtual-machines-common-manage-availability.md)]
3028

3129
## Next steps

articles/virtual-machines/linux/sa-upload-vhd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ az vm create --resource-group myResourceGroup --location westus \
7676
--use-unmanaged-disk
7777
```
7878

79-
The destination storage account has to be the same as where you uploaded your virtual disk to. You also need to specify, or answer prompts for, all the additional parameters required by the **az vm create** command such as virtual network, public IP address, username, and SSH keys. You can read more about the [available CLI Resource Manager parameters](../azure-cli-arm-commands.md#azure-vm-commands-to-manage-your-azure-virtual-machines).
79+
The destination storage account has to be the same as where you uploaded your virtual disk to. You also need to specify, or answer prompts for, all the additional parameters required by the **az vm create** command such as virtual network, public IP address, username, and SSH keys. You can read more about the [available classic CLI Resource Manager parameters](../azure-cli-arm-commands.md#azure-vm-commands-to-manage-your-azure-virtual-machines).
8080

8181
## Requirements
8282
To complete the following steps, you need:

articles/virtual-machines/linux/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@
261261
href: create-ssh-keys-detailed.md
262262
- name: Protect VMs
263263
items:
264+
- name: Disaster recovery
265+
href: ../virtual-machines-disaster-recovery-guidance.md?toc=/azure/virtual-machines/linux/toc.json&bc=/azure/virtual-machines/linux/breadcrumb/toc.json
264266
- name: Back up VMs
265267
href: ../../backup/backup-introduction-to-azure-backup.md?toc=/azure/virtual-machines/linux/toc.json&bc=/azure/virtual-machines/linux/breadcrumb/toc.json
266268
items:

articles/virtual-machines/maintenance-and-updates.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
---
2-
title: Maintenance and updates for VMs in Azure | Microsoft Docs
2+
title: Maintenance and updates
33
description: Overview of maintenance and updates for virtual machines running in Azure.
4-
services: virtual-machines
5-
documentationcenter: ''
64
author: shants123
7-
editor: ''
8-
tags: azure-resource-manager,azure-service-management
9-
105
ms.service: virtual-machines
116
ms.workload: infrastructure-services
127
ms.topic: article
138
ms.date: 11/18/2019
149
ms.author: shants
15-
10+
#pmcontact:shants
1611
---
1712
# Maintenance for virtual machines in Azure
1813

articles/virtual-machines/maintenance-control-cli.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
2-
title: Maintenance control for Azure virtual machines
2+
title: Maintenance control
33
description: Learn how to control when maintenace is applied to your Azure VMs using Maintenance Control.
4-
services: virtual-machines-linux
54
author: cynthn
6-
75
ms.service: virtual-machines
86
ms.topic: article
9-
ms.tgt_pltfrm: vm-linux
107
ms.workload: infrastructure-services
118
ms.date: 11/21/2019
129
ms.author: cynthn
10+
#pmcontact: shants
1311
---
1412

1513
# Preview: Control updates with Maintenance Control and the Azure CLI

articles/virtual-machines/maintenance-control-powershell.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
title: Maintenance control for Azure virtual machines using PowerShell
33
description: Learn how to control when maintenance is applied to your Azure VMs using Maintenance Control and PowerShell.
4-
services: virtual-machines-linux
54
author: cynthn
6-
75
ms.service: virtual-machines
86
ms.topic: article
9-
ms.tgt_pltfrm: vm
107
ms.workload: infrastructure-services
118
ms.date: 01/31/2020
129
ms.author: cynthn
10+
#pmcontact: shants
1311
---
1412

1513
# Preview: Control updates with Maintenance Control and Azure PowerShell

0 commit comments

Comments
 (0)