- Azure for Architects
- Ritesh Modi
- 246字
- 2021-07-08 09:33:34
Virtual network
A virtual network should be thought of as a physical LAN network in your office or home. Conceptually, they both are the same, although the Azure virtual network is implemented as a software-defined network backed up by a giant physical network infrastructure.
A virtual network is required for hosting a virtual machine. They provide a secure communication mechanism between Azure resources to connect to each other. They provide an internal IP address to them, access, and connectivity to other resources including virtual machines on the same virtual network, routing of requests, and connectivity to other networks.
A virtual network is contained within a resource group and is hosted within a region, for example, West Europe. Virtual network cannot span multiple regions, but it can span all data centers with a region. For connectivity across regions, virtual networks can be connected using the VNET-to-VNET connectivity. The virtual network also helps in connecting to on-premise data centers enabling hybrid cloud. There are multiple types of VPN technologies available to connect to on-premise data centers such as site-to-site VPN and point-to-site VPN. There is also a dedicated connectivity available between Azure virtual network and on-premise network using ExpressRoute.
A virtual network is free of charge. Every subscription can create up to 50 virtual networks across all regions. However, it can be increased by reaching out to Azure support. There will be no charge for data transfer within a VNET
- 微信公眾平臺與小程序開發:從零搭建整套系統
- 新手學Visual C# 2008程序設計
- 你不知道的JavaScript(中卷)
- C#程序設計基礎:教程、實驗、習題
- 琢石成器:Windows環境下32位匯編語言程序設計
- HTML5入門經典
- 深入淺出Serverless:技術原理與應用實踐
- Arduino家居安全系統構建實戰
- Android系統級深入開發
- PHP編程基礎與實例教程
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- 智能手機故障檢測與維修從入門到精通
- 創意UI:Photoshop玩轉APP設計
- 單片機原理及應用技術
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器