SlideShare a Scribd company logo
1 of 43
Download to read offline
Copyright IntelliPaat, All rights reserved
Copyright IntelliPaat, All rights reserved
Microsoft Azure
Administrator Associate Training
Implement Advanced Virtual Networking
Copyright IntelliPaat, All rights reserved
Agenda
 What is Azure Traffic Manager
 Benefits
 How it works
 Azure Endpoints
 External Endpoints
 Endpoints Monitoring
 Routing Methods
 Priority Traffic-Routing Method
 Weighted Traffic-Routing Method
 Performance Traffic-Routing Method
 Geographic Traffic-Routing Method
 Nested Traffic Manager Profiles
 Traffic View
 What is Azure Load Balancer
 Internet Facing Load Balancer
 Internal Facing Load Balancer
 Probes
 High Availability Ports
 Why use HA Ports
 Multiple VIPs
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager
Copyright IntelliPaat, All rights reserved
What is Azure Traffic Manager?
 Microsoft Azure Traffic Manager allows you to control the distribution of user traffic
for service endpoints in different datacenters.
 Service endpoints supported by Traffic Manager include Azure VMs, Web Apps,
and cloud services.
 You can also use Traffic Manager with external, non-Azure endpoints.
 Traffic Manager uses the Domain Name System (DNS) to direct client requests to
the most appropriate endpoint based on a traffic-routing method and the health of
the endpoints.
 Traffic Manager provides a range of traffic-routing methods and endpoint
monitoring options to suit different application needs and automatic failover
models.
 Traffic Manager is resilient to failure, including the failure of an entire Azure
region.
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
Benefits
Improve
availability of
critical
applications
•Traffic Manager delivers
high availability by
providing automatic
failover when an endpoint
goes down.
Improve
responsiveness
for high-
performance
applications
•Azure allows you to run
cloud services or
websites in datacenters
located around the world.
• It improves application
responsiveness by
directing traffic to the
endpointwith the lowest
network latency.
Perform service
maintenance
without downtime
•You can perform planned
maintenance operations
on your applications
withoutdowntime.
•Traffic Manager directs
traffic to alternative
endpoints while the
maintenance is in
progress.
Combine on-
premises and
Cloud-based
applications
•Traffic Manager supports
external, non-Azure
endpoints enabling itto
be used with hybrid cloud
and on-premises
deployments.
Distribute traffic
for large, complex
deployments
•Using nested Traffic
Manager profiles,traffic-
routing methods can be
combined to create
sophisticated and flexible
rules to supportthe needs
of larger, more complex
deployments
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
How it works?
Azure Traffic Manager enables
you to control the distribution of
traffic across your application
endpoints.
An endpoint is any Internet-
facing service hosted inside or
outside of Azure.
Traffic Manager provides two
key benefits:
• Distribution of traffic according to one
of severaltraffic-routing methods
• Continuous monitoring of endpoint
health and automatic failover w hen
endpoints fail
When a client attempts to
connect to a service, it must first
resolve the DNS name of the
service to an IP address.
The client then connects to that
IP address to access the
service.
The most important point to
understand is that Traffic
Manager works at the DNS
level.
Traffic Manager uses DNS to
direct clients to specific service
endpoints based on the rules of
the traffic-routing method.
Clients connect to the selected
endpoint directly.
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
Azure Endpoints
 Azure endpoints are used for Azure-based services in Traffic Manager.
 The following Azure resource types are supported:
Web Apps
PublicIPAddress Resources
The publicIpAddress musthave a DNS name
assigned to be used in a Traffic Manager profile.
 When the underlying service is stopped, Traffic Manager does not perform endpoint health checks or direct traffic to the
endpoint.
 This detection does not apply to PublicIpAddress endpoints.
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
External Endpoints
 External endpoints are used for services outside of Azure.
 External endpoints can be used individually or combined with Azure Endpoints.
 Combining Azure endpoints with external endpoints enables various scenarios:
1. In either an active-active or active-passive
failover model, use Azure to provide increased
redundancy for an existing on-premises
application.
2. To reduceapplication latency for users
around theworld, extend an existing on-
premises application to additional
geographic locations in Azure.
3. Use Azure to provide additional capacity
for an existing on-premises application,
either continuously or as a 'burst-to-
cloud'solution to meet a spikein demand.
01
02
03
Copyright IntelliPaat, All rights reserved
Azure App Service Environment
3. You can use the App Service Environmentto
host webapps, mobile apps, and API apps
that require highlyscalable compute
resources,isolation,and directvirtual
network connectivity.
01
02
03
1. You can usethe App Service
Environment to accommodatethis
requirement.
2. Business-critical apps often require
highly scalable, isolated, and dedicated
environments.
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
Endpoints Monitoring
If the monitoring protocol is set as HTTP or HTTPS, the Traffic Manager probing the endpoint.
If it gets back a 200-OK response, then that endpoint is considered healthy.
If the response is a different value/ no response Traffic Manager re-attempts according to the no.
of failures setting.
If the number of consecutive failures is higher than the no. of failures setting, then that endpoint is
marked as unhealthy.
If the monitoring protocol is TCP, the Traffic Manager probing agent initiates a TCP connection request
using the port specified.
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
Routing Methods
Performance Priority/ Failover
Weighted
Geographic
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
Priority Traffic-Routing Method
 The 'Priority' traffic-routing method allows to
