From ccfa47119c9ef29faf5af04a1509f9911db623fc Mon Sep 17 00:00:00 2001 From: Mirac Orhan Date: Wed, 12 Mar 2025 11:45:20 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 71 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 8a73d8e..a0e6eca 100644 --- a/README.md +++ b/README.md @@ -1,43 +1,52 @@ -# Cloud_Module_Week_12 +# Azure Virtual Machine Setup Assignment +This project is about creating a basic Azure infrastructure using a free Azure account. The infrastructure includes: -![image](https://github.com/user-attachments/assets/0faf7cce-ca8a-4995-a692-baf3afb09fd7) +A Resource Group to organize all resources. -## Assignment: Set Up an Azure Virtual Machine with a Free Account +A Virtual Network with a default subnet. -## Objective +A Windows Server Virtual Machine with a Public IP for RDP access. -#### Create a basic Azure infrastructure using a free Azure account. This infrastructure should include: +An Azure Disk attached to the VM. -* An Azure Virtual Machine (Windows Server) -* A Public IP Address for RDP access -* A Virtual Network with a default subnet -* An Azure Disk attached to the VM -* All resources grouped under a single Resource Group +Steps to Complete the Assignment +## 1. Create a Resource Group +Go to the Azure Portal. +Click on Resource Groups and create a new group named MyResourceGroup. -## Steps to Complete +## 2. Set Up a Virtual Network +In the Azure Portal, create a Virtual Network named MyVNet. +Use the default subnet settings. -1- Create a Resource Group -* Use the Azure Portal to create a new Resource Group. +## 3. Deploy a Windows Virtual Machine +Create a Windows Server 2022 Datacenter VM. +Choose the B1s size (free tier eligible). +Assign a Public IP for RDP access. +Place the VM in the MyVNet Virtual Network. -2- Set Up a Virtual Network -* Create a Virtual Network with a default subnet. +## 4. Attach a Data Disk to the VM +Go to the VM's Disks section. +Add a new 32 GB Standard HDD disk named MyDataDisk. -3- Deploy a Windows Virtual Machine -* Choose a free-tier eligible Windows Server. -* Assign a Public IP for RDP access. -* Place the VM in the previously created Virtual Network. +## 5. Connect to the VM +Use the Public IP of the VM. +Open Remote Desktop Connection on your computer. +Enter the IP, username, and password to connect. -4- Attach a Data Disk to the VM -* Add an Azure Disk to the created Virtual Machine. +# Screenshots +Here are some screenshots of the setup: -5- Connect to the VM -* Use Remote Desktop Protocol (RDP) to connect to the VM using the public IP. - -6- Optional: Clean Up Resources -* Delete the Resource Group after completion to avoid unnecessary charges. - -## Submission Instructions +Resource Group Creation +![enter image description here](https://i.imgur.com/69hPRPi.png) -* Create a GitHub repository named azure-vm-assignment. -* Include a brief README with a summary of your setup and screenshots. -* Share the GitHub repository link for review. +Virtual Network Setup +![enter image description here](https://i.imgur.com/ClygRS6.png) + +Windows VM Creation +![enter image description here](https://i.imgur.com/w7Jobnw.png) + +Data Disk Attachment +![enter image description here](https://i.imgur.com/JR03uoV.png) + +RDP Connection +![enter image description here](https://i.imgur.com/quE0Zcs.png) From 864862f17b0d62bcf819705eac29a7c9a1a8e0a3 Mon Sep 17 00:00:00 2001 From: Mirac Orhan Date: Wed, 12 Mar 2025 14:02:35 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0e6eca..2b7f06d 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ An Azure Disk attached to the VM. Steps to Complete the Assignment ## 1. Create a Resource Group Go to the Azure Portal. -Click on Resource Groups and create a new group named MyResourceGroup. +Click on Resource Groups and create a new group named MyRG1. ## 2. Set Up a Virtual Network -In the Azure Portal, create a Virtual Network named MyVNet. +In the Azure Portal, create a Virtual Network named MyVNet1. Use the default subnet settings. ## 3. Deploy a Windows Virtual Machine Create a Windows Server 2022 Datacenter VM. Choose the B1s size (free tier eligible). Assign a Public IP for RDP access. -Place the VM in the MyVNet Virtual Network. +Place the VM in the MyVNet1 Virtual Network. ## 4. Attach a Data Disk to the VM Go to the VM's Disks section.