> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/working-with-inforiver/12.-data-writeback/destinations/fabric-lakehouse.md).

# Fabric Lakehouse

To add a Fabric Lakehouse destination, you need to sign in with Microsoft Office 365 credentials first. After signing in, you will be able to see the list of workspaces and lakehouses that you have access to.&#x20;

<figure><img src="/files/eHAFI94oUjblR1qYMdiR" alt=""><figcaption><p>Add Fabric Lakehouse destination</p></figcaption></figure>

1. Select the required workspace and the Lakehouse.&#x20;
2. Enter the table name.&#x20;
3. When writeback is initiated, the delta CSV file is uploaded and the writeback table is created automatically at the specified destination.&#x20;

<figure><img src="/files/zOKwHrlimBlQRmrz88KL" alt=""><figcaption><p>Data writeback completed in lakehouse destination</p></figcaption></figure>

{% hint style="info" %}
The Lakehouse.ReadWrite.All permission needs to be provided to configure lakehouse destinations.
{% endhint %}

To connect to Fabric Lakehouse, perform the following steps:

1. Please ensure that an active Azure subscription is available to connect to Fabric Lakehouse.
2. Please ensure that the Azure subscription is active and associated with the same Entra ID tenant.
3. Please ensure that the **'Microsoft.DataLakeStore'** and **'Microsoft.Storage'** Resource providers are registered in the Azure subscription.

<figure><img src="/files/yTcPHNz2NG4lHmCxD75G" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ye5aXFqbllEzyRUDxFqe" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inforiver.com/working-with-inforiver/12.-data-writeback/destinations/fabric-lakehouse.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