implement the failover pattern.
 By default, Traffic Manager sends all traffic to the
primary (highest-priority) endpoint.
 If the primary endpoint is not available, Traffic Manager
routes the traffic to the second endpoint.
 If both the primary and secondary endpoints are not
available, the traffic goes to the third, and so on.
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
Weighted Traffic-Routing
Method
 The 'Weighted' traffic-routing method allows you to distribute traffic evenly or to use a
pre-defined weighting.
 In the Weighted traffic-routing method, you assign a weight to each endpoint.
 The weight is an integer from 1 to 1000. Traffic Managers uses a default weight of '1'.
This parameter is optional.
 For each DNS query received, Traffic Manager randomly chooses an available endpoint.
 The probability of choosing an endpoint is based on the weights assigned to all available
endpoints.
 Using the same weight across all endpoints results in an even traffic distribution.
 Using higher or lower weights on specific endpoints causes those endpoints to be
returned more or less frequently in the DNS responses.
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
Performance Traffic-Routing Method
 Deploying endpoints in two or more locations
across the globe, to rout the traffic to the location
that is 'closest'.
 The 'Performance' traffic-routing method
determines the closest endpoint by measuring
network latency.
 Traffic Manager chooses an available endpoint in
the Azure datacenter that has the lowest latency,
then returns that endpoint in the DNS response.
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
Geographic Traffic-Routing
Method
 Using Geographic routing, users are directed to specific
endpoints based on which geographic location their DNS
query originates from.
 Examples include:
 Complying with data sovereignty.
 Localization of content.
 User experience and measuring traffic from different
regions.
 When a region or a set of regions is assigned to an
endpoint, any requests from those regions gets routed
only to that endpoint.
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
Nested Traffic Manager Profiles
 Each Traffic Manager profile specifies a single traffic-routing method.
 You can nest Traffic Manager profiles to combine the benefits of more than
one traffic-routing method.
 Nested profiles allow you to override the default Traffic Manager behavior to
support larger and more complex application deployment.
 Example:
 Suppose you wish to test an update to your service before rolling it out more
widely.
 You want to use the 'weighted' traffic-routing method to direct a small
percentage of traffic to your test deployment.
 You set up the test deployment alongside the existing production
deployment in West Europe.
Copyright IntelliPaat, All rights reserved
Azure Traffic Manager:
Traffic View
 Traffic Manager provides you with DNS level routing so that your end users are directed to healthy endpoints based
on the routing method.
 By using Traffic View, you can:
 For example, you can use Traffic View to understand which regions have a large number of traffic but suffer from
higher latencies.
 Next, you can use this information to plan your footprint expansion to new Azure regions so that these users can
have a lower latency experience.
Understand where your user bases
are located.
View the volume of traffic originating
from these regions.
Get insights into what is the
representative latency experienced
by these users.
Copyright IntelliPaat, All rights reserved
Hands-On
Copyright IntelliPaat, All rights reserved
Hands-On
 Configure Traffic Manager using Priority
Routing method.
 Configure 2 Web Server using Priority Routing
method.
 Failover the traffic from Primary to Secondary
web server.
Copyright IntelliPaat, All rights reserved
Azure Load Balancer
Copyright IntelliPaat, All rights reserved
What is Azure Load Balancer?
 Azure Load Balancer delivers high availability and network
performance to your applications.
 It is a Layer 4 (TCP, UDP) load balancer that distributes
incoming traffic.
 Azure Load Balancer can be configured to Load balance
incoming Internet traffic to virtual machines
 All resources in the cloud need a public IP address to be
reachable from the Internet.
Copyright IntelliPaat, All rights reserved
Azure Load Balancer:
Internet Facing Load Balancer
 Azure load balancer maps the public IP address and port number of incoming traffic to
the private IP address and port number of the virtual machine and vice versa for the
response traffic from the virtual machine.
 Load balancing rules allow you to distribute specific types of traffic between multiple
virtual machines or services.
 For example, you can spread the load of web request traffic across multiple web
servers.
 The following figure shows a load-balanced endpoint for web traffic that is shared
among three virtual machines for the public and private TCP port of 80. These three
virtual machines are in a load-balanced set.
 When Internet clients send web page requests to the public IP address of the cloud
service on TCP port 80, the Azure Load Balancer distributes the requests between the
three virtual machines in the load-balanced set.
 You can also configure session affinity.
Copyright IntelliPaat, All rights reserved
Azure Load Balancer:
Internal Facing Load Balancer
 Azure Internal Load Balancer (ILB) only directs traffic to resources that are inside a cloud service or that use a VPN to
access Azure infrastructure.
 The load-balanced virtual IP (VIP) addresses are never directly exposed to an internet endpoint.
 ILB enables the following types of load balancing:
