Skip to main content

Stage SAS Token

A Shared Access Signature (SAS) token granting read/write access to the stage container. The SAS token must have at minimum Read, Write, Delete, and List permissions on the container in order for BimlFlex pipelines to land and manage staging files correctly.

This value becomes an ADF pipeline parameter (pipeline().parameters.AzureStorageSasToken), which means it can be overridden at runtime without rebuilding the pipeline. Use a separate development environment and manage production keys outside the BimlFlex metadata — for production environments, store and retrieve this token through Azure Key Vault rather than embedding it directly in settings.

Notes:

  • This setting is part of the Azure Storage settings category.