An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Oliver Mills
Thanks for the additional context. I can see why hardcoding Key Vault URLs throughout pipelines becomes difficult to manage across environments.
Rather than relying on a preview activity, a more common approach is to parameterize the Key Vault base URL (or vault name) and supply environment-specific values during deployment. In Azure Data Factory CI/CD scenarios, this can be done using ARM template parameters, global parameters, or deployment pipeline variables so that the same pipeline code can target different Key Vaults in Dev, Test, and Production without requiring manual updates.
If you're currently using Web activities to retrieve secrets, can you share how the Key Vault URL is defined today (hardcoded in the activity, pipeline parameter, global parameter, etc.)? That will help determine the most maintainable approach for your deployment process.
For reference: https://learn.microsoft.com/azure/data-factory/continuous-integration-delivery https://learn.microsoft.com/azure/data-factory/author-global-parameters