Mastering Azure Integration Services: Part 03 'Messaging-Supported Flow'

preview_player
Показать описание
Third part of the step-by-step guide to an integration solution built with Azure Integration Services.
How to develop an integration solution with use of Azure Integration Services. What to start with. Which Azure services to use and how to make them working together as a robust, reliably functioning data workflow.
In this part:
- using Service Bus topic as an API operation back-end;
- turning the Logic App into consumer of the Service Bus topic subscription;
- setting up access of API to Service Bus with use of System Identity
- setting up access of Logic App to Service Bus with use of System Identity

Follow me on Twitter:
Рекомендации по теме
Комментарии
Автор

love how the approach is to start from a basic architecture and then keep adding components as we progress, to create more complex and complete system. Great for beginners. Thanks!

shwetavishwakarma
Автор

Perhaps I am misunderstanding 'auto complete' but is it not 'safer' to only release the msg from the Q after it has been successfully processed by the logic App (i.e. use 'peak lock')?

nickoutram