forked from MicrosoftDocs/azure-docs-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtitleMapping.json
More file actions
878 lines (878 loc) · 21.9 KB
/
titleMapping.json
File metadata and controls
878 lines (878 loc) · 21.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
{
"az": {
"TocTitle": "Reference",
"PageTitle": "Azure CLI 2.0: Command reference"
},
"az account": {
"TocTitle": "Subscriptions",
"PageTitle": "Subscriptions"
},
"az acr": {
"TocTitle": "Container Registry",
"PageTitle": "Container Registry (Preview)"
},
"az acr credential": {
"TocTitle": "Credentials",
"PageTitle": "Container Registry credentials (Preview)"
},
"az acr repository": {
"TocTitle": "Repositories",
"PageTitle": "Container Registry repositories (Preview)"
},
"az acs": {
"TocTitle": "Container Service",
"PageTitle": "Container Service"
},
"az acs dcos": {
"TocTitle": "DC/OS",
"PageTitle": "Container Service - DC/OS"
},
"az acs kubernetes": {
"TocTitle": "Kubernetes",
"PageTitle": "Container Service - Kubernetes"
},
"az ad": {
"TocTitle": "Azure Active Directory",
"PageTitle": "Azure Active Directory (AAD)"
},
"az ad app": {
"TocTitle": "Applications",
"PageTitle": "AAD applications"
},
"az ad group": {
"TocTitle": "Groups",
"PageTitle": "AAD groups"
},
"az ad sp": {
"TocTitle": "Service principals",
"PageTitle": "AAD service principals"
},
"az ad user": {
"TocTitle": "Users",
"PageTitle": "AAD users"
},
"az appservice": {
"TocTitle": "App Service",
"PageTitle": "App Service (Preview)"
},
"az appservice plan": {
"TocTitle": "Plans",
"PageTitle": "App Service plans (Preview)"
},
"az appservice web": {
"TocTitle": "Web Apps",
"PageTitle": "Web Apps (Preview)"
},
"az appservice web config": {
"TocTitle": "Configuration",
"PageTitle": "Web Apps configuration (Preview)"
},
"az appservice web config appsettings": {
"TocTitle": "Application settings",
"PageTitle": "Web Apps application settings (Preview)"
},
"az appservice web config container": {
"TocTitle": "Container settings",
"PageTitle": "Web Apps container settings (Preview)"
},
"az appservice web config hostname": {
"TocTitle": "Hostnames",
"PageTitle": "Web Apps hostnames (Preview)"
},
"az appservice web deployment": {
"TocTitle": "Deployments",
"PageTitle": "Web Apps deployments (Preview)"
},
"az appservice web deployment slot": {
"TocTitle": "Deployment slots",
"PageTitle": "Web Apps deployment slots (Preview)"
},
"az appservice web deployment user": {
"TocTitle": "Deployment users",
"PageTitle": "Web Apps deployment users (Preview)"
},
"az appservice web log": {
"TocTitle": "Logs",
"PageTitle": "Web Apps logs (Preview)"
},
"az appservice web source-control": {
"TocTitle": "Source control",
"PageTitle": "Web Apps source control (Preview)"
},
"az batch": {
"TocTitle": "Batch",
"PageTitle": "Batch (Preview)"
},
"az batch account": {
"TocTitle": "Accounts",
"PageTitle": "Batch accounts (Preview)"
},
"az batch account autostorage-keys": {
"TocTitle": "Auto-storage keys",
"PageTitle": "Batch account auto-storage keys (Preview)"
},
"az batch account keys": {
"TocTitle": "Keys",
"PageTitle": "Batch account keys (Preview)"
},
"az batch application": {
"TocTitle": "Applications",
"PageTitle": "Batch applications (Preview)"
},
"az batch application package": {
"TocTitle": "Packages",
"PageTitle": "Batch application packages (Preview)"
},
"az batch application summary": {
"TocTitle": "Summarys",
"PageTitle": "Batch application summaries (Preview)"
},
"az batch certificate": {
"TocTitle": "Certificates",
"PageTitle": "Batch certificates (Preview)"
},
"az batch job": {
"TocTitle": "Jobs",
"PageTitle": "Batch jobs (Preview)"
},
"az batch job all-statistics": {
"TocTitle": "Statistics",
"PageTitle": "Batch job statistics (Preview)"
},
"az batch job prep-release-status": {
"TocTitle": "Status",
"PageTitle": "Batch job preparation and release status (Preview)"
},
"az batch job-schedule": {
"TocTitle": "Job schedules",
"PageTitle": "Batch job schedules (Preview)"
},
"az batch location": {
"TocTitle": "Locations",
"PageTitle": "Batch locations (Preview)"
},
"az batch location quotas": {
"TocTitle": "Quotas",
"PageTitle": "Batch location quotas (Preview)"
},
"az batch node": {
"TocTitle": "Nodes",
"PageTitle": "Batch compute nodes (Preview)"
},
"az batch node file": {
"TocTitle": "Files",
"PageTitle": "Batch compute node files (Preview)"
},
"az batch node remote-desktop": {
"TocTitle": "Remote desktop protocols",
"PageTitle": "Remote desktop protocols for batch compute nodes (Preview)"
},
"az batch node remote-login-settings": {
"TocTitle": "Remote login settings",
"PageTitle": "Remote login settings for batch compute nodes (Preview)"
},
"az batch node scheduling": {
"TocTitle": "Scheduling",
"PageTitle": "Task scheduling for batch compute nodes (Preview)"
},
"az batch node user": {
"TocTitle": "Users",
"PageTitle": "Users for batch compute nodes (Preview)"
},
"az batch pool": {
"TocTitle": "Pools",
"PageTitle": "Batch pools (Preview)"
},
"az batch pool all-statistics": {
"TocTitle": "Statistics",
"PageTitle": "Batch pool statistics (Preview)"
},
"az batch pool autoscale": {
"TocTitle": "Autoscale",
"PageTitle": "Automatic scaling of batch pools (Preview)"
},
"az batch pool node-agent-skus": {
"TocTitle": "Node agent SKUs",
"PageTitle": "Node agent SKUs of batch pools (Preview)"
},
"az batch pool os": {
"TocTitle": "Operating systems",
"PageTitle": "Batch pool operating systems (Preview)"
},
"az batch pool usage-metrics": {
"TocTitle": "Usage metrics",
"PageTitle": "Batch pool usage metrics (Preview)"
},
"az batch task": {
"TocTitle": "Tasks",
"PageTitle": "Batch tasks (Preview)"
},
"az batch task file": {
"TocTitle": "Files",
"PageTitle": "Batch task files (Preview)"
},
"az batch task subtask": {
"TocTitle": "Subtasks",
"PageTitle": "Subtasks of batch tasks (Preview)"
},
"az cloud": {
"TocTitle": "Cloud management",
"PageTitle": "Cloud management"
},
"az component": {
"TocTitle": "Components",
"PageTitle": "Components"
},
"az container": {
"TocTitle": "Container",
"PageTitle": "Container (Preview)"
},
"az container build": {
"TocTitle": "Builds",
"PageTitle": "Container builds (Preview)"
},
"az container release": {
"TocTitle": "Releases",
"PageTitle": "Container releases (Preview)"
},
"az context": {
"TocTitle": "Contexts",
"PageTitle": "Contexts"
},
"az disk": {
"TocTitle": "Managed Disks",
"PageTitle": "Managed Disks"
},
"az documentdb": {
"TocTitle": "DocumentDB",
"PageTitle": "DocumentDB (Preview)"
},
"az feature": {
"TocTitle": "Resource provider features",
"PageTitle": "Resource provider features"
},
"az group": {
"TocTitle": "Resource groups",
"PageTitle": "Resource groups"
},
"az group deployment": {
"TocTitle": "Deployments",
"PageTitle": "Deployments"
},
"az group deployment operation": {
"TocTitle": "Operations",
"PageTitle": "Deployment operations"
},
"az image": {
"TocTitle": "VM images",
"PageTitle": "Virtual Machine images"
},
"az iot": {
"TocTitle": "IoT",
"PageTitle": "IoT (Preview)"
},
"az iot device": {
"TocTitle": "Devices",
"PageTitle": "IoT devices (Preview)"
},
"az iot device message": {
"TocTitle": "Messaging",
"PageTitle": "IoT device messaging (Preview)"
},
"az iot hub": {
"TocTitle": "Hubs",
"PageTitle": "IoT hubs (Preview)"
},
"az iot hub consumer-group": {
"TocTitle": "Consumer groups",
"PageTitle": "IoT hub consumer groups (Preview)"
},
"az iot hub job": {
"TocTitle": "Jobs",
"PageTitle": "IoT hub jobs (Preview)"
},
"az iot hub policy": {
"TocTitle": "Policies",
"PageTitle": "IoT hub policies (Preview)"
},
"az keyvault": {
"TocTitle": "Key Vault",
"PageTitle": "Key Vault (Preview)"
},
"az keyvault certificate": {
"TocTitle": "Certificates",
"PageTitle": "Key Vault certificates (Preview)"
},
"az keyvault certificate contact": {
"TocTitle": "Contacts",
"PageTitle": "Key Vault certificate contacts (Preview)"
},
"az keyvault certificate issuer": {
"TocTitle": "Issuers",
"PageTitle": "Key Vault certificate issuers (Preview)"
},
"az keyvault certificate issuer admin": {
"TocTitle": "Administration",
"PageTitle": "Key Vault certificate issuer administration (Preview)"
},
"az keyvault certificate pending": {
"TocTitle": "Pending",
"PageTitle": "Pending Key Vault certificates (Preview)"
},
"az keyvault key": {
"TocTitle": "Keys",
"PageTitle": "Key Vault keys (Preview)"
},
"az keyvault secret": {
"TocTitle": "Secrets",
"PageTitle": "Key Vault secrets (Preview)"
},
"az lock": {
"TocTitle": "Locks",
"PageTitle": "Resource locks"
},
"az network": {
"TocTitle": "Networking",
"PageTitle": "Networking"
},
"az network application-gateway": {
"TocTitle": "Application Gateway",
"PageTitle": "Application Gateway"
},
"az network application-gateway address-pool": {
"TocTitle": "Address pools",
"PageTitle": "Address pools"
},
"az network application-gateway auth-cert": {
"TocTitle": "Authorization certificates",
"PageTitle": "Authorization certificates"
},
"az network application-gateway frontend-ip": {
"TocTitle": "Front-end IP addresses",
"PageTitle": "Front-end IP addresses"
},
"az network application-gateway frontend-port": {
"TocTitle": "Front-end ports",
"PageTitle": "Front-end ports"
},
"az network application-gateway http-listener": {
"TocTitle": "HTTP listeners",
"PageTitle": "HTTP listeners"
},
"az network application-gateway http-settings": {
"TocTitle": "HTTP settings",
"PageTitle": "HTTP settings"
},
"az network application-gateway probe": {
"TocTitle": "Probes",
"PageTitle": "Application Gateway probes"
},
"az network application-gateway rule": {
"TocTitle": "Routing rules",
"PageTitle": "Routing rules"
},
"az network application-gateway ssl-cert": {
"TocTitle": "SSL certificates",
"PageTitle": "SSL certificates"
},
"az network application-gateway ssl-policy": {
"TocTitle": "SSL policies",
"PageTitle": "SSL policies"
},
"az network application-gateway url-path-map": {
"TocTitle": "URL path maps",
"PageTitle": "URL path maps"
},
"az network application-gateway url-path-map rule": {
"TocTitle": "Rules",
"PageTitle": "URL path map rules"
},
"az network application-gateway waf-config": {
"TocTitle": "Web application firewall settings",
"PageTitle": "Web application firewall settings"
},
"az network dns": {
"TocTitle": "DNS",
"PageTitle": "DNS domains"
},
"az network dns record": {
"TocTitle": "Records",
"PageTitle": "DNS records"
},
"az network dns record a": {
"TocTitle": "A",
"PageTitle": "DNS - A records"
},
"az network dns record aaaa": {
"TocTitle": "AAAA",
"PageTitle": "DNS - AAAA records"
},
"az network dns record cname": {
"TocTitle": "CNAME",
"PageTitle": "DNS - CNAME records"
},
"az network dns record mx": {
"TocTitle": "MX (mail)",
"PageTitle": "DNS - MX (mail) records"
},
"az network dns record ns": {
"TocTitle": "NS (nameserver)",
"PageTitle": "DNS - NS (nameserver) records"
},
"az network dns record ptr": {
"TocTitle": "PTR (pointer)",
"PageTitle": "DNS - PTR (pointer) records"
},
"az network dns record srv": {
"TocTitle": "SRV",
"PageTitle": "DNS - SRV records"
},
"az network dns record txt": {
"TocTitle": "TXT",
"PageTitle": "DNS - TXT records"
},
"az network dns record-set": {
"TocTitle": "Record sets",
"PageTitle": "DNS - record sets"
},
"az network dns zone": {
"TocTitle": "Zones",
"PageTitle": "DNS zones"
},
"az network express-route": {
"TocTitle": "Express Route",
"PageTitle": "Express Route"
},
"az network express-route auth": {
"TocTitle": "Circuit authentication",
"PageTitle": "Express Route circuit authentication"
},
"az network express-route peering": {
"TocTitle": "Peering",
"PageTitle": "Express Route peering"
},
"az network lb": {
"TocTitle": "Network Load Balancer",
"PageTitle": "Network Load balancer"
},
"az network lb address-pool": {
"TocTitle": "Back-end address pools",
"PageTitle": "Back-end address pools"
},
"az network lb frontend-ip": {
"TocTitle": "Front-end IP addresses",
"PageTitle": "Front-end IP addresses"
},
"az network lb inbound-nat-pool": {
"TocTitle": "Inbound NAT address pools",
"PageTitle": "Inbound NAT address pools"
},
"az network lb inbound-nat-rule": {
"TocTitle": "Inbound NAT address rules",
"PageTitle": "Inbound NAT address rules"
},
"az network lb probe": {
"TocTitle": "Probes",
"PageTitle": "Load Balancer probes"
},
"az network lb rule": {
"TocTitle": "Rules",
"PageTitle": "Load Balancing rules"
},
"az network local-gateway": {
"TocTitle": "Local gateways",
"PageTitle": "Local gateways"
},
"az network nic": {
"TocTitle": "Network interfaces",
"PageTitle": "Network interfaces"
},
"az network nic ip-config": {
"TocTitle": "NIC IP configurations",
"PageTitle": "NIC IP configurations"
},
"az network nic ip-config address-pool": {
"TocTitle": "Address pools",
"PageTitle": "Address pools"
},
"az network nic ip-config inbound-nat-rule": {
"TocTitle": "Inbound NAT rules",
"PageTitle": "Inbound NAT rules"
},
"az network nsg": {
"TocTitle": "Network security groups",
"PageTitle": "Network security groups"
},
"az network nsg rule": {
"TocTitle": "Rules",
"PageTitle": "Network security group rules"
},
"az network public-ip": {
"TocTitle": "Public IP addresses",
"PageTitle": "Public IP addresses"
},
"az network route-table": {
"TocTitle": "Route tables",
"PageTitle": "Route tables"
},
"az network route-table route": {
"TocTitle": "Routes",
"PageTitle": "Route table routes"
},
"az network traffic-manager": {
"TocTitle": "Traffic Manager",
"PageTitle": "Network Traffic Manager"
},
"az network traffic-manager endpoint": {
"TocTitle": "End points",
"PageTitle": "End points"
},
"az network traffic-manager profile": {
"TocTitle": "Profiles",
"PageTitle": "Traffic Manager profiles"
},
"az network vnet": {
"TocTitle": "Virtual Network",
"PageTitle": "Virtual Network"
},
"az network vnet peering": {
"TocTitle": "Peering connections",
"PageTitle": "Peering connections"
},
"az network vnet subnet": {
"TocTitle": "Subnets",
"PageTitle": "Subnets"
},
"az network vnet revoked-cert": {
"TocTitle": "Revoked certifications",
"PageTitle": "Revoked certifications"
},
"az network vnet root-cert": {
"TocTitle": "Root certificates",
"PageTitle": "Root certificates"
},
"az network vnet-gateway": {
"TocTitle": "Virtual Network gateways",
"PageTitle": "Virtual Network gateways"
},
"az network vnet-gateway revoked-cert": {
"TocTitle": "Revoked certificates",
"PageTitle": "Revoked certificates"
},
"az network vnet-gateway root-cert": {
"TocTitle": "Root certificates",
"PageTitle": "Root certificates"
},
"az network vpn-connection": {
"TocTitle": "VPN connections",
"PageTitle": "VPN connections"
},
"az network vpn-connection shared-key": {
"TocTitle": "Shared keys",
"PageTitle": "VPN shared keys"
},
"az policy": {
"TocTitle": "Resource policies",
"PageTitle": "Resource policies"
},
"az policy assignment": {
"TocTitle": "Assignments",
"PageTitle": "Resource policy assignments"
},
"az policy definition": {
"TocTitle": "Definitions",
"PageTitle": "Resource policy definitions"
},
"az provider": {
"TocTitle": "Resource providers",
"PageTitle": "Resource providers"
},
"az redis": {
"TocTitle": "Redis Cache",
"PageTitle": "Redis Cache (Preview)"
},
"az redis patch-schedule": {
"TocTitle": "Patch schedules",
"PageTitle": "Patch schedules (Preview)"
},
"az resource": {
"TocTitle": "Resources",
"PageTitle": "Resources"
},
"az resource link": {
"TocTitle": "Links",
"PageTitle": "Resource links"
},
"az role": {
"TocTitle": "Roles",
"PageTitle": "Roles"
},
"az role assignment": {
"TocTitle": "Assignments",
"PageTitle": "Role assignments"
},
"az role definition": {
"TocTitle": "Definitions",
"PageTitle": "Role definitions"
},
"az snapshot": {
"TocTitle": "VM Snapshots",
"PageTitle": "VM Snapshots"
},
"az sql": {
"TocTitle": "SQL",
"PageTitle": "SQL (Preview)"
},
"az sql db": {
"TocTitle": "Databases",
"PageTitle": "SQL Databases (Preview)"
},
"az sql db data-warehouse": {
"TocTitle": "Data warehouses",
"PageTitle": "SQL data warehouses (Preview)"
},
"az sql db replication-link": {
"TocTitle": "Replication links",
"PageTitle": "SQL replication links (Preview)"
},
"az sql db restore-point": {
"TocTitle": "Restore points",
"PageTitle": "SQL restore points (Preview)"
},
"az sql db service-tier-advisor": {
"TocTitle": "Service tier advisors",
"PageTitle": "SQL service tier advisors (Preview)"
},
"az sql db transparent-data-encryption": {
"TocTitle": "Transparent data encryption",
"PageTitle": "SQL transparent data encryption (Preview)"
},
"az sql elastic-pools": {
"TocTitle": "Elastic pools",
"PageTitle": "SQL elastic pools (Preview)"
},
"az sql elastic-pools db": {
"TocTitle": "Database activity",
"PageTitle": "SQL elastic pool database activity (Preview)"
},
"az sql elastic-pools recommended": {
"TocTitle": "Recommended",
"PageTitle": "SQL recommended elastic pools (Preview)"
},
"az sql elastic-pools recommended db": {
"TocTitle": "Database",
"PageTitle": "SQL elastic pool database (Preview)"
},
"az sql server": {
"TocTitle": "Server",
"PageTitle": "SQL Server (Preview)"
},
"az sql server firewall": {
"TocTitle": "Firewalls",
"PageTitle": "SQL Server firewalls (Preview)"
},
"az sql server service-objective": {
"TocTitle": "Service objectives",
"PageTitle": "SQL Server service objectives (Preview)"
},
"az storage": {
"TocTitle": "Storage",
"PageTitle": "Storage"
},
"az storage account": {
"TocTitle": "Accounts",
"PageTitle": "Storage accounts"
},
"az storage account keys": {
"TocTitle": "Keys",
"PageTitle": "Storage accounts keys"
},
"az storage blob": {
"TocTitle": "Blob",
"PageTitle": "Blob storage"
},
"az storage blob copy": {
"TocTitle": "Copy operations",
"PageTitle": "Blob storage copy operations"
},
"az storage blob lease": {
"TocTitle": "Leases",
"PageTitle": "Blob storage leases"
},
"az storage blob metadata": {
"TocTitle": "Metadata",
"PageTitle": "Blob storage metadata"
},
"az storage blob service-properties": {
"TocTitle": "Service properties",
"PageTitle": "Blob storage service properties"
},
"az storage container": {
"TocTitle": "Containers",
"PageTitle": "Storage containers"
},
"az storage container lease": {
"TocTitle": "Leases",
"PageTitle": "Storage container leases"
},
"az storage container metadata": {
"TocTitle": "Metadata",
"PageTitle": "Storage container metadata"
},
"az storage container policy": {
"TocTitle": "Policies",
"PageTitle": "Storage container policies"
},
"az storage cors": {
"TocTitle": "Cross-origin resorce sharing",
"PageTitle": "Cross-origin resorce sharing"
},
"az storage directory": {
"TocTitle": "Directories",
"PageTitle": "Storage directories"
},
"az storage directory metadata": {
"TocTitle": "Metadata",
"PageTitle": "Directory metadata"
},
"az storage entity": {
"TocTitle": "Table storage entities",
"PageTitle": "Table storage entities"
},
"az storage file": {
"TocTitle": "Files",
"PageTitle": "Files"
},
"az storage file copy": {
"TocTitle": "Copy operations",
"PageTitle": "File copy operations"
},
"az storage file metadata": {
"TocTitle": "Metadata",
"PageTitle": "File metadata"
},
"az storage logging": {
"TocTitle": "Logging",
"PageTitle": "Storage service logging"
},
"az storage message": {
"TocTitle": "Messages",
"PageTitle": "Storage messages"
},
"az storage metrics": {
"TocTitle": "Metrics",
"PageTitle": "Storage metrics"
},
"az storage queue": {
"TocTitle": "Queues",
"PageTitle": "Storage queues"
},
"az storage queue metadata": {
"TocTitle": "Metadata",
"PageTitle": "Storage queue metadata"
},
"az storage queue policy": {
"TocTitle": "Policies",
"PageTitle": "Storage queue policies"
},
"az storage share": {
"TocTitle": "File shares",
"PageTitle": "File shares"
},
"az storage share metadata": {
"TocTitle": "Metadata",
"PageTitle": "File share metadata"
},
"az storage share policy": {
"TocTitle": "Policies",
"PageTitle": "File share policies"
},
"az storage table": {
"TocTitle": "Tables",
"PageTitle": "Tables"
},
"az storage table policy": {
"TocTitle": "Policies",
"PageTitle": "Table policies"
},
"az tag": {
"TocTitle": "Resource tags",
"PageTitle": "Resource tags"
},
"az taskhelp": {
"TocTitle": "Help content",
"PageTitle": "Help content"
},
"az vm": {
"TocTitle": "Virtual Machines",
"PageTitle": "Virtual Machines (VM)"
},
"az vm access": {
"TocTitle": "User access",
"PageTitle": "VM user access"
},
"az vm availability-set": {
"TocTitle": "Availability sets",
"PageTitle": "VM availability sets"
},
"az vm boot-diagnostics": {
"TocTitle": "Boot diagnostics",
"PageTitle": "VM boot diagnostics"
},
"az vm diagnostics": {
"TocTitle": "Diagnostics",
"PageTitle": "VM diagnostics"
},
"az vm disk": {
"TocTitle": "Storage disks",
"PageTitle": "VM storage disks"
},
"az vm extension": {
"TocTitle": "Extensions",
"PageTitle": "VM extensions"
},
"az vm extension image": {
"TocTitle": "Extension images",
"PageTitle": "VM extension images"
},
"az vm image": {
"TocTitle": "Images",
"PageTitle": "VM images"
},
"az vm nic": {
"TocTitle": "Network interfaces",
"PageTitle": "VM network interfaces"
},
"az vm unmanaged-disk": {
"TocTitle": "Unmanaged disks",
"PageTitle": "VM umanaged disks"
},
"az vm user": {
"TocTitle": "Users",
"PageTitle": "VM users"
},
"az vmss": {
"TocTitle": "VM Scale Sets",
"PageTitle": "VM scale Sets (VMSS)"
},
"az vmss diagnostics": {
"TocTitle": "Diagnostics",
"PageTitle": "VMSS diagnostics"
},
"az vmss disk": {
"TocTitle": "Disks",
"PageTitle": "VMSS disks"
},
"az vmss extension": {
"TocTitle": "Extensions",
"PageTitle": "VMSS extensions"
},
"az vmss extension image": {
"TocTitle": "Images",
"PageTitle": "VMSS extension images"
},
"az vmss nic": {
"TocTitle": "Network interfaces",
"PageTitle": "VMSS network interfaces"
}
}