To configure a Service Bus namespace in Azure, follow these steps:
-
Login the Azure Portal and then navigate to the Service Bus.
-
Select Create Service Bus namespace.
-
On Create namespace page, select Resource group. Enter the name for namespace, select Pricing tier from the list and then select Review + create.
Make sure to select the pricing tier which supports the topics.
-
Once validation process is done, select Create. Service bus namespace gets created.
Update the Azure Service Bus namespace name in the DBA setting, AZURE_SERVICE_BUS_NAMESPACE. For example, here the namespace name is smat-events-demo.
|
Setting |
Description |
|
AZURE_SERVICE_BUS_NAMESPACE |
The namespace of the Azure Service Bus. All event topics (Account Code, Agreement, Invoices, Period Progress, and Requisitions) are created under this namespace. |