Azure VMs contd
Activity 2
- Launch a Windows Server and Install IIS
- The Powershell Command to Install Web Server
Install-WindowsFeature -name Web-Server -IncludeManagementTools
* Now lets try to navigate to http://<public-ip>
Activity 3: Explore Disk Options while creating VM
- Disk Options
Activity 4: Exploring Netork Options while creating VM
- Network:
Activity 5: Management
-
Managment Options
-
Advanced
Activity 6:
- Create a linux vm with username and key (azure generated)
- Create a windows vm with username and password
-
Reset the key of the linux vm after creation to imported key pair
- Navigate to the vm => Help Blade and select Reset Password
- Reset the password of the windows vm after creation.
- Resize the VM by using settings => Size (This will restart the vm)