> For the complete documentation index, see [llms.txt](https://docs.e6data.com/query-engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.e6data.com/query-engine/guides/deployment/azure-serverless.md).

# Azure Serverless

Deploy e6data as a Serverless workspace on Azure - the end-to-end path from creating a workspace to running your first query.

A **Serverless** workspace on Azure runs e6data's compute in e6data's own Azure subscription, fully managed for you. Your data stays in your Azure account - e6data reads it read-only through a keyless Workload Identity federation. There's no Kubernetes to run.

{% hint style="info" %}
**Who this is for:** any e6data user with Azure access - no Kubernetes to run. **Before you start:** permission to provision a Managed Identity and register a Storage Credential, plus access to the ADLS data and catalog you want to query (see [Prerequisites](/query-engine/guides/deployment/azure-serverless/prerequisites.md)).
{% endhint %}

This guide walks the full deployment in order.

## Deployment steps

{% stepper %}
{% step %}

### Review the architecture

See [Architecture](/query-engine/guides/deployment/azure-serverless/architecture.md) - how Serverless on Azure fits together.
{% endstep %}

{% step %}

### Check prerequisites

See [Prerequisites](/query-engine/guides/deployment/azure-serverless/prerequisites.md) - Azure access you need.
{% endstep %}

{% step %}

### Create your workspace

Follow [Create and manage workspaces](/query-engine/guides/workspaces/create-and-manage-workspaces.md) - pick **Serverless**, **Azure**, and your region.
{% endstep %}

{% step %}

### Configure Azure access

See [Configure Azure access](/query-engine/guides/deployment/azure-serverless/configure-azure-access.md) - provision a Managed Identity and register a Storage Credential.
{% endstep %}

{% step %}

### Connect ADLS and a catalog

See [Connect ADLS and a catalog](/query-engine/guides/deployment/azure-serverless/connect-adls-and-catalog.md) - create a catalog over your data.
{% endstep %}

{% step %}

### Create a cluster

See [Create a cluster](/query-engine/guides/deployment/azure-serverless/create-cluster.md) - provision compute.
{% endstep %}

{% step %}

### Run your first query

See [Run your first query](/query-engine/guides/deployment/azure-serverless/run-first-query.md) - confirm it works.
{% endstep %}
{% endstepper %}

For help, see [FAQs](/query-engine/guides/deployment/azure-serverless/faqs.md) and [Troubleshooting](/query-engine/guides/deployment/azure-serverless/troubleshooting.md).

## See also

* [Azure In-VPC / CloudPrem](/query-engine/guides/deployment/azure-in-vpc.md) - deploy inside your own VNet instead.

Once your cluster is running, [run your first query](/query-engine/guides/deployment/azure-serverless/run-first-query.md).


---

# 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.e6data.com/query-engine/guides/deployment/azure-serverless.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.
