> For the complete documentation index, see [llms.txt](https://docs.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.couchdrop.io/integrations/data-analytics-and-bi/azure-queue.md).

# Azure Queue

How to connect using the Azure Queue system integration

<figure><img src="https://391958821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpokYqd27yrOUxIBhyvbF%2Fuploads%2FQ00LvzyGBbO2ggTCn7hc%2Fmicrosoft%20azure%20queue%20storage.png?alt=media&amp;token=d2fd655d-54d9-4190-8f08-aa2298420372" alt=""><figcaption></figcaption></figure>

## Overview

Azure Queue Storage provides message queues for communication between applications and services. With Couchdrop, you can publish data to an Azure Queue from file actions and Automations, allowing file-based workflows to feed event-driven systems without requiring separate integration middleware.

Couchdrop can receive files or payloads from sources such as cloud storage, SFTP/FTP, APIs, and inbound webhooks, then use an Automation to publish that data as a message to an Azure Queue.

## How to connect Azure Queue

{% hint style="warning" %}

#### Before you start

To connect Azure Queue to Couchdrop, you will need:

* An Azure account
* An Azure Queue created within an Azure Storage account
* The **queue name**
* The **storage account name**
* An **access key** for the storage account
  {% endhint %}

{% stepper %}
{% step %}

### Create a new system integration

Log in to Couchdrop and add a new **System Integration**.
{% endstep %}

{% step %}

### Select Azure Queue

Select **Azure Queue** from the list of available integrations.
{% endstep %}

{% step %}

### Configure the Azure Queue connection

Provide the Azure Queue configuration details listed above, including the queue name, storage account name, and storage account access key.
{% endstep %}

{% step %}

### Save the integration

Click **Add System Integration** to create the Azure Queue connection.

Once configured, the connection can be selected from supported file actions inside Couchdrop Automations.
{% endstep %}
{% endstepper %}

## Using Azure Queues in Couchdrop

Azure Queue is configured in Couchdrop as a **platform integration**. Unlike a storage connection, it does not appear as a virtual folder.

Instead, the Azure Queue connection becomes available for use in a file action inside an Automation. This allows a workflow to receive or process data in Couchdrop and publish it to the configured Azure Queue.
