CLOUD Lab 7
CLOUD Lab 7
Objective:
To Create a Virtual Machine using Microsoft Azure and access it remotely.
Theory:
Creating a Virtual Machine (VM) in Microsoft Azure allows users to run applications in a scalable cloud
environment. Azure provides various VM configurations with different operating systems and resource
allocations. After deployment, remote access is enabled via RDP (Remote Desktop Protocol) for
Windows or SSH for Linux, allowing users to manage the VM from any location securely.
Procedure:
Step 1: Login to Azure Portal
Ensure RDP (3389) is enabled for Windows VM or SSH (22) for Linux VM.
Open a terminal.\
Enter your password or use the private key if SSH key authentication is enabled.
Step 5: Verify connection and perform basic operations
Conclusion:
In this lab, we successfully created a Virtual Machine in Microsoft Azure and accessed it remotely
using RDP or SSH. This demonstrated how cloud-based VMs provide flexibility, scalability, and secure
remote access, making them essential for modern cloud computing solutions.