Creating an Azure Service Bus and Queue is the recommended first step in the setup process. You will need the connection string information to complete the Developer and Connector setup.
You will need an AzureAD account to be able to create the ASB and Queue in the Azure Portal.
- Open a browser and navigate to portal.azure.com
- Use your AzureAD account as the username
- Use your AzureAD account password as the password
- Once logged in, navigate to All Services – Search for Service Bus – Click on Service Bus – Click Add
- Subscription: Pick the subscription in which you'll create the ASB and Queue
- Resource Group: Pick an existing Resource Group or create a new one
- Service Bus Name: Give your ASB a unique name, and make sure it follows your company naming standards
- Region: Pick a region close to your D365 and Lasernet Developer VM/Server
- Pricing Tier: Pick Basic
- Click Review and Create and check your configuration. Click Create.
- Once created, navigate to All Services – Search for Service Bus – Click on Service Bus – Click the newly created Service Bus – Click Queues – Click + Queue
- Queue Name: Name the queue according to your company naming standards
- Click Create
- Once created, click on Shared Access Policies in the sidebar
- Click Add
- Policy Name: LAC365
- Check Manage and click Create
- Click on the newly created Shared Access Policy named LAC365
- Copy the Primary Connection String to Notepad. You will need this information to complete the Lasernet Developer and Connector configuration