A Service Bus queue is arguably the best target for a business event. This acts as a message queue, where the subscriber can read the messages in the queue. We can easily configure Microsoft Flow to read from the Service Bus.
If you have a person whose role it is to create Azure resources, they need to create a Service Bus topic and provide the following information:
- Queue name
- Application ID
- Azure application secret
- Primary connection string
- Key Vault DNS name
- Key Vault secret name
In order to do this, you need to be given the appropriate rights to create Azure resources and link them to a subscription. There is a small cost to this, so the subscription will need a credit in order to proceed.
For this recipe, we will be using the https://portal.azure.com site.