Create Linux VM Using Powershell in Azure
- Azure is the leading Cloud Platform today.
- Lot of Customers are having a Hybrid setup with Cloud.
- So With power shell now so famous lot of companies have deployed Azure CLI 2.0 to extend thier powershell skill in Cloud.
- In Order to Create a Linux VM in cloud using powershell and CLI2.0 installed on you system use this command
az vm create -n LINUX01 -g LinuxGroup --image UbuntuLTS
- This will create the Linux Machine called "LINUX01" with Ubuntu OS
No comments:
Post a Comment