Azure Blob Storage
Get started with the Blob Storage target!
Obtain Blob Storage credentials
For the Blob Storage target to work correctly, you need to create credentials in your Azure Console. The instructions to create these credentials are below.
Enable the Azure Blob Storage target
Head to your flow, and go to the target options.


Enable Blob Storage target
Select the Blob Storage target, and you'll be prompted to provide your credentials.


Provide Blob Storage credentials
Bucket path prefix
The path prefix is the path under which data will be uploaded. This field can include the following parameters:
Parameter | Value |
---|---|
| The user id this job is running for |
| The current date formatted as |
| The flow id this job ran for |
| The environment this job ran for |
| The internal hotglue job id |
For example, a valid bucket path prefix is data/invoices/{tenant}
How to get your Blob Storage credentials
Head to the Storage Accounts section in Azure


Open Storage Accounts section
Open the Storage Account you're using for hotglue.


Open relevant storage account
Head to the Access Keys section under this Storage Account, and select Show keys.


Get Connection string from Azure
From here, you will be able to copy the Connection string needed to access the Azure Blob Storage bucket you have created. Once you have and the bucket name, you can configure your Azure Blob Storage target! 🎉
Updated 9 months ago