Azure File Share Storage

Description

A connector used for executing scripts on the Azure Batch service.

Task Type Support

This connection type supports the following task types:

  • Azure Batch Task

Connection String Templates

Template Name Description
Azure File Share Storage The standard connection string for Azure File Share Storage. You will need an AzureFileUrl, and a RelativeMountPath. You can provide the AccountName and AccountKey in the ‘Username’ and ‘Password’ fields.
Azure File Share Storage with Mount Options The standard connection string for Azure File Share Storage with mount options. You will need an AzureFileUrl, RelativeMountPath, MountOptions. You can provide the AccountName and AccountKey in the ‘Username’ and ‘Password’ fields.

Connection Notes

  • The ‘AzureFileURL’ is the URL of the file share on an Azure storage account.

  • The ‘RelativeMountPath’ is the path where you want the file share mounted within the VMs in the Azure Batch pool.

  • The ‘AccountName’ is the name of the storage account in Azure.

  • The ‘AccountKey’ is an account key from the access key section of a storage account in Azure.

  • You can provide the ‘AccountName’ and ‘AccountKey’ in the ‘Username’ and ‘Password’ fields instead of in the connection string.

  • The ‘MountOptions’ value is a set of linux specific mount options. For example, MountOptions=-o dir_mode=0777,file_mode=0777,serverino,nosharesock,actimeo=30;