What is Azure Service Bus? (and why you might need it) | Azure Tutorial

  Переглядів 123,239

Nick Chapsas

Nick Chapsas

4 роки тому

Become a Patreon and get source code access: / nickchapsas
Check out my courses: dometrain.com
Hello everybody I'm Nick and in this video I will explain what Microsoft Azure Service Bus is and how you can use it in your design to make awesome scaleable applications.
Getting started with Azure Service Bus: azure.microsoft.com/en-gb/ser...
Azure Service Bus is a messaging service on cloud used to connect any applications, devices, and also services running in the cloud to any other applications or services. As a result, it acts as a messaging backbone for applications available in the cloud or across any devices.
Don't forget to comment, like and subscribe :)
Social Media:
Follow me on GitHub: bit.ly/ChapsasGitHub
Follow me on Twitter: bit.ly/ChapsasTwitter
Connect on LinkedIn: bit.ly/ChapsasLinkedIn

КОМЕНТАРІ: 65
@pratiks6576
@pratiks6576 3 роки тому
It cannot be made simpler than this ! Great job explaining such complex thing so simply.
@ramasif9983
@ramasif9983 3 роки тому
Best video about Service Bus I've seen so far. Very informative and simple.
@boluro-ajayioluwaseun8813
@boluro-ajayioluwaseun8813 2 роки тому
Found this really helpful particularly the explanation and differentiation of Queue and Topics/Subscription. Really precise
@surendramahobia1091
@surendramahobia1091 3 роки тому
Thank you made it simple to understand and that will help in digging further codewise.
@umeshbhosale905
@umeshbhosale905 2 роки тому
Really nice explanations with all basic info requirements
@kylekeenan3485
@kylekeenan3485 20 днів тому
This was an excellent video and really helped understand not only the Azure Service Bus but a great way to build applications at a larger scale.
@memo1975
@memo1975 2 роки тому
Omg, finally a good explanation of what this is! Thank you.
@ashxos
@ashxos 2 роки тому
This is an amazing explanation, Nick! Thanks for the Video!
@RishavMishraa
@RishavMishraa 2 роки тому
Very well described. Quality Content. Thank you!
@AmitKumar-ji3xl
@AmitKumar-ji3xl 3 роки тому
Thanks, man you explained it very well.
@tonywinter6636
@tonywinter6636 3 роки тому
Thanks Nick. Very good explained!
@karthicks859
@karthicks859 3 роки тому
Thank you Nick your Videos are ease to understand .👌💐contents also very nice and sharp😊 from -India
@KaustubhPandey8
@KaustubhPandey8 3 роки тому
Really helpful.Thanks for it Nick.
@GM-qv1ql
@GM-qv1ql Рік тому
Though it's not a tutorial, it's a very good explanation for the rest of the title. Thank you!
@F2H16
@F2H16 3 роки тому
Oh man, you're a life saver! Thanks a ton.
@franc3sc0
@franc3sc0 2 роки тому
well, explained. Thank you!
@siyabongamngomezulu9743
@siyabongamngomezulu9743 2 роки тому
Always to the point, very good.
@artecinearte
@artecinearte 4 роки тому
Excelent, thanks you so much!
@lakshanmadubashika3248
@lakshanmadubashika3248 2 місяці тому
great communication and well understood..!
@javiermayorga9857
@javiermayorga9857 3 роки тому
Thanks for the video, great content! I have a question though.. Can Azure service bus bridge to another queue ( lets say IBM MQ) located on-premise?
@arefnohrudi883
@arefnohrudi883 3 роки тому
Well done! Thanks
@varunkumarsingh758
@varunkumarsingh758 2 роки тому
Thanks man! It was really very helpful. Do you have course?
@calebclawrence
@calebclawrence 2 роки тому
Really helpful. thanks
@lacyrytex
@lacyrytex 9 місяців тому
Great overview!
@mehdizeynalov1062
@mehdizeynalov1062 Рік тому
excellent Nick, you are the best
@bahabbj5798
@bahabbj5798 2 роки тому
Thanks for that nick
@letslearn6784
@letslearn6784 2 роки тому
Thanks Nick
@kyryltretyacov982
@kyryltretyacov982 2 роки тому
Thanks a lot, bro !!!
@TeaVR
@TeaVR 2 роки тому
Good stuff. Thanks
@torbjrnholtmon7195
@torbjrnholtmon7195 4 роки тому
You are a very good teacher Nick! I am recommending your videos to my colleges and student friends. Could you make a video about exceptions and control flow? It is a very opinionated subject, but I would like to know how you deal with it. Or maybe you have already covered it in a video that I have not seen?
@nickchapsas
@nickchapsas 4 роки тому
Hey Torbjorn, it is definitely a topic I would like to cover even though it is not on my video backlog currently. I tend to not cover topic that I don’t strongly feel about just because I can’t back up my statements 100%
@curranp3892
@curranp3892 17 днів тому
This guy is a guru !!!
@noshairfarooq4032
@noshairfarooq4032 Рік тому
Hey! Great lecture
@gajananrathod3661
@gajananrathod3661 3 роки тому
Hi Nik Could you please upload the video about Azure keyvault and Azure function
@user-lk3xc5mt4n
@user-lk3xc5mt4n 10 місяців тому
Thank you
@green8746
@green8746 3 роки тому
thank you ! can you publish on video to talk about service bus "message.Abandon " , so that receive the topic message again .....
@jorgecardona3432
@jorgecardona3432 Рік тому
Great video!
@goopalodavid3744
@goopalodavid3744 Рік тому
Does dead letter queue exists only in Queue or in Topics as well?
@musaddiqueansari7695
@musaddiqueansari7695 4 місяці тому
Great video to understand the concepts.
@nugenki
@nugenki 2 роки тому
What are you drawing on? It looks like an infinite whiteboard.
@akashgeorge5433
@akashgeorge5433 2 роки тому
how is it different from azure notification hub?
@alexandrkrykun1927
@alexandrkrykun1927 2 роки тому
@Nick Can you plz tell the name of the tool you use for the drawing?
@nickchapsas
@nickchapsas 2 роки тому
It's called Microsoft Whiteboard
@colebq
@colebq 4 роки тому
Thanks for the video. Having a topic, what happens if a subscriber goes down, I guess he will miss messages during the downtime? Does Azure Service Bus provide some solution to this scenario? Keep up the good work.
@silentstormstudios
@silentstormstudios 3 роки тому
It seems to me that the messages would remain in the queue until the subscriber comes back up and processes them. That's really the whole point of the service bus.
@JitheshChandrasekharan
@JitheshChandrasekharan 4 роки тому
How is Azure Service Bus different from Azure Event Hubs ?
@name-vi6fs
@name-vi6fs 4 роки тому
I know this isn't a video, but it's still a pretty good comparison. docs.microsoft.com/en-us/azure/event-grid/compare-messaging-services
@shreyasjejurkar1233
@shreyasjejurkar1233 4 роки тому
I think its better if you start explaining this message broker terms in context of rabbitmq rather than directly going to cloud service bus! 😊
@nickchapsas
@nickchapsas 4 роки тому
Well I'd like to explain things in something that someone will actually use. I see 0 scenarios where I would actually use RabbitMQ but I use ASB all the time. The functionality is pretty much the same.
@feelingeverfine
@feelingeverfine 4 роки тому
Can you add demo code?
@nickchapsas
@nickchapsas 4 роки тому
This video is just about the service itself. There is a video coming with demo code for both queues and topics
@christianista
@christianista 4 роки тому
Ho no demo code :( but good explanation
@nickchapsas
@nickchapsas 4 роки тому
This video is just about the service itself. There is a video coming with demo code for both queues and topics
@cm_dev
@cm_dev 2 роки тому
Your handwriting and spelling look a lot like mine.
@handsome_man69
@handsome_man69 6 місяців тому
Hmmmm
@stephenadams2397
@stephenadams2397 2 роки тому
I hope Nick didn't book that flight. COVID was just about to hit.
@handsome_man69
@handsome_man69 6 місяців тому
I hope he is ok
@Freestyle80
@Freestyle80 Рік тому
I think you dove in an example too early, you should be bit technical at the start
@jondonato448
@jondonato448 4 роки тому
first -)
@sujoyinnovates
@sujoyinnovates 2 місяці тому
Dude you need to start with definition, to make thing simpler. There are still many people who can understand definitions.
@kaushikdujo
@kaushikdujo 2 роки тому
Lot of theories without any practical demo
@nickchapsas
@nickchapsas 2 роки тому
It is meant to be theory. The next video in the series was the practical demo: ukposts.info/have/v-deo/n4FmhG6OjaablGQ.html
@CommonMan1992
@CommonMan1992 3 роки тому
Sorry to say, bt your representation is very poor.. I understood only 20% of your whole video...Where is micro service??
КАК ГЛОТАЮТ ШПАГУ?😳
00:33
Masomka
Переглядів 2,1 млн
Повістки у Києві: «Яке право вони мають забирати всіх мужиків?» #війна #мобілізація #військові
00:41
Слідство.Інфо | Розслідування, репортажі, викриття
Переглядів 1,6 млн
McDonald’s MCNUGGET PURSE?! #shorts
00:11
Lauren Godwin
Переглядів 29 млн
Stop Using the Worst Way to Loop Lists in .NET!
9:35
Nick Chapsas
Переглядів 15 тис.
Intro to Azure Service Bus - The Power Behind Microservices
1:16:37
IAmTimCorey
Переглядів 130 тис.
Kubernetes Explained in 6 Minutes | k8s Architecture
6:28
ByteByteGo
Переглядів 771 тис.
8 await async mistakes that you SHOULD avoid in .NET
21:13
Nick Chapsas
Переглядів 306 тис.
"Stop Using LINQ in .NET!"
9:15
Nick Chapsas
Переглядів 60 тис.
Azure Service Bus Deep Dive (Azure & AI Conference 2022)
1:02:20
Azure Messaging & Stream Processing - "Subscribe!"
Переглядів 14 тис.
КАК ГЛОТАЮТ ШПАГУ?😳
00:33
Masomka
Переглядів 2,1 млн