Azure Free Account
- Azure Free Services
- Always Free
- Free trails
- Free for 12 months

- When we create an Azure Account a Free trail subscription is created with 200 $ credit which will expire in one month.
Azure Virtual Machine
- To login into the VM/Physical machine we need credentails
- Windows => Username/Password
- Linux
- Username/Password
- Username/Key (SSH)
- To access a remote machine
- Windows:
- Protocol => RDP (Remote Desktop Protocol)
- Software => mstsc

- Linux:
- Protocol => SSH
- Software => SSH Client (Pre installed on Windows 10 and above)
- Windows:
Lets Create a Windows Server
- Create a Resoure Group
- Now create a VM





- Now lets connect to the vm
mstsc -v <your public ip>and enter crdentials

Lets create a Linux Server
- Create/use existing resource group
- Create a Linux VM



- To Connect to Linux VM
- Launch Powershell
ssh username@publicipi.e.ssh qtdevops@20.185.35.133

- Launch Powershell
- Note: Delete the resource group after usage

