> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/tutorials/guides/how-to-use-azure-service-bus/how-to-set-up-an-azure-service-bus.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
