Saturday, April 3, 2021

Global VNET Peering

 Here we will learn how we can establish connection between two VM from different region.

Steps we need to follow: 

  • Create two vnet in different region. (vnet-east, vnet-west)
  • Create two virtual network gateway in two vnet. (vng-east, vng-west)
below is details, we are selecting for vnet-east gatway.


in the same way we will create gateway for vnet-west. 

Now we will create two Vm (vm-east, vm-west) in respective vnets.

Now, we need to go to virtual network gateway to establish connections. So first we will go to vng-east

and open it. go to connections > Add. provide all required information and click on OK button.


In the same way we will create connection for vng-west.

Now we have created connections on both side. 


You will have to wait till status becomes connected. currently it is showing unknown. meanwhile you can turn off firewall of both VMs. 

Now each steps has been completed. you can try to access one vm from another with private IP.

Related Posts:

  • Azure Data FactoryAzure Data Factory enables you to move and transform data from various sources to various destinations. It's a managed cloud service designed specific… Read More
  • Azure WebJobs WebJobs is a feature of Azure App Service that enables you to run a program or script in the same instance as a web app, API app, or mobile app.… Read More
  • Application InsightsApplication Insights sends telemetry from your web application to the Azure portal so that you can analyze the performance and usage of your applicati… Read More
  • Azure Key Vault Azure Key Vault is a cloud service for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, … Read More
  • Azure Active Directory All employees in an organization need access to some Azure services to perform their tasks. They can access services like SQL database, machine … Read More

0 comments:

Post a Comment