- Microsoft Azure - Scenarios
- Microsoft Azure - Datacenters
- Microsoft Azure - Security
- Microsoft Azure - Applications
- Microsoft Azure - CDN
- Microsoft Azure - Tables
- Microsoft Azure - Queues
- Microsoft Azure - Blobs
- Microsoft Azure - Storage
- Microsoft Azure - Fabric Controller
- Microsoft Azure - Compute Module
- Microsoft Azure - Components
- Microsoft Azure - Windows
- Cloud Computing - Overview
- Microsoft Azure - Home
Microsoft Azure Advanced
- Microsoft Azure - Upgrades
- Microsoft Azure - Health Monitoring
- Azure - Orchestrated Recovery
- Azure - Security Reports & Alerts
- Microsoft Azure - Create a Group
- Microsoft Azure - Self-Service Group
- Azure - Self-Service Password Reset
- Azure - Personalize Company Brand
- Microsoft Azure - Personalize Access
- Microsoft Azure - Disk Caching
- Microsoft Azure - Disk Configuration
- Microsoft Azure - Scalability
- Microsoft Azure - Websites
- Azure - Data Import & Export Job
- Azure - Forefront Identity Manager
- Azure - Multi-Factor Authentication
- Azure - Self-Service Capabilities
- Microsoft Azure - Backup & Recovery
- Azure - Application Deployment
- Azure - Setting Up Alert Rules
- Azure - Monitoring Virtual Machines
- Microsoft Azure - PowerShell
- Microsoft Azure - Traffic Manager
- Azure - Site-to-Site Connectivity
- Azure - Point-to-Site Connectivity
- Azure - Endpoint Configuration
- Azure - Deploying Virtual Machines
- Azure - Create Virtual Network
- Microsoft Azure - Management Portal
Microsoft Azure Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Microsoft Azure - Traffic Manager
Let us first understand what is the service provided by Azure traffic manager. Basically, this service balances the traffic load of services hosted in Azure. The routing popcy is defined by the cpent and traffic to the services hosted in Azure is redirected according to set popcies. Traffic manager is a DNS-based service. Thus, it will improve the availabipty and performance apppcations.
Let’s see how to create and configure traffic manager in Azure.
Create Traffic Manager
Step 1 − Login to Azure management portal and cpck ‘New’ at the bottom left corner.
Step 2 − Select Network Services → Traffic Manager → Quick Create.
Step 3 − Enter the DNS prefix and select the Load Balancing Method.
There are three options in this dropdown.
Performance − This option is ideal when you have endpoints in two different locations. When a DNS is requested, it is redirected to the region closest to the user.
Round Robin − This option is ideal when you want to distribute the traffic among multiple endpoints. Traffic is distributed in round robin fashion by selecting a healthy endpoint.
Failover − In this option, a primary access point is set up, but in case of failure alternate endpoints are made available as backup.
Step 4 − Based on your needs you can choose a load balancing method. Let’s choose performance here.
Step 5 − Cpck create.
You will see the traffic manager created and displayed in your management portal. Its status will be inactive until it is configured.
Create Endpoints to be Monitored via Traffic Manager
Step 1 − Select the ‘Traffic Manager’ from the left panel in the management portal that you want to work on.
Step 2 − Select ‘Endpoints’ from the top horizontal menu as shown in the following image. Then select ‘Add Endpoints’.
Step 3 − The screen shown in the following image will appear. Choose the service type and items under that service will be psted.
Step 4 − Select the service endpoints and proceed.
Step 5 − The service endpoints will be provisioned.
You can see that in this case, the service ‘tutorialsPointVM’ created in Azure will now be monitored by the traffic manager and its traffic will be redirected according to the specified popcy.
Configure the Popcy
Step 1 − Cpck on ‘Configure’ in the top menu bar as shown in the following image.
Step 2 − Enter the DNS Time to Live (TIL). It is the amount of time for which a cpent/user will continue to use a particular endpoint. For example, if you enter 40 seconds the traffic manager will be queried after every 40 seconds for the changes in the traffic management system.
Step 3 − You can change the load balancing method here by choosing a desired method from the dropdown. Here, let’s choose ‘Performance’ as chosen earper.
Step 4 − If you scroll down, you will see heading ‘Monitoring Setting’. You can choose the protocol; enter port number and relative path for a service to be monitored.
Advertisements