JMES Path for azure cli
- using JMES Path Tutorial Refer Here
Creating Linux/Windows VMs using Azure Power shell
- Azure PowerShell will provide set of Cmdlets that can be used to interact with Azure
- To login into Azure
Connect-AzAccount
- The cmdlets of the azure PowerShell will be in the form of
<Verb>-Az<Noun>
- Lets create a Ubuntu VM with power shell
- Refer Here for the script created till nic.
