Azure Service Bus
Overview
The Azure Service Bus Book integrates with Azure Service Bus to simplify messaging and event-driven workflows. Using natural language commands, you can send, receive, and manage messages between applications.
Prerequisites
Azure Subscription: You need to have an active Azure subscription. If you do not have one, you can sign up for a free Azure account to get started.
Azure Service Bus Namespace: Ensure that you have created an Azure Service Bus namespace. This namespace will contain your queues and topics.
Queue Creation: Create the necessary queues within your Azure Service Bus namespace where messages will be sent and received.
Connection String: Obtain the connection string for your Azure Service Bus namespace. This can be found in the Azure portal under your Service Bus namespace settings.
Required Credentials
To connect to the Azure Service Bus Book, you will need the following credentials:
Namespace Connection String: The connection string for your Azure Service Bus namespace. This string is unique to your namespace and can be found in the Azure portal.
Queue Name: The name of the queue within your Azure Service Bus namespace where messages will be sent or received.
Connecting to the Azure Service Bus Book in Kognitos
Navigate to Books.
Click on + New Book.
Search for Azure Service Bus and then click on the book which is shown
Add in the credentials when you are prompted
Connection Established: Once the connection is successfully established, you are ready to perform various operations on Azure Service Bus. You can now send messages, receive messages, and manage queues.
Last updated
Was this helpful?