AzureBlobFileSystemConfiguration interface
Information used to connect to an Azure Storage Container using Blobfuse.
Properties
| account |
This property is mutually exclusive with both sasKey and identity; exactly one must be specified. |
| account |
The Azure Storage Account name. |
| blobfuse |
These are 'net use' options in Windows and 'mount' options in Linux. |
| container |
The Azure Blob Storage Container name. |
| identity |
This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified. |
| relative |
All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. |
| sas |
This property is mutually exclusive with both accountKey and identity; exactly one must be specified. |
Property Details
accountKey
This property is mutually exclusive with both sasKey and identity; exactly one must be specified.
accountKey?: string
Property Value
string
accountName
The Azure Storage Account name.
accountName: string
Property Value
string
blobfuseOptions
These are 'net use' options in Windows and 'mount' options in Linux.
blobfuseOptions?: string
Property Value
string
containerName
The Azure Blob Storage Container name.
containerName: string
Property Value
string
identityReference
This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
identityReference?: ComputeNodeIdentityReference
Property Value
relativeMountPath
All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
relativeMountPath: string
Property Value
string
sasKey
This property is mutually exclusive with both accountKey and identity; exactly one must be specified.
sasKey?: string
Property Value
string