SlideShare a Scribd company logo
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Session 6
AZ-104: Microsoft Azure
Administrator
1
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
AzureTalk Core Team
2
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Today’s Session Speaker
Niraj Kumar
AzureTalk Founder
Enterprise Architect, MCT
3
Ashish Raj
AzureTalk Core Team
Member, DevOps Architect
Vipin Jha
AzureTalk Core Team
Member, Consultant, MCT
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
AZ-104 Skills Measured
• Manage Azure identities and governance (15-20%)
• Deploy and manage Azure compute resources (25-30%)
• Implement and manage storage (10-15%)
• Configure and manage virtual networking (30-35%)
• Monitor and back up Azure resources (10-15%)
4
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
AZ-104 Prerequisites
5
Understanding of
• Operating systems
• Virtualization
• Network configuration
• Active Directory
• Resilience and disaster recovery
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Agenda
6
• Azure Load Balancer
• Azure Application Gateway
• Traffic Manager
• Azure DNS
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Load Balancer
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Load Balancer
8
• Azure Load Balancer
• Load Balancer concepts
• Load Balancer components
• Load Balancer SKUs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Load Balancer
9
Endpoints
Load
Balancer
• Evenly distribute load across to backend
pool
• Single point of contact for clients
• Distributes inbound flows that arrive at
the load balancer's front end to backend
pool instances
• Flows as per load balancing rules and
health probes
• Backend pool
• Azure Virtual Machines
• virtual machine scale set
• Operates at layer 4 of OSI model
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Load Balancer Types
10Reference : Microsoft Docs
• Public Load Balancer
• Frontend IP configuration Public IP
address
• Maps public IP and port of incoming
traffic to the private IP and port of
the VM
• Internal Load Balancer
• Frontend IP configuration Private IP
address
• Distributes traffic to resources that
are inside a virtual network
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Load Balancer Components
11
• Frontend IP configuration Public / Private IP Address
• Backend pool
• Health probes
• Load Balancing rules
• High Availability Ports
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Backend Pools
12
• VM or instances in a VMSS
• Adding or removing VMs from
the backend pool
reconfigures load balancer
without additional operations
• Scope is any VM in VNet based
on SKU
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Health probes
13
• Health status of instances in backend pool
• Define unhealthy threshold
• Health probe types : TCP, HTTP, and HTTPS
• When a probe fails to respond, Load Balancer
stops sending new connections to the
unhealthy instances
• Probe failure doesn't affect existing
connections
• Connection continues until the application:
• Ends the flow
• Idle timeout occurs
• VM shuts down
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Load Balancer Rules
14
• Define how incoming
traffic is distributed to
all instances within
Backend Pool
• Maps a given Frontend IP
configuration and port to
multiple backend IP
addresses and ports
Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Inbound NAT rules
15
• Forwards incoming traffic
sent to Frontend IP
address and port
combination
• Traffic is sent to a specific
virtual machine or
instance in the backend
pool
Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Session Persistence
16
Internet
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Session Persistence
17
Internet
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Session Persistence
18
Internet
Connection 2
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Load Balancer SKUs
19
Basic Load Balancer Standard Load Balancer
Backend pool Size Up to 300 instances Up to 1000 instances
Backend pool
endpoints
• VM in a single availability
Set
• virtual machine scale set
Any VM or virtual machine scale
sets in a single VNet
Health probes TCP, HTTP TCP, HTTP, HTTPS
Availability Zones Not available Zone-redundant and zonal
frontends for inbound and outbound
traffic
Secure by default Open by default, NSG
optional
• Closed to inbound flows unless
allowed by a NSG
• Internal traffic from VNet to
internal load balancer is allowed
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 1
In Azure Load balancer health probes HTTPS is supported
in Both SKU Basic and Standard.
a) True
b) False
20
https://q.azureezy.com/1
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 1
In Azure Load balancer health probes HTTPS is supported
in Both SKU Basic and Standard.
a) True
b) False
21
https://q.azureezy.com/1
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Application Gateway
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Application Gateway
23
• Manages the requests that client applications can
send to a web app
• Routes traffic to a pool of web servers
• Application layer routing
• Pool of web servers
• Azure virtual machines
• Azure virtual machine scale sets
• Azure App Service
• On-premises servers
• Public or Internal IP addresses
• FQDN
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Application Gateway
24
Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Application Gateway Routing
25
Path-based routing
Send requests with
different paths in the URL
to a different back-end
pool
Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Application Gateway Routing
26
Multiple site hosting
• Register multiple DNS names
(CNAMEs) for the IP address of
the Application Gateway,
specifying the name of each
site
• Separate listeners to wait for
requests for each site
• Each listener passes the
request to a different rule
different back-end pool
Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Application Gateway Routing
27
Other Routing Capabilities
• Redirection: Used to another site
• Rewrite HTTP Headers: Allow client and server to pass
information with request or response
• Custom Error Pages: Own branding and layout
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 2
Azure Application Gateway works at which layer of OSI
model?
a) Layer 2
b) Layer 3
c) Layer 4
d) Layer 7
28
https://q.azureezy.com/2
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 2
Azure Application Gateway works at which layer of OSI
model?
a) Layer 2
b) Layer 3
c) Layer 4
d) Layer 7
29
https://q.azureezy.com/2
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Traffic Manager
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Traffic Manager
31
• DNS-based traffic load balancer
• Distribute traffic to services across global Azure regions
• High availability and responsiveness
• Use DNS to Direct client to endpoint based on routing
method & health
• Endpoint is Internet-facing service hosted inside or outside
of Azure
• Not a proxy or gateway
• Does not see traffic between client and service
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
How Client Connect
32Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Priority Traffic Routing
33
• Sends all traffic to primary
(highest-priority) endpoint
• If primary endpoint is not
available, Traffic Manager
routes traffic to second
endpoint
• Endpoint availability is based
on configured status (enabled
or disabled)
• Lower values represent a
higher priority
Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Performance Traffic Routing
34
• Closest endpoint is not
measured by geographic
distance
• Closest endpoint measured
by network latency using
Internet Latency Table
• Lowest latency is high
performance
Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Weighted Traffic Routing
35
• Distribute traffic evenly
or to use a pre-defined
weighting
• Weight is an integer from
1 to 1000
• If omitted, Traffic
Managers uses a default
weight of '1’
• The higher weight, the
higher the priority
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Geographic Traffic Routing
36
• Route traffic to specific endpoints
(Azure, External or Nested) based
on geographic location their DNS
query originates from
• Geographic region can be at
following levels
• World– any region
• Regional Grouping Africa, Middle
East
• Country/Region Ireland, Peru
• State/Province USA-California,
Australia-Queensland
Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Load balancing Decision
37
• Traffic type: Web (HTTP/HTTPS) application,
Public facing or Internal
• Global or regional: Load balance VMs or VMSS
within a VNet, or across regions, or both
• Availability: Service SLA
• Cost
• Features and limits
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure DNS
39
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure DNS
40
• Manage domains using Azure credentials
• Act as SOA for domain
• Can't use Azure DNS to register domain
• Domains can be hosted in Azure DNS for record
management
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure DNS Benefits
41
• Improved Security : RBAC, Activity logs, Resource Lock
• Ease of use
• Manage DNS records for Azure services
• Provide DNS for external resources
• Use Azure credentials
• Azure portal, Azure PowerShell, Azure CLI, Integrate using REST
API & SDKs
• Private DNS domains
• Alias record sets
• Azure public IP address
• Azure Traffic Manager profile
• Azure Content Delivery Network endpoint
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Private DNS
42
• Name resolution for VMs within a VNet, & between VNet
• Custom domain names instead Azure-provided names
• No need to invest in a DNS solution
• DNS record : A, CNAME, TXT, MX, SOA, AAAA, PTR, and SVR
• Host names for VMs in VNet automatically maintained
• Split-horizon DNS supported
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 3
We can use Resource Lock to protect Azure Private DNS
zone from accidental deletion.
a) True
b) False
43
https://q.azureezy.com/3
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 3
We can use Resource Lock to protect Azure Private DNS
zone from accidental deletion.
a) True
b) False
44
https://q.azureezy.com/3
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Break
45
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Demo
1. Create Azure Public Load balancer
2. Create Azure Application Gateway
3. Create Azure Traffic Manager Profile
4. Create Azure DNS zone for internal name resolution
5. Create Azure DNS zone for external name resolution
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
48
https://bharatguru.in
https://azureezy.com
Thanks!https://azureezy.com/az-104
https://t.me/AzureTalk
https://youtube.com/AzureTalk
https://www.linkedin.com/in/nirajkum/
https://www.linkedin.com/in/vipinkumarjha/
https://www.linkedin.com/in/ashishrajsrivastava
https://azuredevopspro.com
https://youtube.com/c/AshishRajSrivastava
@AshishRajS

