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 display/add “Sent To” on the Sent Emails (8883, List) page?
Hi, Readers.Today I would like to briefly talk about a qustion I saw in the Dynamics 365 Community before, how to display “Sen...
8 hours ago
Azure Data Studio is retired: Move your Azure SQL workflow to VS Code in 10 minutes
Azure Data Studio retired on February 28, 2026. The recommended path forward is Visual Studio Code with the MSSQL extension. If you used ADS d...
16 hours ago
Dynamics 365 Business Central: How to view excel reports (Excel Layout) directly from the web without downloading files (Excel Online)
Hi, Readers.Today I would like to share another mini tip about Business Central, how to view excel reports (Excel Layout) directly from the we...
1 day ago
Axios npm Supply Chain Compromise – Guidance for Azure Pipelines Customers
On March 31, 2026, malicious versions of the widely used JavaScript HTTP client library Axios were briefly published to the npm registry as pa...
3 days ago