This is the clearest tutorial I've seen for Azure Queues, thanks!
@AdamMarczakYT4 жыл бұрын
Cool, thanks! Appreciated. :)
@bluegables3 жыл бұрын
Adam is very good in explaining things, very good diagrams too. I am listening to all his videos here.
@georgepagotelis2 ай бұрын
Even youtube gave me this as the first queue video - well explained! Now for C# & terraform! :)
@thedeveloperstory69653 жыл бұрын
great video Adam! May I suggest you do a video explaining the similarities and differences between EventHubs, Service Bus Queues, Service Bus Topics, and Storage Queues? Thumbs up for the clarity and simplicity in your content!
@AdamMarczakYT3 жыл бұрын
Thanks! I might, for new check this out docs.microsoft.com/en-us/azure/event-grid/compare-messaging-services?WT.mc_id=AZ-MVP-5003556
@jesus212823 жыл бұрын
Queues in a nutshell ! Now I feel like I can use this for my apps thanks again Adam!
@AdamMarczakYT3 жыл бұрын
Happy to help!
@muralibanka29422 жыл бұрын
Great videos, I went through many of your videos on Azure and you sharing your knowledge with value information.
@puneetmittal20002 жыл бұрын
Adam is a rock star.
@manoharjulakanti86884 жыл бұрын
Clearly Explained. Waiting for other videos from you........
@AdamMarczakYT4 жыл бұрын
Thank you so much 🙂
@janvhiremulkar70933 жыл бұрын
Excellent presentations and Top level teaching skill you have..
@geogyzachariah58493 жыл бұрын
Very useful tutorial on Queue Storage
@AdamMarczakYT3 жыл бұрын
Glad you think so!
@Alex-eq7uh Жыл бұрын
Your videos are fantastic, love the content
@miguelsoares81583 жыл бұрын
Great video as always! I was wondering if you could do a series on Azure Synapse like you did for Databricks and ADF
@AdamMarczakYT3 жыл бұрын
Yea, this is one of the things I wanted to do for a very long time. Currently aligning my schedule for the next months so I'll check if I can include it :)
@-Harambe4 жыл бұрын
Very thorough anduseful. Thank you!
@AdamMarczakYT4 жыл бұрын
Glad it was helpful!
@CloudTechRam3 жыл бұрын
Content is really nice, good work
@aykani4 жыл бұрын
Excellent! Thanks Adam
@AdamMarczakYT4 жыл бұрын
My pleasure!
@jaysinha97154 жыл бұрын
Hi Adam, have you created any demo for 'Azure Service Bus'? If not then please make one
@AdamMarczakYT4 жыл бұрын
Service Bus is coming at some point :)
@sameerchaudhari60613 жыл бұрын
Very Nice Video Adam
@jpeisleide4 жыл бұрын
Thank you for sharing this demo.
@AdamMarczakYT4 жыл бұрын
My pleasure!
@DeepakShaw Жыл бұрын
Thanks, how can we access and do various operations using the HTTP connector?
@rohinimalgave88502 жыл бұрын
Can we use trigger when there are messages in a queue. Storage account is in same region and networking selected networks.
@sud054 жыл бұрын
Nice video. Would be interesting to see how it works with SQL Server Service Broker and retrieve the messages from there. I once did it with kafka and it would be nice to see how it works in Azure.
@AdamMarczakYT4 жыл бұрын
Thanks for the kind words. Not sure if your described scenario is supported this way.
@prashanthkommana86483 жыл бұрын
You are fantastic. please make some videos on migration please.
@AdamMarczakYT3 жыл бұрын
Thank you! :D Noted!
@sandrojorgeoliveira1752 жыл бұрын
Awesome! Thank you!
@monicakumar95403 жыл бұрын
Adam pls share a video on service bus and a comparison among other messaging services
@AdamMarczakYT3 жыл бұрын
Eventually I'd love to do that, for now please check this doc docs.microsoft.com/en-us/azure/event-grid/compare-messaging-services?WT.mc_id=AZ-MVP-5003556 and this docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted?WT.mc_id=AZ-MVP-5003556
@premkrishnan90194 жыл бұрын
Is it possible to trigger an azure function using the queue?
@AdamMarczakYT4 жыл бұрын
Yes it is, here is the reference docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue
@yassineelb87354 жыл бұрын
Your videos are awesome !
@AdamMarczakYT4 жыл бұрын
I appreciate that!
@MojojojoSpaceMonkey2 жыл бұрын
HI Adam, great video. One thing, I do not understand how did you manage to do the fanout with logic apps ? That last part of video is a bit unclear to me, can you provide some explanation ?
@CoopmanGreg4 жыл бұрын
I would like to improve my video teaching also. Your graphics and animation are great for explaining. May I ask what software you use for this? and also I was wondering if you do your own graphics or does someone else, it must take a lot of time? The quality of all aspects of your videos are really fantastic. Thanks
@AdamMarczakYT4 жыл бұрын
Thanks! That's just pure powerpoint. All diagrams are mine, created in visio and imported and animated. Screen is recorded using Camtasia. Thanks again :)
@CoopmanGreg4 жыл бұрын
@@AdamMarczakYT Wow! That's an incredible amount of work, and it shows in the quality of your videos and content. Thanks!
@atziazas4 жыл бұрын
I love your videos. Can you also talk about Data Lake tables?
@AdamMarczakYT4 жыл бұрын
Heya! Cheers! Do you mean DELTA Lake Tables on Databricks or Storage Tables on storage accounts?
@atziazas4 жыл бұрын
I was under the impression that ADLS Gen 2 had blobs, queues, fileshares and tables. Is that incorrect? Thank you in advance for your reply.
@AdamMarczakYT4 жыл бұрын
@@atziazas Ach I understand now. Those Data Lake tables are same thing as storage tables. Only blob containers change to data lake file systems. Queues, File Shares and tables remain the same across Data Lake/Storage services. But yes I plan to make video on Table Storage service in near future.
@Ericsson11814 жыл бұрын
Muito bem explicado, parabéns!
@AdamMarczakYT4 жыл бұрын
Obrigado!
@artemkushnirenko25214 жыл бұрын
Awesome video :-) If I have access to someone else's storage queue through a connection string, should I then create my own storage queue in order to consume the given storage queue, or can I somehow "import" the already created queue?
@AdamMarczakYT4 жыл бұрын
Not sure I follow. It sounds like you want pub/sub model rather than queue. If someone processed event from queue then it's permanently delete so you can't copy anything from there.
@artemkushnirenko25214 жыл бұрын
Adam Marczak - Azure for Everyone It was poorly explained by me. I’ve been given a connection string to a Storage Queue from which I’m supposed to read the messages and store them when they appear minute by minute. My thought was to put them into Blob Storage, but I’m kinda confused on how to do it, since it’s not technically my Storage Queue. I was trying to follow some of your Logic App approach, but without luck. Hope it makes sense :-)
@AdamMarczakYT4 жыл бұрын
It makes sense now. Logic apps should work, so if they didn't then you made some mistake. In general storage account doesn't have to be yours for this to work. If you expect a lot of messages I'd advise to check Azure Function Apps as they are much cheaper at bigger scale. But I'd start with logic apps so you understand the concept. I'd probably delete logic app and try again, you probably made some mistake.
@chriwee52974 жыл бұрын
Recorded on extreme low volume levels, but awesome.
@AdamMarczakYT4 жыл бұрын
Thanks! It's a 30 min intro so yeah, hopefully I can do more advanced videos in the future ;)
@AngelGarcia-ig7oy4 жыл бұрын
How can I do this in a C# console app? I reffer to subscribe and get the all messages
@AdamMarczakYT4 жыл бұрын
Check out official MS samples docs.microsoft.com/en-us/azure/storage/queues/storage-dotnet-how-to-use-queues?tabs=dotnet&WT.mc_id=AZ-MVP-5003556
@NaaneVinu2 жыл бұрын
Thanks
@eminearif69724 жыл бұрын
Thank you for the helpful channel ^_^ Can you try to set better names, please? 'App1', 'App2', 'Demo1' could be 'CreateMessagesApp', 'ConsumeMessagesApp', 'StorageQueueDemo' :)
@AdamMarczakYT4 жыл бұрын
That is definitely a very good suggestion. Will start applying this immediately, especially since I had this conclusion recently as well as I've looked at my github with plenty of 'demo' apps. sO starting next episode this will be a standard. :)
@sunnydj4843 жыл бұрын
10000000000 likes :)
@AdamMarczakYT3 жыл бұрын
I appreciate every single one of them :)
@yaroslavpanych206710 ай бұрын
Lol, dude justifies limit of message size by the idea of storing full data somewhere else(e.g. in DB) and the very first example of queue is to limit access to DB! Where in hell I supposed to store it stuff that doesn't fit message in this case?
@yaroslavpanych206710 ай бұрын
up to 64k ... well, RIP Azure. Such stupid limitation makes it impossible to use in serious business cases
@mariomastrandrea41653 жыл бұрын
too fast man. I don't understand why you go so fast. you could be much more clear if you simply went slower in your explanations