# How to set up an Azure Service Bus

### How to create a new azure service bus

To set up your Azure Service Bus, go into the "settings" tab from the navigation bar, then locate the section named "Integration" and click on "Azure Service Bus".

<figure><img src="/files/SVHCXAuoSH7Yt9L0jvvW" alt=""><figcaption><p>Locate Azure Service Bus</p></figcaption></figure>

In your azure service bus tab it is possible to edit and delete existing service buses, but for now we will create a new azure service bus, by clicking  "+ Create Azure Service Bus" in the top right corner.

This will present you with the azure service bus creation page.

<figure><img src="/files/jZgH6RGYZt8xJwrSfjJE" alt=""><figcaption><p>Create an Azure Service Bus</p></figcaption></figure>

On this page you enter the connection settings for your azure service bus. Having done so, you can click the "Test connection"-button at the bottom to confirm that a connection can be made.

<figure><img src="/files/tMPLPAOBgSRVAWv4ltgx" alt=""><figcaption><p>Testing connection</p></figcaption></figure>

Now you have created an Azure Service Bus and ensured the connection.

{% hint style="info" %}
To read more about how to configure your azure service bus to your needs, read here: [How to configure an Azure Service Bus](/tutorials/guides/how-to-use-azure-service-bus/how-to-configure-an-azure-service-bus.md)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.struct.com/tutorials/guides/how-to-use-azure-service-bus/how-to-set-up-an-azure-service-bus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
