Azure PowerShell Step By Step Tutorial
What is Azure PowerShell:
- Azure PowerShell is a set of modules that provide cmdlets to manage Azure with Windows PowerShell.
- You can use the cmdlets to create, test, deploy, and manage solutions and services delivered through the Azure platform.
- The cmdlets can be used for the same tasks as the Azure Management Portal, such as creating and configuring cloud services, virtual machines, virtual networks, and web apps.
How to Install Azure PowerShell on your Computer:
There are 2 Ways you can install Azure PowerShell
First Type:
- Download and Install from the following Location==> http://aka.ms/webpi-azps
- Download the Poweshell and Install.
Second Type:
- Open PowerShell in Eleveated Prompt as Admin
Install-Module AzureRM
- Above Command Install the Azure Resource Manager modules from the PowerShell Gallery
Install-Module Azure
- Install the Azure Service Management module from the PowerShell Gallery
No comments:
Post a Comment