Within a cloud
service
• Load balancing from
VMs that reside within
the same cloud service.
Within a virtual
network
• Load balancing from
VMs in the virtual
network that reside
within the same virtual
network.
For a cross-premises
virtual network
• Load balancing from on-
premises computers to a
set of VMs that reside
within the same virtual
network.
Copyright IntelliPaat, All rights reserved
Azure Load Balancer:
Probes
 Azure Load Balancer offers the capability to monitor the health of server instances by using probes.
 When a probe fails to respond, Load Balancer stops sending new connections to the unhealthy instance.
 The existing connections are not affected, and new connections are sent to healthy instances.
 TCP or HTTP custom probes must be configured when you use VMs behind Load Balancer.
 Probe behavior depends on:
 The timeout and frequency values set in SuccessFailCount determine whether an instance is confirmed to be
running or not running.
The number of successful probes that allow an
instance to be labeled as up.
The number of failed probes that cause an instance
to be labeled as down.
Copyright IntelliPaat, All rights reserved
Azure Load Balancer:
High Availability Ports
 Azure Load Balancer helps you load balance TCP and UDP, when you are using an internal Load Balancer.
 You can simplify your use of Load Balancer by providing a single rule to load balance all TCP and UDP.
 Load balancing decision is made per flow, based on the:
 The HA ports helps, in providing high availability for network virtual appliances (NVA) inside virtual networks.
 It can also help when a large number of ports must be load balanced.
 The HA ports feature is configured when you set the front-end and back-end ports to 0, and the protocol to All.
 The internal Load Balancer resource then balances all TCP and UDP flows, regardless of port number.
Source & Destination IP Address Source & Destination Port Protocol
Copyright IntelliPaat, All rights reserved
Azure Load Balancer:
Why use HA Ports?
 You can use Network virtual appliance (NVAs) for securing your Azure workload from multiple types of security threats.
 When NVAs are used in these scenarios, they must be reliable and highly available, and they must scale out for
demand.
 You can achieve these goals simply by adding NVA instances to the back-end pool of the Azure internal Load Balancer,
and configuring an HA ports Load Balancer rule.
 HA ports provide several advantages for NVA HA scenarios:
Fast failover to healthy
instances, with per-instance
health probes.
Higher performancewith
scale-out to n-active
instances
N-active and active-passive
scenarios.
Copyright IntelliPaat, All rights reserved
Azure Load Balancer:
Multiple VIPs
 Azure Load Balancer allows you to load balance services on multiple ports, multiple IP addresses, or both.
 You can use public and internal load balancer definitions to load balance flows across a set of VMs.
 When you define an Azure Load Balancer, a frontend and a backend configuration are connected with
rules.
 The health probe referenced by the rule is used to determine how new flows are sent to a node in the
backend pool.
 The frontend is defined by a Virtual IP (VIP), which is comprised of an IP address (public or internal), a
transport protocol (UDP or TCP) and a port number.
Copyright IntelliPaat, All rights reserved
Hands-On
Copyright IntelliPaat, All rights reserved
Hands-On
 Configure Availability Set with 2 fault domains
 Launch 2 Web server in Availability Set
 Configure Load Balancer
 Access Web Server using Load Balancer
Copyright IntelliPaat, All rights reserved
QUIZ
Copyright IntelliPaat, All rights reserved
Quiz 1
Azure Traffic
Manager__________?
helps to create traffic for your website
helps to reduce the traffic on your website
helps to increase the traffic on your website
helps in controlling the distribution of traffic
A
B
C
D
Copyright IntelliPaat, All rights reserved
Answer 1
Azure Traffic
Manager__________?
helps to create traffic for your website
helps to reduce the traffic on your website
helps to increase the traffic on your website
helps in controlling the distribution of traffic
A
B
C
D
Copyright IntelliPaat, All rights reserved
Quiz 2
What does traffic manager uses?
Domain Name System
Vnet Peering
Azure VM
Network Security Groups
A
B
C
D
Copyright IntelliPaat, All rights reserved
Answer 2
What does traffic manager uses?
Domain Name System
Vnet Peering
Azure VM
Network Security Groups
A
B
C
D
Copyright IntelliPaat, All rights reserved
Quiz 3
Does Azure uses endpoints for Azure-based
services in Traffic manager?
Yes
No
A
B
Copyright IntelliPaat, All rights reserved
Answer 3
Does Azure uses endpoints for Azure-based
services in Traffic manager?
Yes
No
A
B
Copyright IntelliPaat, All rights reserved
Quiz 4
Which option is correct about External
Endpoints?
External endpoints are used for enabling the
third party endpoints for your instance
External endpoints are used for services
outside of Azure
External endpoints enables you to use
the third party cloud services
All of the above
A
B
C
D
Copyright IntelliPaat, All rights reserved
Answer 4
Which option is correct about External
Endpoints?
External endpoints are used for enabling the
third party endpoints for your instance
External endpoints are used for services
outside of Azure
External endpoints enables you to use
the third party cloud services
All of the above
A
B
C
D
Copyright IntelliPaat, All rights reserved
Quiz 5
At which response the endpoint is considered
as healthy?
500-OK response
300-OK response
200-OK response
100-OK response
A
B
C
D
Copyright IntelliPaat, All rights reserved
Answer 5
At which response the endpoint is considered
as healthy?
500-OK response
300-OK response
200-OK response
100-OK response
A
B
C
D
Copyright IntelliPaat, All rights reserved
Quiz 6
At what point the endpoint is considered as
unhealthy?
If the number of failures are lower than the no. of
failure settings
If the number of failures are higher than the no. of
failure settings
If the number of failures are equivalent to the no. of
failure settings
None of the above
A
B
C
D
Copyright IntelliPaat, All rights reserved
Answer 6
At what point the endpoint is considered as
unhealthy?
If the number of failures are lower than the no. of
failure settings
If the number of failures are higher than the no. of
failure settings
If the number of failures are equivalent to the no. of
failure settings
None of the above
A
B
C
D
Copyright IntelliPaat, All rights reserved
India : +91-7847955955
US : 1-800-216-8930 (TOLL FREE)
sales@intellipaat.com
24X7 Chat with our Course Advisor

