0% found this document useful (0 votes)
37 views1 page

Project: Implement Azure Iaas: Resources Created

The document outlines the implementation of an Azure IaaS project that creates resources in two regions including virtual networks, subnets, and virtual machines. It establishes global VNet peering between the networks to allow connectivity between the virtual machines in different regions. Testing confirms connectivity between the virtual machines via ping.

Uploaded by

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

Project: Implement Azure Iaas: Resources Created

The document outlines the implementation of an Azure IaaS project that creates resources in two regions including virtual networks, subnets, and virtual machines. It establishes global VNet peering between the networks to allow connectivity between the virtual machines in different regions. Testing confirms connectivity between the virtual machines via ping.

Uploaded by

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

Project : Implement Azure IaaS

Overview 

Resources Created

1. Headquarters : East US
a. Virtual Network : vnet_oss_hq
Address space - 10.1.0.0/28
b. Subnet : subnet_oss_hq
Subnet address range : 10.1.0.0/29
c. Virtual Machine : vm-db
Private IP address : 10.1.0.4

2. Branch Office : West US


a. Virtual Network : vnet_oss_hq
Address space – 10.2.0.0/28
b. Subnet : subnet_oss_br
Subnet address range : 10.2.0.0/29
c. Virtual Machine : vm-app
Private IP address : 10.2.0.4

3. Global VNet Peering :


a. Peer link : hq_to_br
From vnet_oss_hq to hq_to_br
b. Peer link : br_to_hq
From vnet_oss_hq to hq_to_br

Testing :
Tested VM vm-db is reachable via ping from vm-app and vice versa.

Attached screen shot in screenshot section of submission


Attached ARM template of deployment in code section of submission, this template can be
deployed and tested.

You might also like