SlideShare a Scribd company logo
Microsoft Azure Training
2018
Shawn Ismail
http://www.cloudranger.net
Shawn Ismail
Microsoft Azure MVP
Module 2 – Implementing and managing Azure
networking
Lesson 1 – Overview of Azure networking
Twitter: @shawnismail | Blog: http://www.cloudranger.net | LinkedIn: https://www.linkedin.com/in/shawnismail
YouTube: https://www.youtube.com/c/CloudrangerNetwork
GitHub: https://github.com/shawnismail/cloudranger | Slides: http://www.slideshare.net/shawnismail
Module 2 – Lesson 1 – Overview of Azure networking
Overview of Module 3
• Overview of Azure networking
• Implementing and managing virtual networks
• Configuring an Azure virtual network
• Configuring virtual network connectivity
Module 2 – Lesson 1 – Overview of Azure networking
Azure networking components
• Virtual networks (VNet)
• Subnets
• Network Interface Cards (NICs)
• IP Address (Public and Private)
• Network Security Groups
• VNet DNS
• Azure DNS
• Azure Load Balancers
• Azure Application Gateway
• Azure Traffic Manager
• Routing
• Virtual Network Connectivity
• Virtual Network Gateway
Module 2 – Lesson 1 – Overview of Azure networking
Azure Virtual Network (VNet)
• Serves the same purpose as on-premises network – The fundamentals are the same
• Azure VNets allow Azure resources to communicate (with each other + internet)
• Can use used for resource isolation
• VNets can be connected to other VNets
• Can be used to connect to on-premises network
• Have native cloud characteristics
• All Azure Virtual Machines deploy to VNets – VNets need to be configured first
• VNets support TCP/UDP & ICMP
SERVER1
(IP ADDRESSES)
VNet
Address Space
SERVER2
(IP ADDRESSES)
Module 2 – Lesson 1 – Overview of Azure networking
VNet Subnets
• Facilitate resource isolation/segmentation (remember vlans?)
• Each subnet contains a range of IP addresses (subset of VNet address space)
• Azure VNet subnets facilitate resources to communicate among each other
VNet
Address Space
(10.3.0.0/16)
VNet
Address Space
(10.3.0.0/16)
SERVER1
(10.3.1.5)
SERVER2
(10.3.1.6)
SERVER3
(10.3.2.5)
SERVER4
(10.3.2.6)
SERVER5
(10.3.3.5)
SERVER6
(10.3.3.6)
Subnet1: 10.3.1.0/24 Subnet2: 10.3.2.0/24 Subnet3: 10.3.3.0/24
Module 2 – Lesson 1 – Overview of Azure networking
Network Interface Card (NIC)
• Azure Virtual Machines use virtual network adapters
• Network adapters connect to VNet Subnets for network communication
• Multiple network adapters can connect to a virtual machine (depending on VM size)
Module 2 – Lesson 1 – Overview of Azure networking
Azure IP Addresses
• Azure provides unique IP addresses to network enabled devices
• 2 types of IP addresses are provided by Azure:
1. Private IP addresses – allows for internal network communications (sort of)
2. Public IP addresses – allows connectivity to the internet
a) Basic SKU – Support both dynamic and static allocation methods
b) Standard SKU – Supports only static allocation method
Module 2 – Lesson 1 – Overview of Azure networking
Network Security Groups (NSG)
• Used to filter inbound and outbound traffic to Azure resources
• Basically a collection of firewall rules that can be associated with a VNet
• Allows for creating subnet isolation
• Can be set on a VM NIC directly for granular controls
Module 2 – Lesson 1 – Overview of Azure networking
Azure VNet based DNS
• Built-in DNS support with Azure VNets
• Usually sufficient for some specific cases
• You still may need your own DNS server
Azure DNS
• Provides hosting for public DNS zones
• You own your domain name
Module 2 – Lesson 1 – Overview of Azure networking
Azure Load Balancer
• Used for creating high availability (HA)
• Network load balancer - Layer 3 capabilities
• Two types of Load Balancers in Azure
1. Public Load Balancer
2. Internal Load Balancer
• 2 SKUs – Basic (free) and Standard
Module 2 – Lesson 1 – Overview of Azure networking
Azure Application Gateway
• Used at the application layer
• Can be used to load balance services (Application load balancer)
• Beyond Azure’s load balancers – SSL offloading, URL path routing,
advanced affinity based on cookies
• Can be used as a WAF (Web Application Firewall)
protect web apps from vulnerabilities and exploits
Module 2 – Lesson 1 – Overview of Azure networking
Azure Traffic Manager
• DNS-based traffic load balancer that enables distribution of traffic to services across global Azure regions
• Global Load Balancer (GLB)
• Uses DNS to direct client requests to the most appropriate service endpoint based on a traffic-routing method
and the health of the endpoints
• Can load balance between Azure regions, on-premises datacenters, other cloud providers
Module 2 – Lesson 1 – Overview of Azure networking
Service endpoints
• Usually IaaS traffic to PaaS go over public network
• Allows to filter inbound and outbound traffic to Azure resources (primarily PaaS)
• Traffic from VNet to the Azure service always remains on the Microsoft Azure backbone network
• Improved security – Azure service resources are bound to VNet and public access to service
resource can be fully removed
Module 2 – Lesson 1 – Overview of Azure networking
Routing
• User Defined Routes (UDR) – Route tables with one or more routes altering the behavior of
default routes. Applied to VNet subnets.
• Border Gateway Protocol (BGP) configuration – Configure dynamic route updates between on-
premises networks and Azure VNets in a hybrid scenario.
Forced Tunneling
• Special UDR. Forces all traffic generated from Azure VNets to on-premises network
Module 2 – Lesson 1 – Overview of Azure networking
Virtual Network Connectivity
• Connectivity to Azure VNets from outside Azure network
• Point-to-site VPN
• Site-to-site VPN
• Azure ExpressRoute
• VNet Peering
• VNet-to-VNet connection
Azure virtual network gateway
Training Site: http://www.cloudranger.net/azure-training
YouTube : https://www.youtube.com/c/CloudrangerNetwork
Slides : http://www.slideshare.net/shawnismail
Twitter : @shawnismail
GitHub : https://github.com/shawnismail/cloudranger
LinkedIn : https://www.linkedin.com/in/shawnismail
Nominate me as a Microsoft MVP!
https://mvp.microsoft.com/en-US/Nomination/nominate-an-mvp
Thank you for viewing and please the videos on
Module 2 – Lesson 1 – Overview of Azure Networking