More Related Content

Similar to Module 9 - Implement advanced virtual networking.pdf

Cloud Foundry - Second Generation Code (CCNG). Technical Overview
Cloud Foundry - Second Generation Code (CCNG). Technical Overview Cloud Foundry - Second Generation Code (CCNG). Technical Overview
Cloud Foundry - Second Generation Code (CCNG). Technical Overview Nima Badiey
 
Final Year IEEE Project 2013-2014 - Web Services Project Title and Abstract
Final Year IEEE Project 2013-2014  - Web Services Project Title and AbstractFinal Year IEEE Project 2013-2014  - Web Services Project Title and Abstract
Final Year IEEE Project 2013-2014 - Web Services Project Title and Abstractelysiumtechnologies
 
Cloud Consulting Services Company | UnifyCloud LLC
Cloud Consulting Services Company | UnifyCloud LLCCloud Consulting Services Company | UnifyCloud LLC
Cloud Consulting Services Company | UnifyCloud LLCUnifyCloud
 
Bluedog white paper - scaling for high availability, high utilization
Bluedog white paper - scaling for high availability, high utilizationBluedog white paper - scaling for high availability, high utilization
Bluedog white paper - scaling for high availability, high utilizationtom termini
 
IRJET- An Improved Weighted Least Connection Scheduling Algorithm for Loa...
IRJET-  	  An Improved Weighted Least Connection Scheduling Algorithm for Loa...IRJET-  	  An Improved Weighted Least Connection Scheduling Algorithm for Loa...
IRJET- An Improved Weighted Least Connection Scheduling Algorithm for Loa...IRJET Journal
 
Application server
Application serverApplication server
Application servernava rathna
 
Robust Resource Allocation in Relay Node Networks for Optimization Process
Robust Resource Allocation in Relay Node Networks for Optimization ProcessRobust Resource Allocation in Relay Node Networks for Optimization Process
Robust Resource Allocation in Relay Node Networks for Optimization ProcessIJCERT
 
Load Balancing traffic in OpenStack neutron
Load Balancing traffic in OpenStack neutron Load Balancing traffic in OpenStack neutron
Load Balancing traffic in OpenStack neutron sufianfauzani
 
MS Cloud Design Patterns Infographic 2015
MS Cloud Design Patterns Infographic 2015MS Cloud Design Patterns Infographic 2015
MS Cloud Design Patterns Infographic 2015James Tramel
 
Ms cloud design patterns infographic 2015
Ms cloud design patterns infographic 2015Ms cloud design patterns infographic 2015
Ms cloud design patterns infographic 2015Kesavan Munuswamy
 
Evolve IT: Why Performance Matters When Building Your New SD-WAN, Not all SD-...
Evolve IT: Why Performance Matters When Building Your New SD-WAN, Not all SD-...Evolve IT: Why Performance Matters When Building Your New SD-WAN, Not all SD-...
Evolve IT: Why Performance Matters When Building Your New SD-WAN, Not all SD-...Innovation Network Technologies: InNet
 
M.S. Dissertation in Salesforce on Force.com
M.S. Dissertation in Salesforce on Force.comM.S. Dissertation in Salesforce on Force.com
M.S. Dissertation in Salesforce on Force.comArun Somu Panneerselvam
 
Array Networks & Microsoft Exchange Server 2010
Array Networks & Microsoft Exchange Server 2010Array Networks & Microsoft Exchange Server 2010
Array Networks & Microsoft Exchange Server 2010 Array Networks
 
A_Z-1_0_4T_00A-EN_U-Po_w_erPoint_06.pptx
A_Z-1_0_4T_00A-EN_U-Po_w_erPoint_06.pptxA_Z-1_0_4T_00A-EN_U-Po_w_erPoint_06.pptx
A_Z-1_0_4T_00A-EN_U-Po_w_erPoint_06.pptxjayshuklatrainer
 
Cloud Migration: Moving Data and Infrastructure to the Cloud
Cloud Migration: Moving Data and Infrastructure to the CloudCloud Migration: Moving Data and Infrastructure to the Cloud
Cloud Migration: Moving Data and Infrastructure to the CloudSafe Software
 
