Full example of how to implement and use Azure Storage Queues in Business Central
Last month I had some time to play around and I did small project which implemented Azure Storage Queues in Business Central.
What are Azure Storage Queues?
They are service in Azure which allows to store some message in queue over HTTP and then poll these messages in some message receiver.
Why are they useful?
They are useful in some integration scenarios where you have large amounts of incoming data and you cannot process them in real time.
Published on:
Learn moreRelated posts
Dynamics 365 Business Central: Why can’t a Super User create a new Company
Hi, Readers.Today I would like to briefly talk about a qustion I saw in the Dynamics 365 Community before, why can’t a Super U...
2 days ago
Dynamics 365 Business Central: How to merge multiple lots (Lot No.) into one
Hi, Readers.Today I would like to talk about how to merge multiple lots into one in Business Central. Keep track of inventory items, even in c...
3 days ago
Introducing Azure HorizonDB - PostgreSQL
Run enterprise Postgres workloads on Azure HorizonDB with around 3x the throughput of self-managed deployments — zone-resilient by default, no...
3 days ago
Business Central 2026 release wave 1 (BC28): New Resize button (action)
Hi, Readers.Dynamics 365 Business Central 2026 wave 1 (BC28.1) is generally available. More details: Cumulative Update Summary for Micros...
4 days ago
Azure DevOps and GitHub: Journeying into the AI Era
AI is changing how software gets planned, built, and reviewed. As teams adopt agentic development, the platform underneath those workflows mat...
4 days ago