Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions documentation/deployment/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,27 @@ For EntraID integration, see the
[Microsoft EntraID OIDC guide](/docs/security/oidc/#microsoft-entraid).

See [Enterprise Quick Start](/docs/getting-started/enterprise-quick-start/) for setup.

### Buy through Azure Marketplace

QuestDB Enterprise is listed on
[Azure Marketplace](https://marketplace.microsoft.com/en-us/product/questdb_com.c5f84985-0214-403e-bdd3-5d436252a35b).
Buying through the listing puts QuestDB Enterprise on your existing Azure
invoice and uses your organization's existing Azure procurement process.

The listing is a purchasing route, not a hosted service. QuestDB Enterprise
still runs in your own Azure subscription, on Virtual Machines, Docker or
Kubernetes. The infrastructure guidance on this page applies.

**Steps:**

1. Contact [sales@questdb.com](mailto:sales@questdb.com) to agree scope, term
and pricing. Subscriptions are priced per deployment.
2. QuestDB sends a private offer to your Azure account.
3. Accept the private offer and subscribe through Azure Marketplace.
4. Once the subscription is active, QuestDB provides access to the Enterprise
binaries or container images, along with deployment guidance from QuestDB
engineers.
5. Follow the
[Enterprise Quick Start](/docs/getting-started/enterprise-quick-start/) to
install and configure your instance.
2 changes: 2 additions & 0 deletions documentation/getting-started/enterprise-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The following are required prior to following this guide:

- QuestDB Enterprise binary with an active license
- No license? [Contact us](/enterprise/contact/) for more information.
- Buying through Azure? QuestDB Enterprise is also available via
[Azure Marketplace](/docs/deployment/azure/#buy-through-azure-marketplace).
- Use of a [supported file system](/docs/getting-started/capacity-planning/#supported-filesystems)
- A [Zettabyte File System (ZFS)](https://openzfs.org/wiki/Main_Page) is recommended to enable compression

Expand Down
Loading