az://<container-name>/<path/to/file/or/folder/in/container/as/needed>
For example, if your container is named my-container
, and there is a folder in the container named my-folder
, the
Azure Storage remote URL would be az://my-container/my-folder/
.
<name>
(required) - A unique name for this connector.
az://<container-name>/<path/to/file/or/folder>
(required) - The Azure Storage remote URL, with the format az://<container-name>/<path/to/file/or/folder/in/container/as/needed>
For example, if your container is named my-container
, and there is a folder in the container named my-folder
, the
Azure Storage remote URL would be az://my-container/my-folder/
.
<account-name>
(required for SAS token authentication and account key authentication) - The Azure Storage account name.
<sas-token>
- For SAS token authentication, the SAS token for the Azure Storage account (required).
<account-key>
- For account key authentication, the key for the Azure Storage account (required).
<connection-string>
- For connection string authentication, the connection string for the Azure Storage account (required).
recursive
(source connector only), set to true
to recursively access files from subfolders within the container. The default is false
if not otherwise specified.