Book Image

Designing and Implementing Microsoft Azure Networking Solutions

By : David Okeyode
Book Image

Designing and Implementing Microsoft Azure Networking Solutions

By: David Okeyode

Overview of this book

Designing and Implementing Microsoft Azure Networking Solutions is a comprehensive guide that covers every aspect of the AZ-700 exam to help you fully prepare to take the certification exam. Packed with essential information, this book is a valuable resource for Azure cloud professionals, helping you build practical skills to design and implement name resolution, VNet routing, cross-VNet connectivity, and hybrid network connectivity using the VPN Gateway and the ExpressRoute Gateway. It provides step-by-step instructions to design and implement an Azure Virtual WAN architecture for enterprise use cases. Additionally, the book offers detailed guidance on network security design and implementation, application delivery services, private platform service connectivity, and monitoring networks in Azure. Throughout the book, you’ll find hands-on labs carefully integrated to align with the exam objectives of the Azure Network Engineer certification (AZ-700), complemented by practice questions at the end of each chapter, allowing you to test your knowledge. By the end of this book, you’ll have mastered the fundamentals of Azure networking and be ready to take the AZ-700 exam.
Table of Contents (17 chapters)
1
Part 1: Design and Implement Core Networking Infrastructure in Azure
6
Part 2: Design, Implement, and Manage Hybrid Networking
11
Part 3: Design and Implement Traffic Management and Network Monitoring

Selecting the right ExpressRoute circuit SKU

After deciding which ExpressRoute model we want to implement, we need to decide on an ExpressRoute circuit SKU to implement. Provisioning an ExpressRoute circuit establishes a redundant Layer 2 connection between CE/partner edge routers and the Microsoft edge routers. To do this, we need to decide on the ExpressRoute circuit SKU to implement. We have three SKU options to select from depending on our organization’s requirements—Local, Standard, and Premium (Figure 6.9):

Figure 6.9 – Selecting an ExpressRoute SKU

Figure 6.9 – Selecting an ExpressRoute SKU

To be able to select the right option, we need to understand the available options and how they fit within the design of an ExpressRoute implementation. Let’s look at them in more detail.

The first option, Local, can provide connectivity to VNets in one or two Azure regions in the same metro/geographical area. For example, if we implemented an ExpressRoute Local circuit...