- 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
- Python概率統計
- 深入理解Bootstrap
- 自制編譯器
- Rake Task Management Essentials
- 軟件測試工程師面試秘籍
- Oracle Exadata專家手冊
- NetBeans IDE 8 Cookbook
- Multithreading in C# 5.0 Cookbook
- Mastering C++ Multithreading
- Domain-Driven Design in PHP
- 數據結構:Python語言描述
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- Instant Pygame for Python Game Development How-to
- Python全棧開發:數據分析
- 數據庫技術及應用教程上機指導與習題(第2版)