Forum Discussion
sasi99
Oct 09, 2022Copper Contributor
Virtual Network in Azure. Please Explain
Hi All, What does it mean when we say Azure uses Virtual Networking? How does software defined networking work? End of the scene, we interact with cloud through physical networking only. How is...
erika-enomoto
Microsoft
Oct 14, 2022- Virtual network (VNet) is a representation of your own network in the cloud. It enables Azure resources the ability to communicate with one another, communicate to the internet, and communicate to on-prem resources securely. Here is a link to list of documentation for your review: https://learn.microsoft.com/en-us/azure/virtual-network/
- Software defined networking (SDN) works by abstracting applications and workloads from the underlying physical network. The management plane, control plane, and data plane are not bound to the network devices as SDN offers virtual abstractions for physical networking components including IP addresses, switches, and load balancers. More info about SDN: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn859240(v=ws.11)
- If you're looking at connecting to the cloud using a private connection, Azure ExpressRoute offers layer 3 connectivity between on-prem and the Microsoft cloud. This allows you to extend your on-prem network over a private connection through a connectivity provider. This FAQ on ExpressRoute is helpful: https://learn.microsoft.com/en-us/azure/expressroute/expressroute-faqs
- I recommend John Savill's Technical Training channel on YouTube. Here's a video he created that breaks down the core functions of Azure Networking in an easy to follow along way: https://www.youtube.com/watch?v=K8ePZdLfU7M