Introduction
Infrastructure as Code IaC has changed the way modern cloud infrastructure is designed, deployed, and managed.
Instead of manually logging into the Azure Portal, clicking through multiple screens, creating a virtual network, configurin...
Introduction
Securely managing virtual machines is one of the major challenges of cloud engineering. Generally, administrators use SSH for Linux VM and RDP for Windows for accessing Azure VMs via public IP addresses. This is a good approach but expos...
Introduction
Microsoft Azure Virtual Machines VMs provide scalable cloud computing resources that allow users to deploy and manage operating systems in the cloud. In this project, I created an Ubuntu 22.04 Virtual Machine in Azure, connected to it u...