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: How to create a new item from a picture/image (Out-of-the-Box)
Hi, Readers.Today I would like to share another mini tip about Business Central, how to create a new item from a picture. Items, among other p...
1 hour ago
Enterprise Live Migrations: Moving from Azure DevOps Repo to GitHub with minimal disruption
Over the last several years, we’ve encouraged customers to move their repositories from Azure Repos to GitHub to take advantage of the latest ...
10 hours ago
Enterprise Live Migrations: Moving from Azure DevOps Repo to GitHub with minimal disruption
Over the last several years, we’ve encouraged customers to move their repositories from Azure Repos to GitHub to take advantage of the latest ...
10 hours ago
Cumulative Update Summary for Microsoft Dynamics 365 Business Central (June, 2026)
Cumulative Update (June, 2026) for Microsoft Dynamics 365 Business Central is now released. BC28: CU02 Cloud (SaaS): Managing Production and S...
1 day ago
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...
4 days ago