-3
$ctx=New-AzureStorageContext <accountname> <accountkey>


$s = New-AzureStorageShare <accountname> -Context $ctx
Gaurav Mantri
  • 128,066
  • 12
  • 206
  • 241

1 Answers1

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