AzureFileShareConfiguration interface

Information used to connect to an Azure Fileshare.

Properties

accountKey

The Azure Storage account key.

accountName

The Azure Storage account name.

azureFileUrl

This is of the form 'https://{account}.file.core.windows.net/'.

mountOptions

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

relativeMountPath

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

Property Details

accountKey

The Azure Storage account key.

accountKey: string

Property Value

string

accountName

The Azure Storage account name.

accountName: string

Property Value

string

azureFileUrl

This is of the form 'https://{account}.file.core.windows.net/'.

azureFileUrl: string

Property Value

string

mountOptions

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

mountOptions?: string

Property Value

string

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