Developing the solution
To develop our solution architecture, we have to perform the following main tasks:
- Configure Azure Service Bus.
- Create an interface for order transmission from the shop center application to the Azure Service Bus.
- Create an interface that retrieves orders from Azure Service Bus and saves them into the NAV ERP.
We will cover these steps in detail.
Configuring Azure Service Bus
Let's learn how we can configure Azure Service Bus by performing the following steps:
- To create an instance of Azure Service Bus, log in to the Azure Portal, navigate to New | Enterprise Integration | Service Bus (or simply search for
Service Bus
by using the search box): - In the Create namespace window, enter a namespace name (a namespace provides a scoping container for addressing Service Bus resources within your application and the name must be unique).
- After that, select the Azure subscription under Subscription and the Resource group option (or create a new one), Pricing tier, and...