0% found this document useful (0 votes)
18 views

Creating a Virtual Machine and Developing a Web Server on Microsoft Azure

Uploaded by

zubair413427
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Creating a Virtual Machine and Developing a Web Server on Microsoft Azure

Uploaded by

zubair413427
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

CREATING A VIRTUAL MACHINE AND DEVELOPING A

WEB SERVER ON MICROSOFT AZURE


Report

MUHAMMAD ZUBAIR KHAN NIM-BSCS-2021-36


Overview:

In this assignment we are assigned to set up a virtual machine (VM) on Microsoft Azure cloud.
First we need to configure it as a web server and then host a web page successfully on it. We took
the advantages from the Microsoft Azure’s student account benefits and utilized the free credits of
100$ that Azure provided. This step by step process helped me in learning to use cloud resources
effectively. In this process first I created and configured a VM and installed the necessary servers
according to sir’s instructions and deployed a simple html web page of Welcome message. This
help me in gaining experience not only about Microsoft Azure but also helped me in gaining a
little bit experience about cloud computing and server hosting. After doing this, it has motivated
and encourage me to jump into the field of devops.

1. Created a Student Account on Azure


 Registered for Azure using a student account.
 Provided academic details during registration.
 Received $100 credit for the student account.
2. Confirmed Account
 Successfully confirmed the account.
 Verified the $100 credit allocation.

3. Created a Resource Group


Set up a new resource group for organizing related resources.

Here is how we are creating our resource.

After creating a resource, we need to insert details for creating a VM.


Here we are selecting inbound port rules according to sir instructions before clicking on create.

3. Added a Virtual Machine


 Selected the region for the virtual machine.
 Chose the image Windows Server 2019 Edition for the virtual machine.
 Entered and confirmed the admin password for the VM.
 Clicked Create to initialize the VM.
 Confirmed subscription credit applied was $0.0186 USD/hour.
So, here is the details of our create VM, resource group and other related information we put while
creating it.

When I clicked on create, I got interface like this. Here it shows that our development process of
virtual machine will be continued after submitting deveploment. And we need to wait until its
completion.
After waiting for some time, I got interface like this. Here it shows that our development process
of virtual machine is in progress. And we need to wait until its completion.

I waited for few minutes and got this interface and pop which shows that my VM is successfully
deployed. So, till I successfully deployed VM. Now, I will move for further steps.
4. Connected to the Virtual Machine
 Downloaded the RDP (Remote Desktop Protocol) file for the VM connection.
 Successfully connected to the VM using the RDP file.
5. Configured the Server
 Opened Server Manager on the VM.
 Created a server group.
 Selected Web Server (IIS) as a role to install.
 Started the installation process, which completed in 3–4 minutes.

You might also like