More Related Content

PPTX
Session 44 - Azure SQL Database - Part 1 - Introduction
PPTX
Exam 70-533 Module 2 -Lesson 2 (Part 1) Implementing and managing virtual net...
PPTX
Exam 70-533 Module 1-Lesson 6 - Overview of Azure deployment models
PPTX
Exam 70-533 Module 1-Lesson 4 - Managing Azure with Windows PowerShell
PPTX
Microsoft Azure Training - [11]Azure Virtual Networks -Part 5 -Cross-premises...
PPTX
Microsoft Azure Training - [13] Azure Virtual Networks-Part 7-VNet-to-VNet Co...
PPTX
Session 39 azure storage - part 2 - blob storage and security
PPTX
70 533 - Module 02 : Implementing and Managing Virtual Networks
Session 44 - Azure SQL Database - Part 1 - Introduction
Exam 70-533 Module 2 -Lesson 2 (Part 1) Implementing and managing virtual net...
Exam 70-533 Module 1-Lesson 6 - Overview of Azure deployment models
Exam 70-533 Module 1-Lesson 4 - Managing Azure with Windows PowerShell
Microsoft Azure Training - [11]Azure Virtual Networks -Part 5 -Cross-premises...
Microsoft Azure Training - [13] Azure Virtual Networks-Part 7-VNet-to-VNet Co...
Session 39 azure storage - part 2 - blob storage and security
70 533 - Module 02 : Implementing and Managing Virtual Networks

What's hot (20)

