$ctx=New-AzureStorageContext <accountname> <accountkey>
$s = New-AzureStorageShare <accountname> -Context $ctx
Asked
Active
Viewed 992 times
-3

Gaurav Mantri
- 128,066
- 12
- 206
- 241
1 Answers
1
I think you are looking for this cmdlet Arun: https://learn.microsoft.com/en-us/powershell/storage/azure.storage/v2.1.0/set-azurestoragesharequota
Set-AzureStorageShareQuota -ShareName "ContosoShare01" -Quota 1024
Thanks, Tim.

Tim Haintz
- 628
- 1
- 6
- 9