webinarcloudmigration-6181903.pdf
webinarcloudmigration-6181903.pdfwebinarcloudmigration-6181903.pdf
webinarcloudmigration-6181903.pdfankitDhebar
 

Similar to Module 9 - Implement advanced virtual networking.pdf (20)

Cloud Foundry - Second Generation Code (CCNG). Technical Overview
Cloud Foundry - Second Generation Code (CCNG). Technical Overview Cloud Foundry - Second Generation Code (CCNG). Technical Overview
Cloud Foundry - Second Generation Code (CCNG). Technical Overview
 
Coolie @ call
Coolie @ callCoolie @ call
Coolie @ call
 
Final Year IEEE Project 2013-2014 - Web Services Project Title and Abstract
Final Year IEEE Project 2013-2014  - Web Services Project Title and AbstractFinal Year IEEE Project 2013-2014  - Web Services Project Title and Abstract
Final Year IEEE Project 2013-2014 - Web Services Project Title and Abstract
 
Cloud Consulting Services Company | UnifyCloud LLC
Cloud Consulting Services Company | UnifyCloud LLCCloud Consulting Services Company | UnifyCloud LLC
Cloud Consulting Services Company | UnifyCloud LLC
 
Optimal Routing
Optimal RoutingOptimal Routing
Optimal Routing
 
Bluedog white paper - scaling for high availability, high utilization
Bluedog white paper - scaling for high availability, high utilizationBluedog white paper - scaling for high availability, high utilization
Bluedog white paper - scaling for high availability, high utilization
 
IRJET- An Improved Weighted Least Connection Scheduling Algorithm for Loa...
IRJET-  	  An Improved Weighted Least Connection Scheduling Algorithm for Loa...IRJET-  	  An Improved Weighted Least Connection Scheduling Algorithm for Loa...
IRJET- An Improved Weighted Least Connection Scheduling Algorithm for Loa...
 
Replify accelerator technical overview
Replify accelerator technical overviewReplify accelerator technical overview
Replify accelerator technical overview
 
teste
testeteste
teste
 
Application server
Application serverApplication server
Application server
 
Robust Resource Allocation in Relay Node Networks for Optimization Process
Robust Resource Allocation in Relay Node Networks for Optimization ProcessRobust Resource Allocation in Relay Node Networks for Optimization Process
Robust Resource Allocation in Relay Node Networks for Optimization Process
 
Load Balancing traffic in OpenStack neutron
Load Balancing traffic in OpenStack neutron Load Balancing traffic in OpenStack neutron
Load Balancing traffic in OpenStack neutron
 
MS Cloud Design Patterns Infographic 2015
MS Cloud Design Patterns Infographic 2015MS Cloud Design Patterns Infographic 2015
MS Cloud Design Patterns Infographic 2015
 
Ms cloud design patterns infographic 2015
Ms cloud design patterns infographic 2015Ms cloud design patterns infographic 2015
Ms cloud design patterns infographic 2015
 
Evolve IT: Why Performance Matters When Building Your New SD-WAN, Not all SD-...
Evolve IT: Why Performance Matters When Building Your New SD-WAN, Not all SD-...Evolve IT: Why Performance Matters When Building Your New SD-WAN, Not all SD-...
Evolve IT: Why Performance Matters When Building Your New SD-WAN, Not all SD-...
 
M.S. Dissertation in Salesforce on Force.com
M.S. Dissertation in Salesforce on Force.comM.S. Dissertation in Salesforce on Force.com
M.S. Dissertation in Salesforce on Force.com
 
Array Networks & Microsoft Exchange Server 2010
Array Networks & Microsoft Exchange Server 2010Array Networks & Microsoft Exchange Server 2010
Array Networks & Microsoft Exchange Server 2010
 
A_Z-1_0_4T_00A-EN_U-Po_w_erPoint_06.pptx
A_Z-1_0_4T_00A-EN_U-Po_w_erPoint_06.pptxA_Z-1_0_4T_00A-EN_U-Po_w_erPoint_06.pptx
A_Z-1_0_4T_00A-EN_U-Po_w_erPoint_06.pptx
 
Cloud Migration: Moving Data and Infrastructure to the Cloud
Cloud Migration: Moving Data and Infrastructure to the CloudCloud Migration: Moving Data and Infrastructure to the Cloud
Cloud Migration: Moving Data and Infrastructure to the Cloud
 
webinarcloudmigration-6181903.pdf
webinarcloudmigration-6181903.pdfwebinarcloudmigration-6181903.pdf
webinarcloudmigration-6181903.pdf
 

