Monday 5 September 2016

Azure PowerShell Step By Step Tutorial

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:
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