Skip to main content

Azure Blob Storage Target

Uploads your repositories to an Azure Blob Storage bucket.

Environment variables

NameDescription
AZURE_STORAGE_ACCOUNTStorage account name. Must be used in conjunction with either storage account key or a SAS token.
AZURE_STORAGE_KEYStorage account key. Must be used in conjunction with storage account name.
AZURE_STORAGE_SAS_TOKENA Shared Access Signature (SAS). Must be used in conjunction with storage account name.

Configuration

NameDescription
typeMust be azureblob.
bucketStorage bucket name.
folderThe folder to store your artifacts in. Defaults to the bucket root.
urlThe public URL of your bucket.

Example

target:
type: azureblob
bucket: my-bucket
folder: my-folder
url: https://download.example.com