To configure the business event, follow these steps:
- Open SCM in the browser on our Development Virtual Machine (VM), and navigate to System administration | Setup |Business events | Business events catalog.
- Select the Endpoints tab, and click New.
- On the Configure new endpoint dialog, select Azure Service Bus queue, and press Next.
- For convenience, paste in the Service Bus queue Name value into the Endpoint name and Queue name.
- Paste in the remaining values from the Notepad document.
- Press OK. This will validate the information by connecting to Azure with the supplied information.
If you get an error, it will likely be a copy and paste error or a missed step. Go back to the Creating a Service Bus queue recipe, and check ...