-
This is part of 5 module, this module has more services and less weightage, around 15-20% of all the services.
-
It starts with introduction to messaging service, then explains about the queue service.
-
Azure Storage Queue has labs for sending messages, peek message, receive message, send and receive objects, sending messages in base64 format. There is one program connecting Azure Functions with storage queue, not sure what it is doing for now.
-
At many places in the labs, the files have been placed in the same directory as program.cs, that shouldn’t make a difference.
What is the difference in Azure Storage Queue and Azure Service Bus?
Ans. Azure Service Bus has a lot of options available like having duplicate messages, having message ID etc. more details here https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service-bus-queues-compared-contrasted
- The Azure Storage Accounts has option in left sidebar to associate with different services, one of this is Azure Storage Queue

- Click on create new Queue, give queue a name and then try adding message.
Sending message

