Documentation Index
Fetch the complete documentation index at: https://knowledge.cloudquant.com/llms.txt
Use this file to discover all available pages before exploring further.
Azure Blob Storage Connections
This guide explains how to retrieve and configure Azure Blob Storage access keys for use with the CloudQuant Data Liberator platform.Prerequisites
- An Azure account with a Storage Account
- Access to the Azure Portal
- Your CloudQuant account credentials
Retrieving Access Keys
Step 1: Navigate to Your Storage Account
- Sign in to the Azure Portal
- Navigate to Storage accounts
- Select the storage account you want to connect
Step 2: Find Access Keys
- In the storage account menu, select Security + networking > Access keys
- You will see two keys: key1 and key2
- Click Show to reveal the key values
Step 3: Copy Required Information
You will need:- Storage account name — The name of your Azure Storage Account
- Access key — Either key1 or key2
- Container name — The blob container holding your data
Configuring the Connection
Provide the following to CloudQuant for CloudQuant Data Liberator connectivity:Connection String Format
If configuring programmatically, the connection string format is:Key Rotation
Azure provides two keys to enable rotation without downtime:- Update your applications to use key2
- Regenerate key1
- Update applications to use the new key1
- Regenerate key2
Troubleshooting
| Issue | Solution |
|---|---|
| Authentication failed | Verify the access key hasn’t been rotated |
| Container not found | Check the container name and ensure it exists |
| Network error | Verify firewall rules allow access from CloudQuant Data Liberator |