PPTX
70-533 -- Course Introduction
PPTX
Getting Started with Containers
PDF
Aws Online Training
PPTX
PDF
Lynda.com Learning Path - Advance Your Skills as an Azure IT Administrator
PDF
Microsoft certification exams 70 533
PPTX
Azure Network and Infrastructure
PPTX
Azure Container Service
PDF
Containers on Microsoft Azure
PPTX
Microsoft Azure News - Nov 2016
PDF
Implementing a Build Strategy
PPTX
Adjusting carbon topology to match high availability scenario requirements
PPTX
Microsoft Azure News - January 2015
PPTX
WSO2Con 2015-us-introduction-to-mss-v2
PPTX
Top 23 Things Not to Do in AWS
PPTX
Azure container service overview
PPTX
Swift UI in CloudStack
PDF
Angular meteor for angular devs
PPTX
Docker presentation for sharing
PDF
Microsoft Azure Container Service - DockerCH
70-533 -- Course Introduction
Getting Started with Containers
Aws Online Training
Lynda.com Learning Path - Advance Your Skills as an Azure IT Administrator
Microsoft certification exams 70 533
Azure Network and Infrastructure
Azure Container Service
Containers on Microsoft Azure
Microsoft Azure News - Nov 2016
Implementing a Build Strategy
Adjusting carbon topology to match high availability scenario requirements
Microsoft Azure News - January 2015
WSO2Con 2015-us-introduction-to-mss-v2
Top 23 Things Not to Do in AWS
Azure container service overview
Swift UI in CloudStack
Angular meteor for angular devs
Docker presentation for sharing
Microsoft Azure Container Service - DockerCH
Ad

Similar to Exam 70-533 Module 2-Lesson 1 - Overview of Azure networking (20)

PPTX
Part 01: Azure Virtual Networks – An Overview
PPTX
Let's Talk About: Azure Networking
PPTX
Azure networking components - CLoud Network
PPTX
Azure DevOps Training In Ameerpet | Azure DevSecOps Online Training.pptx
PDF
INE-Azure-Fundamentals-Azure-Architecture-Course-File.pdf
PPTX
Azure Networking: Innovative Features and Multi-VNet Topologies
PPTX
10052016115136.pptx
PPTX
PPTX
PDF
Azure 103 Certification Course
PPTX
Azure virtual network
PPTX
The hidden secrets of azure networking
PPTX
Azure virtual machine-network
PDF
SDN in the Public Cloud: Windows Azure
PPTX
TenT-Day04.pptx
PPTX
TenT-Day04.pptx
PPTX
Lesson 2- Part 2 - Implementing and managing virtual networks with Azure Powe...
PDF
Networking deep dive
PPTX
A Deepdive into Azure Networking
PDF
Building Intelligent Cloud with Microsoft Azure
Part 01: Azure Virtual Networks – An Overview
Let's Talk About: Azure Networking
Azure networking components - CLoud Network
Azure DevOps Training In Ameerpet | Azure DevSecOps Online Training.pptx
INE-Azure-Fundamentals-Azure-Architecture-Course-File.pdf
Azure Networking: Innovative Features and Multi-VNet Topologies
10052016115136.pptx
Azure 103 Certification Course
Azure virtual network
The hidden secrets of azure networking
Azure virtual machine-network
SDN in the Public Cloud: Windows Azure
TenT-Day04.pptx
TenT-Day04.pptx
Lesson 2- Part 2 - Implementing and managing virtual networks with Azure Powe...
Networking deep dive
A Deepdive into Azure Networking
Building Intelligent Cloud with Microsoft Azure
Ad

More from Shawn Ismail (10)

