AzureBlobFileSystemConfigurationOutput interface
Information used to connect to an Azure Storage Container using Blobfuse.
Properties
| account |
The Azure Storage Account key. This property is mutually exclusive with both sasKey and identity; exactly one must be specified. |
| account |
The Azure Storage Account name. |
| blobfuse |
Additional command line options to pass to the mount command. These are 'net use' options in Windows and 'mount' options in Linux. |
| container |
The Azure Blob Storage Container name. |
| identity |
The reference to the user assigned identity to use to access containerName. This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified. |
| relative |
The relative path on the compute node where the file system will be mounted. All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable. |
| sas |
The Azure Storage SAS token. This property is mutually exclusive with both accountKey and identity; exactly one must be specified. |
Property Details
accountKey
The Azure Storage Account key. 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
Additional command line options to pass to the mount command. 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
The reference to the user assigned identity to use to access containerName. This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
identityReference?: BatchNodeIdentityReferenceOutput
Property Value
relativeMountPath
The relative path on the compute node where the file system will be mounted. 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
The Azure Storage SAS token. This property is mutually exclusive with both accountKey and identity; exactly one must be specified.
sasKey?: string
Property Value
string