Share via


AzureBlobFileSystemConfiguration interface

Information used to connect to an Azure Storage Container using Blobfuse.

Properties

accountKey

The Azure Storage Account key. This property is mutually exclusive with both sasKey and identity; exactly one must be specified.

accountName

The Azure Storage Account name.

blobfuseOptions

Additional command line options to pass to the mount command. These are 'net use' options in Windows and 'mount' options in Linux.

containerName

The Azure Blob Storage Container name.

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.

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.

sasKey

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?: BatchNodeIdentityReference

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