Skip to main content Skip to complementary content

Configuring Azure Storage on Talend Administration Center virtual machines

This section explains how to install Samba on your virtual machines to share Azure Storage files.

Azure Storage is a network file share in the cloud using the standards Server Message Block (SMB) Protocol.

For more information, see Introduction to Azure Files.

Procedure

  1. Install the Samba Client package using the Linux command below.
  2. Create a directory to use as a share folder.
  3. Mount the Azure Storage file share on the folder created.
    sudo mount -t cifs //<storage-account-name>.file.core.windows.net/<share-name>./<mymountpoint> -o vers=3.0,username=<storage-account-name>,password=<storage-account-key>,dir_mode=0777,file_mode=0777
    <storage-account-name> Name of your Azure Storage.
    <share-name> Name of the folder created on Azure Storage.
    <mymountpoint> Name of the directory created above the folder, where Azure Storage file share will be mounted.
    <storage-account-key> Key given by Azure Storage on the section Access Keys.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!