Azure Blob
Couchdrop has comprehensive support for Azure Blob containers out of the box. This document outlines requirements, configuration steps and capabilities for using Azure Blob with Couchdrop.
Overview
Azure Blob is supported natively with Couchdrop. Couchdrop allows users of Azure Blob to upload and download files and Azure Blob customers can easily configure and manage secure access to Azure Blob files and folders for access and use via SFTP, FTP, Automations and Web Access with granular user management and controls through a user-friendly web interface.

Requirements
Configuring access to Azure Blob is a simple process in Couchdrop. Lets get you up and running - you will need.
An active Couchdrop account
An active Azure Storage Account.
Access to create a Container (or use an existing one).
Connection details you’ll need:
Storage account name
Access key or a SAS token
Container name
Configuration Steps
Step 1: Create an Azure Blob Container - or Use an existing container
In the Azure Portal - Navigate to Storage accounts → select your storage account.
In the left menu, click Containers.
Click + Container, give it a name, and set access level to Private (recommended).
Step 2. Generate Credentials for Azure
Option A: Access Key (simple but broad permissions)
In the storage account, go to Access keys.
Copy the Storage account name and Key1.
Option B: SAS Token (more secure / scoped)
In the storage account, go to Shared access signature.
Select:
Allowed services: Blob
Allowed resource types: Container and Object
Allowed permissions: Read, Write, List, Delete (depending on Couchdrop use)
Set start and expiry date.
Click Generate SAS and copy the SAS token.
3. Connect Couchdrop to Azure
Log in to your Couchdrop dashboard.
Click + Create -> Connect to Storage -> choose Azure Blob.
Enter the required details:
Couchdrop Folder (this is where Couchdrop will present the Azure bucket)
Storage Account Name
Container Name
Authentication Method:
If using Access Key → paste the key.
If using SAS Token → paste the full SAS URL or token.
Optionally choose a folder in Azure
You will now see your Azure blob container as a folder in Couchdrop.
Frequently Asked Questions
Supported Features
Couchdrop has comprehensive support for interacting with Files in Azure Blob
Uploading Files
Yes
Downloading Files
Yes
Listing files and folders
Yes
Creating folders
Yes
Deleting folders
Yes
Deleting Files
Yes
Azure Access Controls
Supported via static IP in Couchdrop
Last updated
Was this helpful?