Monday, August 13, 2018

Working with Azure PowerShell

Azure is one of the most popular cloud computing service that use for building,testing,deploying and managing applications.When we work with azure we all familiar how to perform different tasks using azure portal.But we can do the same tasks using simple PowerShell commands with Azure PowerShell.
Azure PowerShell is an extension of the Windows PowerShell platform which help to manage azure resources from the command line.
Through next few posts I will explain you how to create azure VM though azure portal and how to create azure VM by executing PowerShell commands.

1. Create Azure VM through azure portal
2. Install Azure PowerShell on windows and execute AzureRM commands
3. Create Azure VM using ARM template

No comments:

Post a Comment