Skip to content

Commit 2350b78

Browse files
committed
Updated documentation
1 parent e40079e commit 2350b78

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Infrastructure/Resources/New-StorageAccountContainer.ps1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ The name of the Storage Account
1515
.PARAMETER ContainerName
1616
The names of one or more Containers to create in the Storage Account
1717
18+
.PARAMETER ContainerPermission
19+
The permission on the Container(s). The acceptable values are 'Container', 'Blob' or 'Off'
20+
1821
.EXAMPLE
19-
.\New-StorageAccountContainer.ps1 -Location "West Europe" -Name stracc -ContainerName public
22+
.\New-StorageAccountContainer.ps1 -Location "West Europe" -Name stracc -ContainerName public -ContainerPermission "Blob"
2023
2124
.EXAMPLE
22-
.\New-StorageAccountContainer.ps1 -Location "West Europe" -Name stracc -ContainerName public,private,images
25+
.\New-StorageAccountContainer.ps1 -Location "West Europe" -Name stracc -ContainerName public,private,images -ContainerPermission "Blob"
2326
2427
#>
2528

0 commit comments

Comments
 (0)