简体   繁体   中英

Azure Vnet Peering vs Vnet Integration

I am trying to Azure web app to IAAS VM and both of them are in different VNet's. Can some help me to understand the difference between Azure .net Perring & .net Integration. and which approach will work best in this context.

.net Integration -Gives your app to access to resources in your VNet. And it is used only to make outbound calls from your app into your VNet.but it doesn't grant inbound private access to your app from the VNet.

for more details you may check with these links

1) https://learn.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-.net#:~:text=VNet%20Integration%20gives%20your%20app%20access%20to%20resources,outbound%20calls%20from%20your%20app%20into%20your%20VNet .

.net Peering -It allows to connecting Virtual.networks via azure infrastructure. It offers higher bandwidth connectivity between virtual.networks.

for more details you may check with these links

1) https://techijack.com/azure-.net-and-.net-peering/#:~:text=Azure%20VNet%20Peering%20VNet%20Peering%20allows%20connecting%20virtual,It%20offers%20higher%20bandwidth%20connectivity%20between%20virtual%2.networks .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM