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/storage/common/storage-azure-cli-nodejs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ In this guide, we'll explore how to use [Azure classic CLI](../../cli-install-no
23
23
This guide assumes that you understand the basic concepts of Azure Storage. The guide provides a number of scripts to demonstrate the usage of the classic CLI with Azure Storage. Be sure to update the script variables based on your configuration before running each script.
24
24
25
25
> [!NOTE]
26
-
> The guide provides the Azure classic CLI command and script examples for classic storage accounts. See [Using the Azure CLI for Mac, Linux, and Windows with Azure Resource Management](../../virtual-machines/azure-cli-arm-commands.md#azure-storage-commands-to-manage-your-storage-objects) for Azure classic CLI commands for Resource Manager storage accounts.
26
+
> The guide provides the Azure classic CLI command and script examples for classic storage accounts. See [Using the Azure CLI for Mac, Linux, and Windows with Azure Resource Management](../../virtual-machines/azure-cli-arm-commands.md#storage-objects) for Azure classic CLI commands for Resource Manager storage accounts.
description: Azure command line interface (CLI) commands to manage resources.
6
4
author: cynthn
7
5
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
16
8
ms.topic: article
17
9
ms.date: 04/18/2017
18
10
ms.author: cynthn
19
-
11
+
#pmcontact:
20
12
---
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
23
14
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.
17
+
> For all other deployments, use the [Azure CLI](https://docs.microsoft.com/cli/azure/).
29
18
30
-
To get started, first [install the Azure CLI](../cli-install-nodejs.md) and [connect to your Azure subscription](/cli/azure/authenticate-azure-cli).
19
+
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.
20
+
21
+
To get started, first [install the Azure classic CLI](../cli-install-nodejs.md) and [connect to your Azure subscription](/cli/azure/authenticate-azure-cli).
31
22
32
23
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.
33
24
@@ -42,10 +33,10 @@ Use the following command to enable Azure CLI Resource Manager mode commands.
42
33
43
34
> [!NOTE]
44
35
> The CLI's Azure Resource Manager mode and Azure Service Management mode are mutually exclusive. That is, resources created in one mode cannot be managed from the other mode.
45
-
>
46
-
>
36
+
>
47
37
48
-
## azure account: Manage your account information
38
+
39
+
## Account information
49
40
Your Azure subscription information is used by the tool to connect to your account.
50
41
51
42
**List the imported subscriptions**
@@ -72,7 +63,7 @@ Your Azure subscription information is used by the tool to connect to your accou
72
63
account env set [options] [environment]
73
64
account env delete [options] [environment]
74
65
75
-
## azure ad: Commands to display Active Directory objects
66
+
## Active Directory objects
76
67
**Commands to display active directory applications**
77
68
78
69
ad app create [options]
@@ -99,7 +90,7 @@ Your Azure subscription information is used by the tool to connect to your accou
99
90
ad user list [options]
100
91
ad user show [options]
101
92
102
-
## azure availset: commands to manage your availability sets
93
+
## Availability sets
103
94
**Creates an availability set within a resource group**
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/manage-availability.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,6 @@ ms.custom: H1Hack27Feb2017
24
24
25
25
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).
26
26
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).
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/sa-upload-vhd.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ az vm create --resource-group myResourceGroup --location westus \
76
76
--use-unmanaged-disk
77
77
```
78
78
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#virtual-machines).
0 commit comments