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

# Azure Blob Storage

> Connect Graphext to Azure Blob Storage and be able to bring your data and write back recurrently

<Frame caption="Connect Graphext to Azure Blob Storage">
  <iframe width="640" height="449" src="https://www.youtube.com/embed/cQuEpO_2qUs?si=hp79aYhXIn5Q_uRc" title="Connect Graphext to Azure Blob Storage" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen="True" />
</Frame>

### Guided steps

<Accordion title="Connect to Azure Blob Storage">
  <Steps>
    <Step title="Create a project">
      Click on “New Project” (this will add the integration to your personal team) or the “Integrations” button inside the team you want to work on.
    </Step>

    <Step title="Select Azure Blob Storage from the integrations list." />

    <Step title="Storage Account">
      Head to Azure Blob Storage webpage, and select the desired **Storage account**.
    </Step>

    <Step title="Account Name">
      In the **Security + networking** tab, click on the **Access Keys**. Copy the **Storage Account** name, and paste it into the field labeled **Account Name**.
    </Step>

    <Step title="Account Key">
      Copy the **Key** from Azure, and paste it into the field labeled **Account Key**.
    </Step>

    <Step title="Containers">
      Navigate to the **Containers tab** under the Data Storage section, copy the name of the desired container, and paste it into the corresponding field.
    </Step>

    <Step title="Blob Name">
      Enter the desired container, copy the file name, and paste it into the field labeled **Blob Name**.
    </Step>

    <Step title="Allow write output to export data">
      If you want Graphext to write back the project's output to Big Query. Select “Allow write output.” View more documentation about this step in [API Docs](/api-docs).
    </Step>

    <Step title="Save">
      Click on “Save and create project” to retrieve your data and begin exploring or “Save” the integration for later use.
    </Step>
  </Steps>
</Accordion>
