Skip to content

Commit 604bff9

Browse files
authored
Merge pull request #89332 from cynthn/920-samples
Testing TOC for samples
2 parents c55e862 + 6e5e094 commit 604bff9

File tree

1 file changed

+89
-3
lines changed
  • articles/virtual-machines/windows

1 file changed

+89
-3
lines changed

articles/virtual-machines/windows/toc.yml

Lines changed: 89 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,96 @@
4646
href: tutorial-secure-web-server.md
4747
- name: Samples
4848
items:
49-
- name: PowerShell
49+
- name: PowerShell index
5050
href: powershell-samples.md
51-
- name: Azure CLI
52-
href: cli-samples.md
51+
- name: PowerShell
52+
items:
53+
- name: Create
54+
items:
55+
- name: Quick
56+
href: ./../scripts/virtual-machines-windows-powershell-sample-create-vm-quick.md
57+
- name: Fully configured VM
58+
href: ./../scripts/virtual-machines-windows-powershell-sample-create-vm.md
59+
- name: Highly available VM
60+
href: ./../scripts/virtual-machines-windows-powershell-sample-create-nlb-vm.md
61+
- name: Custom script example
62+
href: ./../scripts/virtual-machines-windows-powershell-sample-create-vm-iis.md
63+
- name: Use DSC
64+
href: ./../scripts/virtual-machines-windows-powershell-sample-create-iis-using-dsc.md
65+
- name: VM from VHD upload
66+
href: ./../scripts/virtual-machines-windows-powershell-upload-generalized-script.md
67+
- name: Attach an OS disk
68+
href: ./../scripts/virtual-machines-windows-powershell-sample-create-vm-from-managed-os-disks.md
69+
- name: VM from snapshot
70+
href: ./../scripts/virtual-machines-windows-powershell-sample-create-vm-from-snapshot.md
71+
- name: Manage storage
72+
items:
73+
- name: Create a managed disk from a VHD
74+
href: ../scripts/virtual-machines-windows-powershell-sample-create-managed-disk-from-vhd.md
75+
- name: Create a managed disk from a snapshot
76+
href: ../scripts/virtual-machines-windows-powershell-sample-create-managed-disk-from-snapshot.md
77+
- name: Copy a managed disk
78+
href: ../scripts/virtual-machines-windows-powershell-sample-copy-managed-disks-to-same-or-different-subscription.md
79+
- name: Export a snapshot as a VHD to a storage account
80+
href: ../scripts/virtual-machines-windows-powershell-sample-copy-snapshot-to-storage-account.md
81+
- name: Export the VHD of a managed disk to a storage account
82+
href: ../scripts/virtual-machines-windows-powershell-sample-copy-managed-disks-vhd.md
83+
- name: Create a snapshot from a VHD
84+
href: ../scripts/virtual-machines-windows-powershell-sample-create-snapshot-from-vhd.md
85+
- name: Copy a snapshot
86+
href: ../scripts/virtual-machines-windows-powershell-sample-copy-snapshot-to-same-or-different-subscription.md
87+
- name: Secure
88+
items:
89+
- name: Encrypt a VM and its data disks
90+
href: ./../scripts/virtual-machines-windows-powershell-sample-encrypt-vm.md?
91+
- name: Monitor
92+
items:
93+
- name: Azure Monitor
94+
href: ./../scripts/virtual-machines-windows-powershell-sample-create-vm-oms.md
95+
- name: Collect details about all VMs in a subscription
96+
href: ../scripts/virtual-machines-powershell-sample-collect-vm-details.md
97+
- name: Azure CLI index
98+
href: cli-samples.md
99+
- name: CLI
100+
items:
101+
- name: Create
102+
items:
103+
- name: Quick
104+
href: ./../scripts/virtual-machines-windows-cli-sample-create-vm-quick-create.md
105+
- name: Fully configured VM
106+
href: ./../scripts/virtual-machines-windows-cli-sample-create-vm.md
107+
- name: Highly available VM
108+
href: ./../scripts/virtual-machines-windows-cli-sample-nlb.md
109+
- name: Custom script example
110+
href: ./../scripts/virtual-machines-windows-cli-sample-create-vm-iis.md
111+
- name: Use DSC configuration
112+
href: ./../scripts/virtual-machines-windows-cli-sample-create-iis-using-dsc.md
113+
- name: Manage storage
114+
items:
115+
- name: Create managed disk from a VHD
116+
href: ../scripts/virtual-machines-windows-cli-sample-create-managed-disk-from-vhd.md
117+
- name: Create a managed disk from a snapshot
118+
href: ../scripts/virtual-machines-windows-cli-sample-create-managed-disk-from-snapshot.md
119+
- name: Copy managed disk
120+
href: ../scripts/virtual-machines-windows-cli-sample-copy-managed-disks-to-same-or-different-subscription.md
121+
- name: Export a snapshot as VHD to a storage account
122+
href: ../scripts/virtual-machines-windows-cli-sample-copy-snapshot-to-storage-account.md
123+
- name: Export the VHD of a managed disk to a storage account
124+
href: ../scripts/virtual-machines-windows-cli-sample-copy-managed-disks-vhd.md
125+
- name: Copy snapshot
126+
href: ../scripts/virtual-machines-windows-cli-sample-copy-snapshot-to-same-or-different-subscription.md
127+
- name: Network
128+
items:
129+
- name: Secure network traffic between VMs
130+
href: ./../scripts/virtual-machines-windows-cli-sample-create-vm-nsg.md
131+
- name: Secure
132+
items:
133+
- name: Encrypt a VM and data disks
134+
href: ./../scripts/virtual-machines-windows-cli-sample-encrypt-vm.md
135+
- name: Monitor
136+
items:
137+
- name: Azure Monitor
138+
href: ./../scripts/virtual-machines-windows-cli-sample-create-vm-oms.md
53139
- name: Concepts
54140
items:
55141
- name: Azure Resource Manager

0 commit comments

Comments
 (0)