Skip to content

Commit e870876

Browse files
authored
Fix YAML syntax for disk references
1 parent ac32a30 commit e870876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/container-storage/use-container-storage-with-managed-disks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Follow these steps to create a pre-provisioned storage pool for Azure Disks.
158158
poolType:
159159
azureDisk:
160160
disks:
161-
- reference <resource-id1>
162-
- reference <resource-id2>
161+
- reference: <resource-id1>
162+
- reference: <resource-id2>
163163
```
164164

165165
1. Apply the YAML manifest file to create the storage pool.

0 commit comments

Comments
 (0)