Install
Link to AzureRM.Storage
module in PowerShell Gallery
To install this version of AzureRM.Storage
from the PowerShell Gallery, run the following command:
Install-Module -Name AzureRM.Storage -Repository PSGallery -RequiredVersion 5.0.4-preview -AllowPrerelease -Force
If you have an older version of AzureRM.Storage
installed on your machine and want to upgrade to this version, run the following command:
Update-Module -Name AzureRM.Storage -RequiredVersion 5.0.4-preview -AllowPrerelease
Change Log
- Support create Storage account with Hierarchical Namespace enabled
- New-AzureRmStorageAccount