# Azure Service Bus details

Azure service bus connections can be added or updated through [Settings](/reference/settings.md) > [Integration](/reference/settings/integration.md) > [Azure Service Bus](/reference/settings/integration/azure-service-bus.md).

### Title

A title for this azure service bus connection.

### Service Bus Connection String

A connection string to your Service Bus.

### Queue name

Name of your service bus queue. The messages will contain a message property with the 'blobName', which is the name of the blob in the blob container which contains the event data.

### Blob Container name

Name of your blob container.

### Blob Container Connection String

Connection string to your blob container.

### Active

Select if this service bus is active or not.

### Events

{% hint style="info" %}
**Tip** Use the search bar, "Check all", "Expand all" and "Collapse all" options to quickly enable the endpoints you want to allow the API key to access.
{% endhint %}

| Assets        |                                                                                                                                                                   |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Asset created | Select if you want notifications when a new asset is created                                                                                                      |
| Asset deleted | Select if you want notifications when a asset is deleted                                                                                                          |
| Asset updated | <p>Select if you want notifications when a asset is updated.<br>Enabling this reveals additional <a href="/pages/rxc2oxgEo3dWWDLRtbVg">Advanced settings.</a></p> |

| Attributes              |                                                                     |
| ----------------------- | ------------------------------------------------------------------- |
| Attribute group created | Select if you want notifications when an attribute group is created |
| Attribute group deleted | Select if you want notifications when an attribute group is deleted |
| Attribute group updated | Select if you want notifications when an attribute group is updated |
| Attributes created      | Select if you want notifications when attributes are created        |
| Attributes deleted      | Select if you want notifications when attributes are deleted        |
| Attributes updated      | Select if you want notifications when attributes are updated        |

| Categories                         |                                                                                                                                                                       |
| ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Attributes added to categories     | Select if you want notifications when attributes are added to categories                                                                                              |
| Attributes removed from categories | Select if you want notifications when attributes are removed from categories                                                                                          |
| Attributes updated on categories   | Select if you want notifications when attributes are updated on categories                                                                                            |
| Categories created                 | Select if you want notifications when categories are created                                                                                                          |
| Categories deleted                 | Select if you want notifications when categories are deleted                                                                                                          |
| Categories updated                 | <p>Select if you want notifications when categories are updated.<br>Enabling this reveals additional <a href="/pages/rxc2oxgEo3dWWDLRtbVg">Advanced settings.</a></p> |

| Catalogues         |                                                              |
| ------------------ | ------------------------------------------------------------ |
| Catalogues created | Select if you want notifications when catalogues are created |
| Catalogue deleted  | Select if you want notifications when a catalogue is deleted |
| Catalogue updated  | Select if you want notifications when a catalogue is updated |

| Enrichment insights         |                                                                                                                                                                              |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enrichment insights changed | <p>Select if you want notifications when an enrichment insight changes.<br>Enabling this reveals additional <a href="/pages/rxc2oxgEo3dWWDLRtbVg">Advanced settings.</a></p> |

| Workflows               |                                                                   |
| ----------------------- | ----------------------------------------------------------------- |
| Workflow States Changed | Select if you want notifications when workflow states are changed |

| Global lists              |                                                                          |
| ------------------------- | ------------------------------------------------------------------------ |
| Global list value created | Select if you want notifications when a new global list value is created |
| Global list value deleted | Select if you want notifications when a global list value is deleted     |
| Global list value updated | Select if you want notifications when a global list value is updated     |

| Languages        |                                                             |
| ---------------- | ----------------------------------------------------------- |
| Language created | Select if you want notifications when a language is created |
| Language deleted | Select if you want notifications when a language is deleted |
| Language updated | Select if you want notifications when a language is updated |

| Medias        |                                                                              |
| ------------- | ---------------------------------------------------------------------------- |
| Media created | Select if you want notifications when a new media is added to the media bank |
| Media deleted | Select if you want notifications when a media is deleted                     |
| Media updated | Select if you want notifications when a media item is updated                |

| Products        |                                                                                                                                                                     |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Product created | Select if you want notifications when a new product is created                                                                                                      |
| Product deleted | Select if you want notifications when a product is deleted                                                                                                          |
| Product updated | <p>Select if you want notifications when a product is updated.<br>Enabling this reveals additional <a href="/pages/rxc2oxgEo3dWWDLRtbVg">Advanced settings.</a></p> |

| Product structures        |                                                                          |
| ------------------------- | ------------------------------------------------------------------------ |
| Product structure created | Select if you want notifications when a new product structure is created |
| Product structure deleted | Select if you want notifications when a product structure is deleted     |
| Product structure updated | Select if you want notifications when a product structure is updated     |

| Variant groups        |                                                                                                                                                                           |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Variant group created | Select if you want notifications when a new variant group is created                                                                                                      |
| Variant group deleted | Select if you want notifications when a variant group is deleted                                                                                                          |
| Variant group updated | <p>Select if you want notifications when a variant group is updated.<br>Enabling this reveals additional <a href="/pages/rxc2oxgEo3dWWDLRtbVg">Advanced settings.</a></p> |

| Variants        |                                                                                                                                                                     |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Variant created | Select if you want notifications when a new variant is created                                                                                                      |
| Variant deleted | Select if you want notifications when a variant is deleted                                                                                                          |
| Variant updated | <p>Select if you want notifications when a variant is updated.<br>Enabling this reveals additional <a href="/pages/rxc2oxgEo3dWWDLRtbVg">Advanced settings.</a></p> |


---

# 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/reference/settings/integration/azure-service-bus/azure-service-bus-details.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.
