0%

0/1 Lessons

Course Introduction

• 12min

0 / 1 lessons complete

Introduction to Cloud Computing

• 1hr 10min

0 / 6 lessons complete

The Benefits of using Cloud Services

• 44min

0 / 6 lessons complete

Azure Cloud Service Types

• 38min

0 / 5 lessons complete

Core architectural components of Azure

• 2hr 20min

0 / 8 lessons complete

Compute and Networking Services

• 3hr 14min

0 / 13 lessons complete

Azure Storage Services

• 1hr 48min

0 / 8 lessons complete

Azure Identity, Access and Security

• 1hr 54min

0 / 10 lessons complete

Azure Cost Management

• 1hr 30min

0 / 7 lessons complete

Azure Features and Tools for Governance and Compliance

• 1hr 17min

0 / 7 lessons complete

Features and Tools for Managing and Deploying Azure Resources

• 54min

0 / 5 lessons complete

Monitoring Tools in Azure

• 24min

0 / 5 lessons complete

AZ-900 Practice Exams

• 55min

0 / 2 lessons complete

Course Conclusion

• 5min

0 / 1 lessons complete

Azure Virtual Networking

Instructions

Q&A (0)

Notes (0)

Resources (0)

Saving Progress...

Resources

There are no resources for this lesson.

Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.

Create note

Azure virtual networks (VNets) and subnets enable seamless communication between Azure resources such as VMs, web apps, and databases. They also facilitate interaction with users on the internet and your on-premises client computers. Think of an Azure virtual network as an extension of your on-premises network, integrating and linking various Azure resources.

Key Networking Capabilities

Azure virtual networks offer several essential features, including:

Isolation and Segmentation

Azure virtual networks allow you to establish multiple isolated networks by defining private IP address spaces. These IP ranges are exclusive to the virtual network and are not routable on the internet. You can divide these IP spaces into subnets, each with its own designated address space.

For DNS resolution, Azure provides a built-in service, or you can configure the virtual network to use your own internal or external DNS servers.

Internet Communications

To facilitate incoming connections from the internet, assign a public IP address to your Azure resource or place it behind a public load balancer.

Communication Between Azure Resources

Secure communication between Azure resources is achieved through:

Communication with On-Premises Resources

Azure virtual networks enable integration with on-premises environments, creating a network that spans both local and cloud infrastructures. Connectivity options include:

Route Network Traffic

Azure routes traffic between subnets, connected virtual networks, on-premises networks, and the internet by default. You can control and customize this routing using:

Filter Network Traffic

Traffic between subnets can be filtered using:

Connect Virtual Networks

Virtual network peering links multiple VNets, allowing them to communicate directly. Traffic between peered networks remains private and is routed over the Microsoft backbone network. This setup enables communication between resources in different VNets, even across regions, creating a global network architecture.

User-defined routes (UDR) allow you to customize routing tables within and between virtual networks, providing precise control over traffic flow.

Server Academy Members Only

Sorry, this lesson is only available to Server Academy Full Access members. Become a Full-Access Member now and you’ll get instant access to all of our courses.

0 0 votes
Lesson Rating
Subscribe
Notify of
profile avatar
0 Comments
Inline Feedbacks
View all comments