PPTX
Exam 70-533 Module 1-Lesson 5 - Managing Azure with Azure CLI
PPTX
Exam 70-533 Module 1-Lesson 3 - Managing Azure with the Azure portal
PPTX
Exam 70-533 Module 1-Lesson 2 - Overview of Azure
PPTX
Exam 70-533 Module 1-Lesson 1 - Cloud technology overview
PPTX
Exam 70-533 Module 0-Lesson 2 - Overview of Exam 70-533
PPTX
Exam 70-533 Module 0-Lesson 1 - About this course
PPTX
48. Azure Active Directory - Part 1
PPTX
Azure Network Security Groups (NSG)
PPTX
Microsoft Azure Training - [3] Azure Accounts, Subscriptions and Admin Roles ...
PPTX
Microsoft Azure Training - [2] Introduction to the Cloud (Exam 70-533)
Exam 70-533 Module 1-Lesson 5 - Managing Azure with Azure CLI
Exam 70-533 Module 1-Lesson 3 - Managing Azure with the Azure portal
Exam 70-533 Module 1-Lesson 2 - Overview of Azure
Exam 70-533 Module 1-Lesson 1 - Cloud technology overview
Exam 70-533 Module 0-Lesson 2 - Overview of Exam 70-533
Exam 70-533 Module 0-Lesson 1 - About this course
48. Azure Active Directory - Part 1
Azure Network Security Groups (NSG)
Microsoft Azure Training - [3] Azure Accounts, Subscriptions and Admin Roles ...
Microsoft Azure Training - [2] Introduction to the Cloud (Exam 70-533)

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Cloud computing and distributed systems.
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
A Presentation on Artificial Intelligence
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPT
Teaching material agriculture food technology
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Empathic Computing: Creating Shared Understanding
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
NewMind AI Weekly Chronicles - August'25-Week II
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Encapsulation theory and applications.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Approach and Philosophy of On baking technology
Reach Out and Touch Someone: Haptics and Empathic Computing
Per capita expenditure prediction using model stacking based on satellite ima...
Cloud computing and distributed systems.
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Encapsulation_ Review paper, used for researhc scholars
A Presentation on Artificial Intelligence
Mobile App Security Testing_ A Comprehensive Guide.pdf
Teaching material agriculture food technology
Building Integrated photovoltaic BIPV_UPV.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Empathic Computing: Creating Shared Understanding
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Dropbox Q2 2025 Financial Results & Investor Presentation
Advanced methodologies resolving dimensionality complications for autism neur...
NewMind AI Weekly Chronicles - August'25-Week II

