Skip to content

Commit 16ba7ac

Browse files
author
Cynthia Nottingham
committed
fixing titles
1 parent e0e6859 commit 16ba7ac

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Use the following command to enable Azure CLI Resource Manager mode commands.
3535
>
3636
>
3737
38-
## azure account: Manage your account information
38+
## Account information
3939
Your Azure subscription information is used by the tool to connect to your account.
4040

4141
**List the imported subscriptions**
@@ -62,7 +62,7 @@ Your Azure subscription information is used by the tool to connect to your accou
6262
account env set [options] [environment]
6363
account env delete [options] [environment]
6464

65-
## azure ad: Commands to display Active Directory objects
65+
## Active Directory objects
6666
**Commands to display active directory applications**
6767

6868
ad app create [options]
@@ -89,7 +89,7 @@ Your Azure subscription information is used by the tool to connect to your accou
8989
ad user list [options]
9090
ad user show [options]
9191

92-
## azure availset: commands to manage your availability sets
92+
## Availability sets
9393
**Creates an availability set within a resource group**
9494

9595
availset create [options] <resource-group> <name> <location> [tags]
@@ -106,7 +106,7 @@ Your Azure subscription information is used by the tool to connect to your accou
106106

107107
availset delete [options] <resource-group> <name>
108108

109-
## azure config: commands to manage your local settings
109+
## Local settings
110110
**List Azure CLI configuration settings**
111111

112112
config list [options]
@@ -124,7 +124,7 @@ Your Azure subscription information is used by the tool to connect to your accou
124124
config mode [options] <modename>
125125

126126

127-
## azure feature: commands to manage account features
127+
## Account features
128128
**List all features available for your subscription**
129129

130130
feature list [options]
@@ -137,7 +137,7 @@ Your Azure subscription information is used by the tool to connect to your accou
137137

138138
feature register [options] <providerName> <featureName>
139139

140-
## azure group: Commands to manage your resource groups
140+
## Resource groups
141141
**Creates a resource group**
142142

143143
group create [options] <name> <location>
@@ -176,7 +176,7 @@ Your Azure subscription information is used by the tool to connect to your accou
176176
group template download [options] [name] [file]
177177
group template validate [options] <resource-group>
178178

179-
## azure HDInsight: Commands to manage your HDInsight clusters
179+
## HDInsight clusters
180180
**Commands to create or add to a cluster configuration file**
181181

182182
hdinsight config create [options] <configFilePath> <overwrite>
@@ -295,17 +295,17 @@ Parameter options:
295295

296296
hdinsight cluster disable-rdp-access [options] <clusterName>
297297

298-
## azure insights: Commands related to monitoring Insights (events, alert rules, autoscale settings, metrics)
298+
## Insights (events, alert rules, autoscale settings, metrics)
299299
**Retrieve operation logs for a subscription, a correlationId, a resource group, resource, or resource provider**
300300

301301
insights logs list [options]
302302

303-
## azure location: Commands to get the available locations for all resource types
303+
## Locations
304304
**List the available locations**
305305

306306
location list [options]
307307

308-
## azure network: Commands to manage network resources
308+
## Network resources
309309
**Commands to manage virtual networks**
310310

311311
network vnet create [options] <resource-group> <name> <location>
@@ -1497,7 +1497,7 @@ Parameter options:
14971497

14981498
network gateway list [options] <resource-group>
14991499

1500-
## azure provider: Commands to manage resource provider registrations
1500+
## Resource provider registrations
15011501
**List currently registered providers in Resource Manager**
15021502

15031503
provider list [options]
@@ -1514,7 +1514,7 @@ Parameter options:
15141514

15151515
provider unregister [options] <namespace>
15161516

1517-
## azure resource: Commands to manage your resources
1517+
## Resources
15181518
**Creates a resource in a resource group**
15191519

15201520
resource create [options] <resource-group> <name> <resource-type> <location> <api-version>
@@ -1535,7 +1535,7 @@ Parameter options:
15351535

15361536
resource delete [options] <resource-group> <name> <resource-type> <api-version>
15371537

1538-
## azure role: Commands to manage your Azure roles
1538+
## Azure roles
15391539
**Get all available role definitions**
15401540

15411541
role list [options]
@@ -1550,7 +1550,7 @@ Parameter options:
15501550
role assignment list [options] [objectId] [upn] [mail] [spn] [role] [scope] [resource-group] [resource-type] [resource-name]
15511551
role assignment delete [options] [objectId] [upn] [mail] [spn] [role] [scope] [resource-group] [resource-type] [resource-name]
15521552

1553-
## azure storage: Commands to manage your Storage objects
1553+
## Storage objects
15541554
**Commands to manage your Storage accounts**
15551555

15561556
storage account list [options]
@@ -1673,7 +1673,7 @@ Parameter options:
16731673
storage table policy set [options] [table] [name]
16741674
storage table policy delete [options] [table] [name]
16751675

1676-
## azure tag: Commands to manage your Resource Manager tag
1676+
## Tags
16771677
**Add a tag**
16781678

16791679
tag create [options] <name> <value>
@@ -1690,7 +1690,7 @@ Parameter options:
16901690

16911691
tag show [options] [name]
16921692

1693-
## azure vm: Commands to manage your Azure Virtual Machines
1693+
## Virtual Machines
16941694
**Create a VM**
16951695

16961696
vm create [options] <resource-group> <name> <location> <os-type>

0 commit comments

Comments
 (0)