More Related Content

What's hot (20)

PDF
Az 900 session 2-core azure services
AzureEzy1
 
PDF
Introduction to Azure
Robert Crane
 
PPTX
Get started With Microsoft Azure Virtual Machine
Lai Yoong Seng
 
PPTX
Introduction to Microsoft Azure
Guy Barrette
 
PDF
Microsoft Azure Overview | Cloud Computing Tutorial with Azure | Azure Traini...
Edureka!
 
PDF
Microsoft az-104 Dumps
Armstrongsmith
 
PDF
Microsoft Azure Fundamentals
Adwait Ullal
 
PDF
Azure DDoS Protection Standard
arnaudlh
 
PDF
AZ-900 Azure Fundamentals.pdf
ssuser5813861
 
PDF
Azure landing zones - Terraform module design considerations - Azure Architec...
DubemJavapi
 
PPTX
3 Modern Security - Secure identities to reach zero trust with AAD
Andrew Bettany
 
PDF
Microsoft Azure Overview
David J Rosenthal
 
PPTX
Azure active directory
Raju Kumar
 
PPTX
Azure Active Directory - An Introduction
Venkatesh Narayanan
 
PPTX
Windows Azure Virtual Machines
Clint Edmonson
 
PPTX
Azure fundamentals
Raju Kumar
 
