Installing the Azure PowerShell modules
# Install the Azure Resource Manager modules from the PowerShell Gallery
Install-Module AzureRM
Install-AzureRM
# Install the Azure Service Management module from the PowerShell Gallery
Install-Module Azure
# Import AzureRM modules for the given version manifest in the AzureRM module
Import-AzureRM
# Import Azure Service Management module
Import-Module Azure
Tip Be sure to read the detailed documentation available in the Azure PowerShell project repository
available on GitHub at
https://github.com/Azure/azure-powershell
. The page contains a wealth of
information on getting started with the Azure cmdlets, various features, and much more.
Do'stlaringiz bilan baham: |