Azure Blob Connection Setup
Follow these steps to connect BonData to your Azure Blob Storage container.Step 1: Create a Storage Account
- Go to the Azure Portal
- Navigate to Storage accounts
- Click + Create to create a new storage account (or use an existing one)
- Fill in the required fields and click Review + create
Step 2: Create a Container
- Open your storage account
- Go to Data storage → Containers
- Click + Container
- Enter a name and set the access level
- Click Create
Step 3: Get Access Keys
- Open your storage account
- Go to Security + networking → Access keys
- Click Show next to one of the keys
- Copy the Storage account name and Key
Step 4: Enter Credentials
Enter the storage account name and access key in BonData.Required Fields
| Field | Description |
|---|---|
| Container Name | The name of the Azure Blob container |
| Prefix | Optional folder path (e.g., data/exports) |
| Storage Account Name | The name of your Azure Storage account |
| Storage Account Key | The access key for your Azure Storage account |


