Microsoft Azure (formerly Windows Azure before March 25, 2014) is a cloud computing platform and infrastructure, created by Microsoft, for building, deploying and managing applications and services through a global network of Microsoft-managed data centers.
I know there is a way to determine the number of messages (or approximate number) in the Azure Queue (Store …
azure azureservicebus azure-queues azure-servicebus-queuesI have a Use Case where I need to queue a select number of messages when the current queue length …
c# azure azure-storage azure-queuesWith any normal Azure Queue, I pop a message, then do some work. I didn't want to delete the message …
c# .net azure azure-queuesI've been looking into Azure Service Bus Queues (NOT Azure Storage Queues). All of the details that I have read …
azure azure-queues azureservicebusI have a Function app in Azure that is triggered when an item is put on a queue. It looks …
azure azure-functions azure-queuesDid I understood it right that in Windows Azure Queue storage a message can live for 7 days maximum? What happens …
azure-storage azure-queuesI need to send compressed Base64 data over an Azure queue, which has a limitation of 64K. My code compresses …
c# encoding azure azure-queues