Azure Blob Setup Guide
Prerequisites
- An Azure Storage account with a Blob container holding your files
- Access to the Azure Portal with permissions to manage Shared Access Signatures
Step 1: Generate a Connection String (Shared Access Signature)
-
Open the Azure Portal and navigate to your Storage account.
-
In the left navigation pane, click Shared access signature.
-
Under Allowed services, select Blob.
-
Under Allowed resource types, select Container and Object.
-
Under Allowed permissions, select Read and List.
- Read — to read file contents
- List — to enumerate files in the container
-
Set appropriate Start and Expiry dates for the SAS token.
Note: When the SAS expires, you will need to update the connector with a new connection string to resume syncing.
-
Under Allowed protocols, select HTTPS only.
-
Click Generate SAS and connection string.
-
Copy the Connection string value — you will need it in the next step.
Step 2 Complete Configuration in Matia
- Enter the Container Name and Connection String you just generated from Azure Blob.
- (Optional) Enter a Base Folder Path within the container to scope the sync, e.g.,
exports/data - Enter an Asset Name.
- (Optional) Enter a Description.
- (Optional) Assign Tags.
- Select an Owner.
- Verify that your Azure Blob account is successfully connected by clicking on Test Connection.
- Click Connect.