File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
docs/pages/product/configuration/data-sources Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,26 @@ CUBEJS_DB_EXPORT_GCS_CREDENTIALS=<BASE64_ENCODED_SERVICE_CREDENTIALS_JSON>
150150CUBEJS_DB_EXPORT_INTEGRATION=gcs_int
151151```
152152
153+ #### Azure
154+
155+ To use Azure Blob Storage as an export bucket, follow [ the guide on
156+ using a Snowflake storage integration (Option 1)] [ snowflake-docs-azure ] .
157+ Take note of the integration name (` azure_int ` from the example link)
158+ as you'll need it to configure Cube.
159+
160+ [ Retrieve the storage account access key] [ azure-bs-docs-get-key ] from your Azure
161+ account.
162+
163+ Once the Snowflake integration is set up, configure Cube using the following:
164+
165+ ``` dotenv
166+ CUBEJS_DB_EXPORT_BUCKET_TYPE=azure
167+ CUBEJS_DB_EXPORT_BUCKET=wasbs://[email protected] 168+ CUBEJS_DB_EXPORT_BUCKET_AZURE_KEY=<AZURE_STORAGE_ACCOUNT_ACCESS_KEY>
169+ CUBEJS_DB_EXPORT_INTEGRATION=azure_int
170+ ```
171+
172+
153173## SSL
154174
155175Cube does not require any additional configuration to enable SSL as Snowflake
@@ -176,3 +196,5 @@ connections are made over HTTPS.
176196[ snowflake-docs-warehouse] :
177197 https://docs.snowflake.com/en/user-guide/warehouses.html
178198[ snowflake-format-2 ] : https://docs.snowflake.com/en/user-guide/admin-account-identifier#format-2-account-locator-in-a-region
199+ [ snowflake-docs-azure ] : https://docs.snowflake.com/en/user-guide/data-load-azure-config#option-1-configuring-a-snowflake-storage-integration
200+ [ azure-bs-docs-get-key ] : https://docs.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&tabs=azure-portal#view-account-access-keys
You can’t perform that action at this time.
0 commit comments