Azure Traffic Manager Tutorial | DNS load balancer intro

  Рет қаралды 49,072

Adam Marczak - Azure for Everyone

Adam Marczak - Azure for Everyone

Күн бұрын

Azure Traffic Manager is a DNS-based traffic load balancer that enables you to distribute traffic optimally to services across global Azure regions, while providing high availability and responsiveness.
In this episode I give you introduction to what Azure Traffic Manager service is and what are the key concepts around it. This video also shows what are the Traffic Manager routing methods, how to they solve your networking and routing challenges.
In this episodes live demo of
- Creating traffic manager profiles
- Routing using performance based method
- Routing using geographical based method
- Routing using weighted based method
Source code: github.com/MarczakIO/azure4ev...
Next steps for you after watching the video
1. Traffic Manager documentation
- docs.microsoft.com/en-us/azur...
2. Routing methods explained documentation
- docs.microsoft.com/en-us/azur...
3. FAQ for traffic manager
- docs.microsoft.com/en-us/azur...
Want to connect?
- Blog marczak.io/
- Twitter / marczakio
- Facebook / marczakio
- LinkedIn / adam-marczak
- Site azure4everyone.com

Пікірлер: 60
@cheggmi3637
@cheggmi3637 Жыл бұрын
my go to teacher. Thank you again Adam, I have been watching you tutorials today for the last 7hrs at a stretch. What I love is you don't cut corners to teach your topics even if it will take time and end up with a long video lecture bcos in the end it is worth it, the knowledge is shared and understood.
@preciousajuru4412
@preciousajuru4412 Жыл бұрын
Your method of teaching is simply the best. You really made my journey to Azure cloud computing easy.
@harithar100
@harithar100 2 жыл бұрын
Pretty interesting. you keep everything well organized and simple to understand. Happy to join your channel.
@santunaik1934
@santunaik1934 2 жыл бұрын
Such a clean explanation, it's the beauty. thankyou Adam
@L0RDeX
@L0RDeX 3 жыл бұрын
Awesome video! Very informative. Thanks for your job!
@AdamMarczakYT
@AdamMarczakYT 3 жыл бұрын
My pleasure!
@sarathisarkar6692
@sarathisarkar6692 3 жыл бұрын
Adam, this is an incredible video. The way you explain is just perfect. Keep up the good work and would love to see more videos from you. Cheers.
@AdamMarczakYT
@AdamMarczakYT 3 жыл бұрын
Thanks, will do!
@yanivshalomhelp3579
@yanivshalomhelp3579 3 жыл бұрын
So good explained. So well build. Love you man. Many thanks
@AdamMarczakYT
@AdamMarczakYT 3 жыл бұрын
You're welcome! Thanks for stopping by :)
@arunprasath1511
@arunprasath1511 4 жыл бұрын
your explanation skills are outstanding
@AdamMarczakYT
@AdamMarczakYT 4 жыл бұрын
Thanks a lot 😊
@CloudInspired
@CloudInspired 4 жыл бұрын
Great explanation, thank you!
@AdamMarczakYT
@AdamMarczakYT 4 жыл бұрын
Cheers! Thanks :)
@venkatx5
@venkatx5 4 жыл бұрын
Very Informative!
@AdamMarczakYT
@AdamMarczakYT 4 жыл бұрын
Thank you, glad you liked it!
@sayaminazuki6536
@sayaminazuki6536 2 жыл бұрын
amazing job, thank u so much
@rskrao9152
@rskrao9152 2 жыл бұрын
Excellent!!!!!!!!!!
@loki-ky7yf
@loki-ky7yf 2 жыл бұрын
Great and excellent explanation 👌
@AdamMarczakYT
@AdamMarczakYT 2 жыл бұрын
Thanks a lot 😊
@lidiaaracelialonsohuerta6211
@lidiaaracelialonsohuerta6211 2 жыл бұрын
gracias por la explicación.
@Huzefa
@Huzefa 4 жыл бұрын
Thank You for your informative Videos. i have a question am not able to get the page through "Traffic Manager". It is throwing an Error called 404 web site not found, custom domain has not been configured inside azure.
@AdamMarczakYT
@AdamMarczakYT 4 жыл бұрын
Thanks for watching! If you input your public IP or DNS of your VM in the browser does it respond with a webpage? becuase traffic manager is just DNS routing so all backend server must be accessible.
@Huzefa
@Huzefa 4 жыл бұрын
@@AdamMarczakYT Thank you for your valuable Response. I have created A web App and it is reachable with its url. then i created a traffic manager and add endpoint as my webapp service after this i try to access the webapp using traffic manager it showing the 404 error.
@AdamMarczakYT
@AdamMarczakYT 4 жыл бұрын
Try flushing DNS as per video maybe it cached to old value. Other than this I would just remove traffic manager config and start over, maybe you missed one thing. Hard to say :(
@BijouBakson
@BijouBakson 2 жыл бұрын
Thank you Adam.
@prashanthkommana8648
@prashanthkommana8648 3 жыл бұрын
u r fantastic or what .. mindblowing
@AdamMarczakYT
@AdamMarczakYT 3 жыл бұрын
Thank you so much 😀
@ramkumars8282
@ramkumars8282 3 жыл бұрын
Hi Adam, thank you. We would like to do a series for az 104 and az 500 like you did for az 900
@AdamMarczakYT
@AdamMarczakYT 3 жыл бұрын
Noted!
@abhisheks8792
@abhisheks8792 Жыл бұрын
Amazing
@pawesienko9207
@pawesienko9207 3 ай бұрын
Good job Adam
@keyvan.k
@keyvan.k 2 жыл бұрын
amazing
@prasenjitpaul3105
@prasenjitpaul3105 Жыл бұрын
good video thanks
@shahid1990able
@shahid1990able 3 жыл бұрын
great explanation! - can we add application gateway PIP as an endpoint in the Traffic manager?
@AdamMarczakYT
@AdamMarczakYT 3 жыл бұрын
Yea, but at that point just use Azure Frontdoor, it's a both load balancer and WAF in one. :) docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview?WT.mc_id=AZ-MVP-5003556#https-versus-non-https
@maltek6457
@maltek6457 2 жыл бұрын
I have a lot of clients (300k - 1m) connecting to my application. If I use a TrafficManager and a low TTL (5min) is this not a lot of DNS traffic that I am generating (for the clients)? I need the low TTL to have a minimal downtime when switching from my first endpoint to the second one. Does it make more sense to use a reverse proxy here?
@sarahtodo
@sarahtodo 3 жыл бұрын
Ok now one on application gateway please! :)
@AdamMarczakYT
@AdamMarczakYT 3 жыл бұрын
Noted! :)
@sujithvenkatesh3305
@sujithvenkatesh3305 3 жыл бұрын
@@AdamMarczakYT Was about to ask the same question. Since 'Traffic manager' and 'Application gateway' sounds very similar, would love to know the small differences between them. Thanks in advance, Adam! Much love to you.
@kanikagupta8780
@kanikagupta8780 2 жыл бұрын
I have created TM in same resource group where i have configured the app services, but while adding endpoints i am unable to see the app services, hence not able to add endpoints. Any idea?
@sid0000009
@sid0000009 4 жыл бұрын
How does this differ from Front door if you can share some points would be great..your video series is awsome..
@AdamMarczakYT
@AdamMarczakYT 4 жыл бұрын
Thank you! you might be interested in this then docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview which has a nice flow which describes when to choose traffic manager and when FD. It also describes what is the difference between FD and TM.
@vivekm2674
@vivekm2674 4 жыл бұрын
Suppose I am doing geography based routing and I have not defined where traffic from Africa should go to. Then how does traffic from Africa get routed?
@AdamMarczakYT
@AdamMarczakYT 4 жыл бұрын
If no route is matched then you will receive DNS error that server address could not be resolved.
@anupamchand3690
@anupamchand3690 3 жыл бұрын
Great Video Thanks. Can Traffic manager be used to spread load across http APi end points which are hosted on Azure functions Consumption plan? When adding an endpoint the target resource type only has App service so brings me to the base url webpage. How would I access rest https APIs and pass query parameters? Or do these APIs have to be hosted on VMs?
@AdamMarczakYT
@AdamMarczakYT 3 жыл бұрын
Check this out docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview?WT.mc_id=AZ-MVP-5003556
@dnyaneshawar1
@dnyaneshawar1 3 жыл бұрын
@Adam Marczak -Thank you for the video !! I want to Creation of 2 and more VM in an availability set + Adding a load balancer infront of the VM+ Adding the Load Balancer to Traffic Manager using ARM template so if you have any template can you provide me.
@AdamMarczakYT
@AdamMarczakYT 3 жыл бұрын
Check out quickstart templates, maybe they have what you need github.com/Azure/azure-quickstart-templates
@doncharly7723
@doncharly7723 2 жыл бұрын
Very informative. You should go slowly so people can grasp each step fully before going to the next step.
@padmanathanramasamy8354
@padmanathanramasamy8354 Жыл бұрын
What is the difference between Load balancer VS Traffic Manager VS Front door?
@sreepriyanks
@sreepriyanks 2 жыл бұрын
Perfect video..please give me the arm templates to create web apps and vms.....
@geebee6536
@geebee6536 4 жыл бұрын
My dns name doesn't route to any site
@AdamMarczakYT
@AdamMarczakYT 4 жыл бұрын
Check my previous comment.
@geebee6536
@geebee6536 4 жыл бұрын
do you have an email i can reach you from, need help with traffic manager
@AdamMarczakYT
@AdamMarczakYT 4 жыл бұрын
My email is available in the channels about page. it's adam@marczak.io although please note that I don't do consultations because of limited time.
@faizahmad846
@faizahmad846 Жыл бұрын
You are teaching very fast. Some of the things I am not able to understand.
@antonsmirnov4370
@antonsmirnov4370 3 жыл бұрын
ты че русский что ли?
@AdamMarczakYT
@AdamMarczakYT 3 жыл бұрын
Я поляк! :) Работаю над своим акцентом!
@QuestionAll121
@QuestionAll121 Жыл бұрын
Hi, greate informative video tx. My onsite router does a port forward on 8181 (MyHost.MyDomain:8181), how would i create a traffic manager rule to send the traffic for the URL to port 8181 so that the router knows how to direct the traffic to the host.
Azure Load Balancer Tutorial
19:48
Adam Marczak - Azure for Everyone
Рет қаралды 109 М.
Azure Traffic Manager Deep Dive
56:48
John Savill's Technical Training
Рет қаралды 13 М.
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 45 МЛН
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 33 МЛН
Spot The Fake Animal For $10,000
00:40
MrBeast
Рет қаралды 177 МЛН
ЧУТЬ НЕ УТОНУЛ #shorts
00:27
Паша Осадчий
Рет қаралды 10 МЛН
Azure Queue Storage Tutorial
22:25
Adam Marczak - Azure for Everyone
Рет қаралды 53 М.
Azure Event Hub Tutorial | Big data message streaming service
32:10
Adam Marczak - Azure for Everyone
Рет қаралды 167 М.
Picking the right Azure Load Balancing Solution
42:28
John Savill's Technical Training
Рет қаралды 43 М.
Azure Private Endpoints and DNS Private Zones | Full Demo
22:31
FreddyDubon
Рет қаралды 1,6 М.
What is Azure Traffic Manager and how it works?
33:14
Cloud TechWorld
Рет қаралды 4,7 М.
Understanding DNS in Azure
26:59
John Savill's Technical Training
Рет қаралды 114 М.
Hands-on with Azure Landing Zones (lesson)
29:46
Tim Warner
Рет қаралды 2,5 М.
How To Pass ANY Azure Certification in 2024 | Complete Guide
19:00
Travis Media
Рет қаралды 286 М.
Сколько реально стоит ПК Величайшего?
0:37
Лазер против камеры смартфона
1:01
Newtonlabs
Рет қаралды 727 М.
Looks very comfortable. #leddisplay #ledscreen #ledwall #eagerled
0:19
LED Screen Factory-EagerLED
Рет қаралды 6 МЛН
НЕ БЕРУ APPLE VISION PRO!
0:37
ТЕСЛЕР
Рет қаралды 371 М.