Skip to main content
Connecting an Azure source lets Autorender read blobs straight from your container and deliver them transformed. Authentication uses your storage account connection string. Azure Blob Storage configuration

Add your source to Autorender

In the dashboard, open Sources, click Connect, and choose Azure Blob Storage. See Connect a source for the full walkthrough. Then fill in the fields below.

Field mapping

Each field on the Autorender form maps to a value from your Azure Portal: The Origin Name is your own label for the source and becomes part of every delivery URL: https://assets.autorender.io/{workspace}-{origin}/{file_path}.
Container Name is the blob container inside the account (acme-assets), not the storage account name (acmeprod). The account name appears separately, inside the connection string as AccountName=.

Where to find each value

1

Copy the container name from the Storage browser.

In your Storage Account, open Storage browserContainers (or the Containers menu) and copy the container’s name (e.g. acme-assets).
Copy the container name, not the storage account name. The storage account holds many containers.
2

Copy a connection string from Access keys.

Go to Storage AccountSecurity + networkingAccess keys, click Show keys, and copy the Connection string under key1 or key2.
Copy the Connection string field, not the Key field on its own. The connection string is the full DefaultEndpointsProtocol=...;AccountName=...;AccountKey=... value; a bare key will not authenticate.
3

Paste the connection string into Autorender.

Autorender needs read access to the blobs. A key1/key2 connection string grants it; if you build a custom connection string with a Shared Access Signature (SAS) instead, make sure the SAS is valid and covers read on the container.
The connection string is encrypted on submission and is never shown again after the source is created. Keep your own copy.

Next steps

Access your assets

Build a delivery URL for blobs in your container.

Image transformations

Resize, crop, and convert the assets you deliver.