PPTX
A Deepdive into Azure Networking
Karim Vaes
 
PPTX
Let's Talk About: Azure Networking
Pedro Sousa
 
PDF
Microsoft Azure Security Overview
Alert Logic
 
PPTX
Migrate to Azure with Confidence - Inovar Consulting
Inovar Tech
 
Az 900 session 2-core azure services
AzureEzy1
 
Introduction to Azure
Robert Crane
 
Get started With Microsoft Azure Virtual Machine
Lai Yoong Seng
 
Introduction to Microsoft Azure
Guy Barrette
 
Microsoft Azure Overview | Cloud Computing Tutorial with Azure | Azure Traini...
Edureka!
 
Microsoft az-104 Dumps
Armstrongsmith
 
Microsoft Azure Fundamentals
Adwait Ullal
 
Azure DDoS Protection Standard
arnaudlh
 
AZ-900 Azure Fundamentals.pdf
ssuser5813861
 
Azure landing zones - Terraform module design considerations - Azure Architec...
DubemJavapi
 
3 Modern Security - Secure identities to reach zero trust with AAD
Andrew Bettany
 
Microsoft Azure Overview
David J Rosenthal
 
Azure active directory
Raju Kumar
 
Azure Active Directory - An Introduction
Venkatesh Narayanan
 
Windows Azure Virtual Machines
Clint Edmonson
 
Azure fundamentals
Raju Kumar
 
A Deepdive into Azure Networking
Karim Vaes
 
Let's Talk About: Azure Networking
Pedro Sousa
 
Microsoft Azure Security Overview
Alert Logic
 
Migrate to Azure with Confidence - Inovar Consulting
Inovar Tech
 