Recently uploaded

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Recently uploaded (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

Module 9 - Implement advanced virtual networking.pdf

  • 1. Copyright IntelliPaat, All rights reserved Copyright IntelliPaat, All rights reserved Microsoft Azure Administrator Associate Training Implement Advanced Virtual Networking
  • 2. Copyright IntelliPaat, All rights reserved Agenda  What is Azure Traffic Manager  Benefits  How it works  Azure Endpoints  External Endpoints  Endpoints Monitoring  Routing Methods  Priority Traffic-Routing Method  Weighted Traffic-Routing Method  Performance Traffic-Routing Method  Geographic Traffic-Routing Method  Nested Traffic Manager Profiles  Traffic View  What is Azure Load Balancer  Internet Facing Load Balancer  Internal Facing Load Balancer  Probes  High Availability Ports  Why use HA Ports  Multiple VIPs
  • 3. Copyright IntelliPaat, All rights reserved Azure Traffic Manager
  • 4. Copyright IntelliPaat, All rights reserved What is Azure Traffic Manager?  Microsoft Azure Traffic Manager allows you to control the distribution of user traffic for service endpoints in different datacenters.  Service endpoints supported by Traffic Manager include Azure VMs, Web Apps, and cloud services.  You can also use Traffic Manager with external, non-Azure endpoints.  Traffic Manager uses the Domain Name System (DNS) to direct client requests to the most appropriate endpoint based on a traffic-routing method and the health of the endpoints.  Traffic Manager provides a range of traffic-routing methods and endpoint monitoring options to suit different application needs and automatic failover models.  Traffic Manager is resilient to failure, including the failure of an entire Azure region.
  • 5. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: Benefits Improve availability of critical applications •Traffic Manager delivers high availability by providing automatic failover when an endpoint goes down. Improve responsiveness for high- performance applications •Azure allows you to run cloud services or websites in datacenters located around the world. • It improves application responsiveness by directing traffic to the endpointwith the lowest network latency. Perform service maintenance without downtime •You can perform planned maintenance operations on your applications withoutdowntime. •Traffic Manager directs traffic to alternative endpoints while the maintenance is in progress. Combine on- premises and Cloud-based applications •Traffic Manager supports external, non-Azure endpoints enabling itto be used with hybrid cloud and on-premises deployments. Distribute traffic for large, complex deployments •Using nested Traffic Manager profiles,traffic- routing methods can be combined to create sophisticated and flexible rules to supportthe needs of larger, more complex deployments
  • 6. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: How it works? Azure Traffic Manager enables you to control the distribution of traffic across your application endpoints. An endpoint is any Internet- facing service hosted inside or outside of Azure. Traffic Manager provides two key benefits: • Distribution of traffic according to one of severaltraffic-routing methods • Continuous monitoring of endpoint health and automatic failover w hen endpoints fail When a client attempts to connect to a service, it must first resolve the DNS name of the service to an IP address. The client then connects to that IP address to access the service. The most important point to understand is that Traffic Manager works at the DNS level. Traffic Manager uses DNS to direct clients to specific service endpoints based on the rules of the traffic-routing method. Clients connect to the selected endpoint directly.
  • 7. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: Azure Endpoints  Azure endpoints are used for Azure-based services in Traffic Manager.  The following Azure resource types are supported: Web Apps PublicIPAddress Resources The publicIpAddress musthave a DNS name assigned to be used in a Traffic Manager profile.  When the underlying service is stopped, Traffic Manager does not perform endpoint health checks or direct traffic to the endpoint.  This detection does not apply to PublicIpAddress endpoints.
  • 8. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: External Endpoints  External endpoints are used for services outside of Azure.  External endpoints can be used individually or combined with Azure Endpoints.  Combining Azure endpoints with external endpoints enables various scenarios: 1. In either an active-active or active-passive failover model, use Azure to provide increased redundancy for an existing on-premises application. 2. To reduceapplication latency for users around theworld, extend an existing on- premises application to additional geographic locations in Azure. 3. Use Azure to provide additional capacity for an existing on-premises application, either continuously or as a 'burst-to- cloud'solution to meet a spikein demand. 01 02 03
  • 9. Copyright IntelliPaat, All rights reserved Azure App Service Environment 3. You can use the App Service Environmentto host webapps, mobile apps, and API apps that require highlyscalable compute resources,isolation,and directvirtual network connectivity. 01 02 03 1. You can usethe App Service Environment to accommodatethis requirement. 2. Business-critical apps often require highly scalable, isolated, and dedicated environments.
  • 10. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: Endpoints Monitoring If the monitoring protocol is set as HTTP or HTTPS, the Traffic Manager probing the endpoint. If it gets back a 200-OK response, then that endpoint is considered healthy. If the response is a different value/ no response Traffic Manager re-attempts according to the no. of failures setting. If the number of consecutive failures is higher than the no. of failures setting, then that endpoint is marked as unhealthy. If the monitoring protocol is TCP, the Traffic Manager probing agent initiates a TCP connection request using the port specified.
  • 11. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: Routing Methods Performance Priority/ Failover Weighted Geographic
  • 12. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: Priority Traffic-Routing Method  The 'Priority' traffic-routing method allows to implement the failover pattern.  By default, Traffic Manager sends all traffic to the primary (highest-priority) endpoint.  If the primary endpoint is not available, Traffic Manager routes the traffic to the second endpoint.  If both the primary and secondary endpoints are not available, the traffic goes to the third, and so on.
  • 13. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: Weighted Traffic-Routing Method  The 'Weighted' traffic-routing method allows you to distribute traffic evenly or to use a pre-defined weighting.  In the Weighted traffic-routing method, you assign a weight to each endpoint.  The weight is an integer from 1 to 1000. Traffic Managers uses a default weight of '1'. This parameter is optional.  For each DNS query received, Traffic Manager randomly chooses an available endpoint.  The probability of choosing an endpoint is based on the weights assigned to all available endpoints.  Using the same weight across all endpoints results in an even traffic distribution.  Using higher or lower weights on specific endpoints causes those endpoints to be returned more or less frequently in the DNS responses.
  • 14. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: Performance Traffic-Routing Method  Deploying endpoints in two or more locations across the globe, to rout the traffic to the location that is 'closest'.  The 'Performance' traffic-routing method determines the closest endpoint by measuring network latency.  Traffic Manager chooses an available endpoint in the Azure datacenter that has the lowest latency, then returns that endpoint in the DNS response.
  • 15. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: Geographic Traffic-Routing Method  Using Geographic routing, users are directed to specific endpoints based on which geographic location their DNS query originates from.  Examples include:  Complying with data sovereignty.  Localization of content.  User experience and measuring traffic from different regions.  When a region or a set of regions is assigned to an endpoint, any requests from those regions gets routed only to that endpoint.
  • 16. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: Nested Traffic Manager Profiles  Each Traffic Manager profile specifies a single traffic-routing method.  You can nest Traffic Manager profiles to combine the benefits of more than one traffic-routing method.  Nested profiles allow you to override the default Traffic Manager behavior to support larger and more complex application deployment.  Example:  Suppose you wish to test an update to your service before rolling it out more widely.  You want to use the 'weighted' traffic-routing method to direct a small percentage of traffic to your test deployment.  You set up the test deployment alongside the existing production deployment in West Europe.
  • 17. Copyright IntelliPaat, All rights reserved Azure Traffic Manager: Traffic View  Traffic Manager provides you with DNS level routing so that your end users are directed to healthy endpoints based on the routing method.  By using Traffic View, you can:  For example, you can use Traffic View to understand which regions have a large number of traffic but suffer from higher latencies.  Next, you can use this information to plan your footprint expansion to new Azure regions so that these users can have a lower latency experience. Understand where your user bases are located. View the volume of traffic originating from these regions. Get insights into what is the representative latency experienced by these users.
  • 18. Copyright IntelliPaat, All rights reserved Hands-On
  • 19. Copyright IntelliPaat, All rights reserved Hands-On  Configure Traffic Manager using Priority Routing method.  Configure 2 Web Server using Priority Routing method.  Failover the traffic from Primary to Secondary web server.
  • 20. Copyright IntelliPaat, All rights reserved Azure Load Balancer
  • 21. Copyright IntelliPaat, All rights reserved What is Azure Load Balancer?  Azure Load Balancer delivers high availability and network performance to your applications.  It is a Layer 4 (TCP, UDP) load balancer that distributes incoming traffic.  Azure Load Balancer can be configured to Load balance incoming Internet traffic to virtual machines  All resources in the cloud need a public IP address to be reachable from the Internet.
  • 22. Copyright IntelliPaat, All rights reserved Azure Load Balancer: Internet Facing Load Balancer  Azure load balancer maps the public IP address and port number of incoming traffic to the private IP address and port number of the virtual machine and vice versa for the response traffic from the virtual machine.  Load balancing rules allow you to distribute specific types of traffic between multiple virtual machines or services.  For example, you can spread the load of web request traffic across multiple web servers.  The following figure shows a load-balanced endpoint for web traffic that is shared among three virtual machines for the public and private TCP port of 80. These three virtual machines are in a load-balanced set.  When Internet clients send web page requests to the public IP address of the cloud service on TCP port 80, the Azure Load Balancer distributes the requests between the three virtual machines in the load-balanced set.  You can also configure session affinity.
  • 23. Copyright IntelliPaat, All rights reserved Azure Load Balancer: Internal Facing Load Balancer  Azure Internal Load Balancer (ILB) only directs traffic to resources that are inside a cloud service or that use a VPN to access Azure infrastructure.  The load-balanced virtual IP (VIP) addresses are never directly exposed to an internet endpoint.  ILB enables the following types of load balancing: Within a cloud service • Load balancing from VMs that reside within the same cloud service. Within a virtual network • Load balancing from VMs in the virtual network that reside within the same virtual network. For a cross-premises virtual network • Load balancing from on- premises computers to a set of VMs that reside within the same virtual network.
  • 24. Copyright IntelliPaat, All rights reserved Azure Load Balancer: Probes  Azure Load Balancer offers the capability to monitor the health of server instances by using probes.  When a probe fails to respond, Load Balancer stops sending new connections to the unhealthy instance.  The existing connections are not affected, and new connections are sent to healthy instances.  TCP or HTTP custom probes must be configured when you use VMs behind Load Balancer.  Probe behavior depends on:  The timeout and frequency values set in SuccessFailCount determine whether an instance is confirmed to be running or not running. The number of successful probes that allow an instance to be labeled as up. The number of failed probes that cause an instance to be labeled as down.
  • 25. Copyright IntelliPaat, All rights reserved Azure Load Balancer: High Availability Ports  Azure Load Balancer helps you load balance TCP and UDP, when you are using an internal Load Balancer.  You can simplify your use of Load Balancer by providing a single rule to load balance all TCP and UDP.  Load balancing decision is made per flow, based on the:  The HA ports helps, in providing high availability for network virtual appliances (NVA) inside virtual networks.  It can also help when a large number of ports must be load balanced.  The HA ports feature is configured when you set the front-end and back-end ports to 0, and the protocol to All.  The internal Load Balancer resource then balances all TCP and UDP flows, regardless of port number. Source & Destination IP Address Source & Destination Port Protocol
  • 26. Copyright IntelliPaat, All rights reserved Azure Load Balancer: Why use HA Ports?  You can use Network virtual appliance (NVAs) for securing your Azure workload from multiple types of security threats.  When NVAs are used in these scenarios, they must be reliable and highly available, and they must scale out for demand.  You can achieve these goals simply by adding NVA instances to the back-end pool of the Azure internal Load Balancer, and configuring an HA ports Load Balancer rule.  HA ports provide several advantages for NVA HA scenarios: Fast failover to healthy instances, with per-instance health probes. Higher performancewith scale-out to n-active instances N-active and active-passive scenarios.
  • 27. Copyright IntelliPaat, All rights reserved Azure Load Balancer: Multiple VIPs  Azure Load Balancer allows you to load balance services on multiple ports, multiple IP addresses, or both.  You can use public and internal load balancer definitions to load balance flows across a set of VMs.  When you define an Azure Load Balancer, a frontend and a backend configuration are connected with rules.  The health probe referenced by the rule is used to determine how new flows are sent to a node in the backend pool.  The frontend is defined by a Virtual IP (VIP), which is comprised of an IP address (public or internal), a transport protocol (UDP or TCP) and a port number.
  • 28. Copyright IntelliPaat, All rights reserved Hands-On
  • 29. Copyright IntelliPaat, All rights reserved Hands-On  Configure Availability Set with 2 fault domains  Launch 2 Web server in Availability Set  Configure Load Balancer  Access Web Server using Load Balancer
  • 30. Copyright IntelliPaat, All rights reserved QUIZ
  • 31. Copyright IntelliPaat, All rights reserved Quiz 1 Azure Traffic Manager__________? helps to create traffic for your website helps to reduce the traffic on your website helps to increase the traffic on your website helps in controlling the distribution of traffic A B C D
  • 32. Copyright IntelliPaat, All rights reserved Answer 1 Azure Traffic Manager__________? helps to create traffic for your website helps to reduce the traffic on your website helps to increase the traffic on your website helps in controlling the distribution of traffic A B C D
  • 33. Copyright IntelliPaat, All rights reserved Quiz 2 What does traffic manager uses? Domain Name System Vnet Peering Azure VM Network Security Groups A B C D
  • 34. Copyright IntelliPaat, All rights reserved Answer 2 What does traffic manager uses? Domain Name System Vnet Peering Azure VM Network Security Groups A B C D
  • 35. Copyright IntelliPaat, All rights reserved Quiz 3 Does Azure uses endpoints for Azure-based services in Traffic manager? Yes No A B
  • 36. Copyright IntelliPaat, All rights reserved Answer 3 Does Azure uses endpoints for Azure-based services in Traffic manager? Yes No A B
  • 37. Copyright IntelliPaat, All rights reserved Quiz 4 Which option is correct about External Endpoints? External endpoints are used for enabling the third party endpoints for your instance External endpoints are used for services outside of Azure External endpoints enables you to use the third party cloud services All of the above A B C D
  • 38. Copyright IntelliPaat, All rights reserved Answer 4 Which option is correct about External Endpoints? External endpoints are used for enabling the third party endpoints for your instance External endpoints are used for services outside of Azure External endpoints enables you to use the third party cloud services All of the above A B C D
  • 39. Copyright IntelliPaat, All rights reserved Quiz 5 At which response the endpoint is considered as healthy? 500-OK response 300-OK response 200-OK response 100-OK response A B C D
  • 40. Copyright IntelliPaat, All rights reserved Answer 5 At which response the endpoint is considered as healthy? 500-OK response 300-OK response 200-OK response 100-OK response A B C D
  • 41. Copyright IntelliPaat, All rights reserved Quiz 6 At what point the endpoint is considered as unhealthy? If the number of failures are lower than the no. of failure settings If the number of failures are higher than the no. of failure settings If the number of failures are equivalent to the no. of failure settings None of the above A B C D
  • 42. Copyright IntelliPaat, All rights reserved Answer 6 At what point the endpoint is considered as unhealthy? If the number of failures are lower than the no. of failure settings If the number of failures are higher than the no. of failure settings If the number of failures are equivalent to the no. of failure settings None of the above A B C D
  • 43. Copyright IntelliPaat, All rights reserved India : +91-7847955955 US : 1-800-216-8930 (TOLL FREE) sales@intellipaat.com 24X7 Chat with our Course Advisor