Skip to main content

AzureMount

AzureMount is a custom component that has been developed in house for Equinor.

This component is used to create a volume that is linked to either an AzureFile or AzureBlob store.

To create a link to your file share, do the following:

  1. Get the Azure storage account's details.

    1. Open the Azure Portal.
    2. Go to Storage account > Security + networking > Access keys.
    3. Copy key and storage account name for use in the following steps.

    AccessKey Azure storage account access keys

  2. In the Kubeflow UI main menu, go to the AzureMount component.

  3. Fill in the details with the following information:

    1. Storage type: choose either Azure Blob or Azure File
    2. Share / Container name: container or share name within the storage account
    3. Name: Azure storage account name
    4. Key: access key obtained previously

    AzureMount AzureMount component in Kubeflow