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
Azure Cosmos DB vNext Emulator: Query and Observability Enhancements
The Azure Cosmos DB Linux-based vNext emulator (preview) is a local version of the Azure Cosmos DB service that runs as a Docker container on ...
2 hours ago
Azure Cosmos DB : Becoming a Search-Native Database
For years, “Database” and “Search systems” (think Elastic Search) lived in separate worlds. While both Databases and Search Systems oper...
13 hours ago
Announcing Azure DevOps Server General Availability
We’re thrilled to announce that Azure DevOps Server is now generally available (GA)! This release marks the transition from the Release Candid...
1 day ago
Blue-green deployment in Azure Container Apps using Azure Developer CLI
Learn how to implement blue-green deployment in Azure Container Apps using Azure Developer CLI (azd) revision-based deployment strategy. The p...
1 day ago