AzureBlobFileSystemConfiguration interface

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

Properties

accountKey

This property is mutually exclusive with both sasKey and identity; exactly one must be specified.

accountName

The Azure Storage Account name.

blobfuseOptions

These are 'net use' options in Windows and 'mount' options in Linux.

containerName

The Azure Blob Storage Container name.

identityReference

This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.

relativeMountPath

All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.

sasKey

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