Тёмный

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

Nick Chapsas
Подписаться 308 тыс.
Просмотров 135 тыс.
50% 1

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.microsof...
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/ChapsasG...
Follow me on Twitter: bit.ly/ChapsasT...
Connect on LinkedIn: bit.ly/ChapsasL...

Опубликовано:

 

7 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 68   
@pratiks6576
@pratiks6576 3 года назад
It cannot be made simpler than this ! Great job explaining such complex thing so simply.
@ramasif9983
@ramasif9983 4 года назад
Best video about Service Bus I've seen so far. Very informative and simple.
@kylekeenan3485
@kylekeenan3485 5 месяцев назад
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.
@GM-qv1ql
@GM-qv1ql 2 года назад
Though it's not a tutorial, it's a very good explanation for the rest of the title. Thank you!
@memo1975
@memo1975 3 года назад
Omg, finally a good explanation of what this is! Thank you.
@negronarafael
@negronarafael Месяц назад
This is an amazing video, thanks so much for your work and explanation!
@BBOYLEENON
@BBOYLEENON Месяц назад
your English accent is so strong, that i cannot even to turn on the automatic generation of English subtitles because youtube is considering your languagem as Indonesian.
@curranp3892
@curranp3892 5 месяцев назад
This guy is a guru !!!
@surendramahobia1091
@surendramahobia1091 4 года назад
Thank you made it simple to understand and that will help in digging further codewise.
@RishavMishraa
@RishavMishraa 3 года назад
Very well described. Quality Content. Thank you!
@umeshbhosale905
@umeshbhosale905 3 года назад
Really nice explanations with all basic info requirements
@mehdizeynalov1062
@mehdizeynalov1062 Год назад
excellent Nick, you are the best
@siyabongamngomezulu9743
@siyabongamngomezulu9743 2 года назад
Always to the point, very good.
@lakshanmadubashika3248
@lakshanmadubashika3248 7 месяцев назад
great communication and well understood..!
@boluro-ajayioluwaseun8813
@boluro-ajayioluwaseun8813 2 года назад
Found this really helpful particularly the explanation and differentiation of Queue and Topics/Subscription. Really precise
@letslearn6784
@letslearn6784 2 года назад
Thanks Nick
@lacyrytex
@lacyrytex Год назад
Great overview!
@karthicks859
@karthicks859 4 года назад
Thank you Nick your Videos are ease to understand .👌💐contents also very nice and sharp😊 from -India
@bahabbj5798
@bahabbj5798 3 года назад
Thanks for that nick
@musaddiqueansari7695
@musaddiqueansari7695 9 месяцев назад
Great video to understand the concepts.
@ashxos
@ashxos 2 года назад
This is an amazing explanation, Nick! Thanks for the Video!
@AmitKumar-ji3xl
@AmitKumar-ji3xl 4 года назад
Thanks, man you explained it very well.
@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%
@tonywinter6636
@tonywinter6636 3 года назад
Thanks Nick. Very good explained!
@kevingergely2462
@kevingergely2462 4 месяца назад
thanks man
@KaustubhPandey8
@KaustubhPandey8 3 года назад
Really helpful.Thanks for it Nick.
@F2H16
@F2H16 3 года назад
Oh man, you're a life saver! Thanks a ton.
@luke-w8b
@luke-w8b Год назад
Thank you
@calebclawrence
@calebclawrence 3 года назад
Really helpful. thanks
@KiliMoa
@KiliMoa 2 года назад
Thanks a lot, bro !!!
@TeaVR
@TeaVR 2 года назад
Good stuff. Thanks
@jorgecardona3432
@jorgecardona3432 2 года назад
Great video!
@franc3sc0
@franc3sc0 3 года назад
well, explained. Thank you!
@noshairfarooq4032
@noshairfarooq4032 2 года назад
Hey! Great lecture
@arefnohrudi883
@arefnohrudi883 3 года назад
Well done! Thanks
@artecinearte
@artecinearte 4 года назад
Excelent, thanks you so much!
@varunkumarsingh758
@varunkumarsingh758 3 года назад
Thanks man! It was really very helpful. Do you have course?
@gajananrathod3661
@gajananrathod3661 3 года назад
Hi Nik Could you please upload the video about Azure keyvault and Azure function
@green8746
@green8746 4 года назад
thank you ! can you publish on video to talk about service bus "message.Abandon " , so that receive the topic message again .....
@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?
@nugenki
@nugenki 3 года назад
What are you drawing on? It looks like an infinite 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 4 года назад
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.
@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.
@goopalodavid3744
@goopalodavid3744 Год назад
Does dead letter queue exists only in Queue or in Topics as well?
@akashgeorge5433
@akashgeorge5433 2 года назад
how is it different from azure notification hub?
@cm_dev
@cm_dev 2 года назад
Your handwriting and spelling look a lot like mine.
@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
@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
@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
@stephenadams2397
@stephenadams2397 3 года назад
I hope Nick didn't book that flight. COVID was just about to hit.
@handsome_man69
@handsome_man69 11 месяцев назад
I hope he is ok
@sujoyinnovates
@sujoyinnovates 7 месяцев назад
Dude you need to start with definition, to make thing simpler. There are still many people who can understand definitions.
@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
@Freestyle80
@Freestyle80 2 года назад
I think you dove in an example too early, you should be bit technical at the start
@jondonato448
@jondonato448 4 года назад
first -)
@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: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-gQ5P8WVpj30.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??
@handsome_man69
@handsome_man69 11 месяцев назад
Hmmmm
Далее
Getting Started with Dapper in .NET
23:42
Просмотров 9 тыс.
Epic Reflex Game vs MrBeast Crew 🙈😱
00:32
Просмотров 8 млн
The Problem With Microservices
17:47
Просмотров 434 тыс.
8 await async mistakes that you SHOULD avoid in .NET
21:13
Stop Using FirstOrDefault in .NET! | Code Cop #021
12:54