Skip to main content

Deployment Account Name

The Storage Account name to use when accessing Blob Storage for linked ARM template deployment.

The account name is used in the generated adf-deploy.<DataFactory>.linkedTemplates.ps1 script to create the storage context that uploads the linked template files, and it forms the container URI (https://<account>.blob.core.windows.net/<container>) written into the ARM template parameters. When the setting is left blank, the script contains a <YourDeploymentStorageAccountName> placeholder to fill in before running it.

When to Change This Setting

Set this to the storage account that stages your linked ARM templates. It is only needed when deploying a Data Factory through linked templates.

SettingInteraction
Deployment ContainerThe container in this account that holds the staged templates
Deployment Account KeyThe access key used to upload the linked templates
Deployment SAS TokenThe token the deployment uses to read the staged templates

Notes

  • This setting is part of the Azure settings category.