Similar to Az 104 session 6 azure networking part2 (20)

PPTX
A_Z-1_0_4T_00A-EN_U-Po_w_erPoint_06.pptx
jayshuklatrainer
 
PPTX
Azure Web App services
Alexey Bokov
 
PDF
AZ-204: Monitor, Troubleshoot & Optimize Azure Solutions
AzureEzy1
 
PDF
Module 9 - Implement advanced virtual networking.pdf
ssuser22d8d2
 
PPTX
Part 01: Azure Virtual Networks – An Overview
Neeraj Kumar
 
PDF
Az 900 Session 3 Security, privacy, compliance, trust, pricing, SLA and Lifec...
AzureEzy1
 
PPTX
BAUG Meetup #1 2022: Публикация ресурсов в Интернет в Microsoft Azure. Обзор ...
Dzmitry Durasau
 
PPTX
Azure Networking (1).pptx
Razith2
 
PDF
Develop Azure compute solutions Part - 2
AzureEzy1
 
PPTX
Azure Network and Infrastructure
Phi Huynh
 
PPTX
A_Z-_104_T0_0_A-EN_U-Power_Point_04.pptx
jayshuklatrainer
 
PPTX
Azure Networking: Innovative Features and Multi-VNet Topologies
Marius Zaharia
 
PPTX
Exam 70-533 Module 2-Lesson 1 - Overview of Azure networking
Shawn Ismail
 
PPTX
Flash card architect network infra in azure
Yoong Seng Lai
 
PPTX
AZ-900T00A-ENU-PowerPoint-02.pptx
TheGameSquad
 
PDF
ExpertsLive NL 2018 - A deepdive into Azure Networking
Karim Vaes
 
PDF
AZ-204: Connect to and consume Azure services and third-party services - Part 1
AzureEzy1
 
PPTX
Microsoft Azure Ağ Servisleri
Önder Değer
 
PPTX
CCI2018 - Azure Network - Security Best Practices
walk2talk srl
 
PDF
Azure 103 Certification Course
wiTTyMinds1
 
A_Z-1_0_4T_00A-EN_U-Po_w_erPoint_06.pptx
jayshuklatrainer
 
Azure Web App services
Alexey Bokov
 
AZ-204: Monitor, Troubleshoot & Optimize Azure Solutions
AzureEzy1
 
Module 9 - Implement advanced virtual networking.pdf
ssuser22d8d2
 
Part 01: Azure Virtual Networks – An Overview
Neeraj Kumar
 
Az 900 Session 3 Security, privacy, compliance, trust, pricing, SLA and Lifec...
AzureEzy1
 
BAUG Meetup #1 2022: Публикация ресурсов в Интернет в Microsoft Azure. Обзор ...
Dzmitry Durasau
 
Azure Networking (1).pptx
Razith2
 
Develop Azure compute solutions Part - 2
AzureEzy1
 
Azure Network and Infrastructure
Phi Huynh
 
A_Z-_104_T0_0_A-EN_U-Power_Point_04.pptx
jayshuklatrainer
 
Azure Networking: Innovative Features and Multi-VNet Topologies
Marius Zaharia
 
Exam 70-533 Module 2-Lesson 1 - Overview of Azure networking
Shawn Ismail
 
Flash card architect network infra in azure
Yoong Seng Lai
 
AZ-900T00A-ENU-PowerPoint-02.pptx
TheGameSquad
 
ExpertsLive NL 2018 - A deepdive into Azure Networking
Karim Vaes
 
AZ-204: Connect to and consume Azure services and third-party services - Part 1
AzureEzy1
 
Microsoft Azure Ağ Servisleri
Önder Değer
 
CCI2018 - Azure Network - Security Best Practices
walk2talk srl
 
Azure 103 Certification Course
wiTTyMinds1
 
Ad

Recently uploaded (20)

PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
July Patch Tuesday
Ivanti
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
July Patch Tuesday
Ivanti
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Ad

Az 104 session 6 azure networking part2