Let us continue with our previous scenario of the creation of a lead record and update it to use topics instead of queues:
- Log in to Azure Portal to create a topic in Azure Service Bus by clicking on +Topic.
- Add the required details and click on the Create button:
- Inside Topic, create a new shared access policy and copy its primary connection string. This connection string will be used while registering a new service endpoint in the plugin registration tool as shown here:
- Add a new step to this registered service ...