microsoft/MCW-Modern-cloud-apps

Change from Storage Queues to use Service Bus instead

crpietschmann opened this issue · 2 comments

Change from using Storage Queues to using Service Bus or Event Grid for the messaging that kicks off the Logic App and Azure Function for a more modern Event Driven Serverless architecture. Ideally Event Grid would be best for the modern serverless approach. However, to be more of an "enterprise" solution the use of Service Bus could be done as well.

Before making the change, please assess which is the most appropriate for the scope and lab time.

In my opinion, updating to use Service Bus Queue would be the most appropriate. The majority of enterprise systems would be most appropriate with Service Bus Queues; at least more than will likely require going to Event Grid.

This has been incorporated as part of the March 2020 update (#58), so I'm closing this Issue out.