# Configuring Azure Data Lake Gen 2

Azure Data Lake Gen 2 is a cloud-based big data storage and analytics solution provided by Microsoft Azure. It offers scalable and cost-effective storage for structured, semi-structured, and unstructured data.

The Azure Data Lake Gen 2 provider is present within the *Cloud Connector* object in Astera.

1. To start, drag and drop a *Cloud Connection* object from the toolbox onto a new dataflow.

{% hint style="info" %}
**Note:** Alternatively, you can create a new Shared Action file, place it in a project, and configure the *Cloud Connection* object there as well.
{% endhint %}

![](/files/4aen7LSgZKHItMBA1C7s)

2. Right-click on the *Cloud Connection* object and select *Properties* from the context menu.

![](/files/oCoNwt7wvB2Hn9fpnLuy)

This will open the properties screen.

![](/files/FahPwofCDesljn2oVHqp)

3. From the *Providers* drop-down menu, select *Microsoft Azure Data Lake Gen 2*

This will show us the following,

![](/files/tVj8amcZ81hw9OvARXTp)

4. Here, you can select the *Authentication Method* from the drop-down menu. We have the following options available here,

![](/files/ANjzBtg2U11ucl290qm0)

5. After selecting the *Authentication Method,* we can input the Storage Account Name and Access Key values as seen in the Azure Data Lake Gen 2 authentication document.

![](/files/T6UaSzjBXsngdaE9knTT)

*Root Path*: It is to keep confidential data and information secure from access by unauthorized users. It lets you point out the file needed while protecting all other folders.

6. Select *Test Connection*, then click *OK,*

![](/files/tVYlhpOZK9FYKiyuDyvR)

![](/files/pAaVvZMHWE3exzcnFgHY)

The *Cloud Connection* object has been configured with respect to the Azure Data Lake Gen 2 provider.

### Connecting to the Azure Data Lake Gen 2 Storage provider

1. To start, we drag and drop a *Delimited Source* object from the toolbox onto the dataflow,

![](/files/ViFFVEcMafQg9YMDb4UB)

2. Right-click on the object and select *Properties* from the context menu,

This will open the properties screen.

![](/files/XnBz7x5PqNWbOh2mm86d)

3\. Select the drop-down icon next to the folder icon in the *File Path* row and select *Browse Cloud Files*.

![](/files/A560oqHLtOPBABfZyvoy)

This will open a new window.

Here, you can see our defined connection,

![](/files/fc2P7XoMZ6M0I7j7oCGk)

4. Once we select our file and click on *Open*, they are configured with our source object,

![](/files/zo26sZ75jeQnofczN9pt)

This concludes the Azure Data Lake Gen 2 Storage provider configuration and testing in Astera Data Stack.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.astera.com/astera-data-stack-v10/connectors/configuring-azure-data-lake-gen-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
