> ## Documentation Index
> Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ETL: Connecting to Azure Blob Storage

> Integrate.io ETL can access data residing on Azure Blob Storage. This article details creating the Azure Blob Storage connection in Integrate.io ETL.

## Get Azure storage account details to be used In Integrate.io ETL

<Steps>
  <Step>
    Navigate to [Azure Portal](https://portal.azure.com/) and choose **Storage Accounts** from the portal menu.
  </Step>

  <Step>
    Select the storage account you'd like to grant Integrate.io ETL access.
  </Step>

  <Step>
    Click **All Settings**.
  </Step>

  <Step>
    Click **Access Keys**.
  </Step>

  <Step>
    Follow the next steps to create a new connection in Integrate.io ETL using the info from your storage account access keys screen.
  </Step>
</Steps>

## To create a Azure Blob Storage connection In Integrate.io ETL

<Steps>
  <Step>
    Click the **Connections** icon (lightning bolt) on the top left menu.
  </Step>

  <Step>
    To create a connection, click **New connection**.

    <Frame>
      <img src="https://mintcdn.com/integrateio/K1OxIkBgHF64pvnH/images/connectivity-and-security/image-5.webp?fit=max&auto=format&n=K1OxIkBgHF64pvnH&q=85&s=33add55f8db873e933447b8b5fbc79a6" alt="New connection button in the Connections menu" width="1200" height="879" data-path="images/connectivity-and-security/image-5.webp" />
    </Frame>
  </Step>

  <Step>
    Choose Azure Blob Storage.

    <Frame>
      <img src="https://mintcdn.com/integrateio/K1OxIkBgHF64pvnH/images/connectivity-and-security/image-6.webp?fit=max&auto=format&n=K1OxIkBgHF64pvnH&q=85&s=b0e12daa6cdc7b817efdfbb130c572df" alt="Selecting Azure Blob Storage from the connection type list" width="1200" height="879" data-path="images/connectivity-and-security/image-6.webp" />
    </Frame>
  </Step>

  <Step>
    Fill in **Account Name** with the account name of your Azure storage account.
  </Step>

  <Step>
    Fill in **Access Key** with one of the access keys of your Azure storage account access keys.
  </Step>

  <Step>
    Click **Test Connection**. If the credentials are correct, a message that the connection test was successful appears.
  </Step>

  <Step>
    Click **Create Azure Blob Storage Connection**.
  </Step>

  <Step>
    The connection is created and appears in the list of your connections.
  </Step>

  <Step>
    Now you can create a package and test it on your actual data stored in Azure Blob Storage.

    <Frame>
      <img src="https://mintcdn.com/integrateio/K1OxIkBgHF64pvnH/images/connectivity-and-security/image-7.webp?fit=max&auto=format&n=K1OxIkBgHF64pvnH&q=85&s=ccb63dc07517186e9842c7baf341f545" alt="Azure Blob Storage connection created and listed in connections" width="1200" height="879" data-path="images/connectivity-and-security/image-7.webp" />
    </Frame>
  </Step>
</Steps>

## To modify Azure Blob Storage connections in Integrate.io ETL

<Steps>
  <Step>
    Click the **Connections** icon (lightning bolt) on the top left menu.
  </Step>

  <Step>
    Click a connection to modify or delete it. To exit the edit Azure Blob Storage connection window without changes, click **connections** at the top of the window.
  </Step>

  <Step>
    To delete a Azure Blob Storage connection, click on the three vertical dots on the far right of the connection listing and select the Delete connection option.

    <Frame>
      <img src="https://mintcdn.com/integrateio/2ttHYDu3EKov-VoY/images/connectivity-and-security/image-8.webp?fit=max&auto=format&n=2ttHYDu3EKov-VoY&q=85&s=9a657d18faa07d793a4360e737005c48" alt="Delete connection option in the connection listing menu" width="1200" height="879" data-path="images/connectivity-and-security/image-8.webp" />
    </Frame>
  </Step>
</Steps>
