Home > Software engineering >  Unable to get storage account using powershell
Unable to get storage account using powershell

Time:08-12

I am trying to get the storage account to create blob container and I am getting parameter cannot be found error in PowerShell

enter image description here

CodePudding user response:

The command whatever using as per your image is correct, but you first need to provide the storage name and then give the context details this way you won't get the error mentioned in screenshot

enter image description here

  • Related