0 votes
in Microsoft Azure Administrator by

In your organization, you have some client who doesn't want to give the subscription access, but they have given the PowerShell access, how you create the Storage account using PowerShell?

1 Answer

0 votes
by

New-AzureRmStorageAccount -ResourceGroupName azure4you -Name azureint234 -SkuNameStandard_LRS -Location 'East Us'

...