Install
Link to Azure.Storage
module in PowerShell Gallery
To install this version of Azure.Storage
from the PowerShell Gallery, run the following command:
Install-Module -Name Azure.Storage -Repository PSGallery -RequiredVersion 4.4.1-preview -AllowPrerelease -Force
If you have an older version of Azure.Storage
installed on your machine and want to upgrade to this version, run the following command:
Update-Module -Name Azure.Storage -RequiredVersion 4.4.1-preview -AllowPrerelease
Change Log
- Support Static Website configuration
- Enable-AzureStorageStaticWebsite
- Disable-AzureStorageStaticWebsite