Azure VM Operations
- Create one ubuntu linux vm
- Create one redhat linux vm
- Create one windows 2019 server vm
- Lets Explore the Options
Azure Bastion
- This service helps us connect to Azure VM using ssh or rdp in a secure way
- After enabling the azure bastion, login into azure vms
- Pricing:
Run Command
- Lets use the run command
- Run command can run the linux commands from azure portal by taking help from Azure agent (waagent) in the vm.
- Run Command on the windows Server
Update Management
- Enable Update Management
- Now lets schedule the updates
- Next Steps: Issue with vm updates not working will be resolve in next session.