AzureSASToken
Specifies the URL-encoded Shared Access Signature (SAS) token that the provider uses when staging files in Azure Blob Storage.
Data Type
string
Default Value
""
Remarks
Leave this field blank if you authenticate to storage with a different method such as a storage access key or Azure AD credentials.
To create a suitable token in the Azure portal:
- Open the target blob container and choose Shared access signature under Settings.
- Select at least Create, Write, and Delete in Permissions, then set an appropriate start and expiry time.
- Click Generate SAS token and URL and copy the value from Blob SAS token.
The token must stay valid and carry the selected permissions until every bulk-load job completes. Otherwise uploads will fail with permission or expiry errors.