Exam 70-533 Module 2-Lesson 1 - Overview of Azure networking

  • 1. Microsoft Azure Training 2018 Shawn Ismail http://www.cloudranger.net
  • 2. Shawn Ismail Microsoft Azure MVP Module 2 – Implementing and managing Azure networking Lesson 1 – Overview of Azure networking Twitter: @shawnismail | Blog: http://www.cloudranger.net | LinkedIn: https://www.linkedin.com/in/shawnismail YouTube: https://www.youtube.com/c/CloudrangerNetwork GitHub: https://github.com/shawnismail/cloudranger | Slides: http://www.slideshare.net/shawnismail
  • 3. Module 2 – Lesson 1 – Overview of Azure networking Overview of Module 3 • Overview of Azure networking • Implementing and managing virtual networks • Configuring an Azure virtual network • Configuring virtual network connectivity
  • 4. Module 2 – Lesson 1 – Overview of Azure networking Azure networking components • Virtual networks (VNet) • Subnets • Network Interface Cards (NICs) • IP Address (Public and Private) • Network Security Groups • VNet DNS • Azure DNS • Azure Load Balancers • Azure Application Gateway • Azure Traffic Manager • Routing • Virtual Network Connectivity • Virtual Network Gateway
  • 5. Module 2 – Lesson 1 – Overview of Azure networking Azure Virtual Network (VNet) • Serves the same purpose as on-premises network – The fundamentals are the same • Azure VNets allow Azure resources to communicate (with each other + internet) • Can use used for resource isolation • VNets can be connected to other VNets • Can be used to connect to on-premises network • Have native cloud characteristics • All Azure Virtual Machines deploy to VNets – VNets need to be configured first • VNets support TCP/UDP & ICMP SERVER1 (IP ADDRESSES) VNet Address Space SERVER2 (IP ADDRESSES)
  • 6. Module 2 – Lesson 1 – Overview of Azure networking VNet Subnets • Facilitate resource isolation/segmentation (remember vlans?) • Each subnet contains a range of IP addresses (subset of VNet address space) • Azure VNet subnets facilitate resources to communicate among each other VNet Address Space (10.3.0.0/16) VNet Address Space (10.3.0.0/16) SERVER1 (10.3.1.5) SERVER2 (10.3.1.6) SERVER3 (10.3.2.5) SERVER4 (10.3.2.6) SERVER5 (10.3.3.5) SERVER6 (10.3.3.6) Subnet1: 10.3.1.0/24 Subnet2: 10.3.2.0/24 Subnet3: 10.3.3.0/24
  • 7. Module 2 – Lesson 1 – Overview of Azure networking Network Interface Card (NIC) • Azure Virtual Machines use virtual network adapters • Network adapters connect to VNet Subnets for network communication • Multiple network adapters can connect to a virtual machine (depending on VM size)
  • 8. Module 2 – Lesson 1 – Overview of Azure networking Azure IP Addresses • Azure provides unique IP addresses to network enabled devices • 2 types of IP addresses are provided by Azure: 1. Private IP addresses – allows for internal network communications (sort of) 2. Public IP addresses – allows connectivity to the internet a) Basic SKU – Support both dynamic and static allocation methods b) Standard SKU – Supports only static allocation method
  • 9. Module 2 – Lesson 1 – Overview of Azure networking Network Security Groups (NSG) • Used to filter inbound and outbound traffic to Azure resources • Basically a collection of firewall rules that can be associated with a VNet • Allows for creating subnet isolation • Can be set on a VM NIC directly for granular controls
  • 10. Module 2 – Lesson 1 – Overview of Azure networking Azure VNet based DNS • Built-in DNS support with Azure VNets • Usually sufficient for some specific cases • You still may need your own DNS server Azure DNS • Provides hosting for public DNS zones • You own your domain name
  • 11. Module 2 – Lesson 1 – Overview of Azure networking Azure Load Balancer • Used for creating high availability (HA) • Network load balancer - Layer 3 capabilities • Two types of Load Balancers in Azure 1. Public Load Balancer 2. Internal Load Balancer • 2 SKUs – Basic (free) and Standard
  • 12. Module 2 – Lesson 1 – Overview of Azure networking Azure Application Gateway • Used at the application layer • Can be used to load balance services (Application load balancer) • Beyond Azure’s load balancers – SSL offloading, URL path routing, advanced affinity based on cookies • Can be used as a WAF (Web Application Firewall) protect web apps from vulnerabilities and exploits
  • 13. Module 2 – Lesson 1 – Overview of Azure networking Azure Traffic Manager • DNS-based traffic load balancer that enables distribution of traffic to services across global Azure regions • Global Load Balancer (GLB) • Uses DNS to direct client requests to the most appropriate service endpoint based on a traffic-routing method and the health of the endpoints • Can load balance between Azure regions, on-premises datacenters, other cloud providers
  • 14. Module 2 – Lesson 1 – Overview of Azure networking Service endpoints • Usually IaaS traffic to PaaS go over public network • Allows to filter inbound and outbound traffic to Azure resources (primarily PaaS) • Traffic from VNet to the Azure service always remains on the Microsoft Azure backbone network • Improved security – Azure service resources are bound to VNet and public access to service resource can be fully removed
  • 15. Module 2 – Lesson 1 – Overview of Azure networking Routing • User Defined Routes (UDR) – Route tables with one or more routes altering the behavior of default routes. Applied to VNet subnets. • Border Gateway Protocol (BGP) configuration – Configure dynamic route updates between on- premises networks and Azure VNets in a hybrid scenario. Forced Tunneling • Special UDR. Forces all traffic generated from Azure VNets to on-premises network
  • 16. Module 2 – Lesson 1 – Overview of Azure networking Virtual Network Connectivity • Connectivity to Azure VNets from outside Azure network • Point-to-site VPN • Site-to-site VPN • Azure ExpressRoute • VNet Peering • VNet-to-VNet connection Azure virtual network gateway
  • 17. Training Site: http://www.cloudranger.net/azure-training YouTube : https://www.youtube.com/c/CloudrangerNetwork Slides : http://www.slideshare.net/shawnismail Twitter : @shawnismail GitHub : https://github.com/shawnismail/cloudranger LinkedIn : https://www.linkedin.com/in/shawnismail Nominate me as a Microsoft MVP! https://mvp.microsoft.com/en-US/Nomination/nominate-an-mvp Thank you for viewing and please the videos on Module 2 – Lesson 1 – Overview of Azure Networking