docs(azure): document buying Enterprise through Azure Marketplace - #560
Merged
Merged
Conversation
QuestDB Enterprise is now listed on Azure Marketplace. Add a "Buy through Azure Marketplace" section to the Azure deployment page that explains the private-offer purchase flow and makes clear the listing is a purchasing route, not a hosted service. Point to it from the Enterprise quick start requirements. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
🚀 Build success! Latest successful preview: https://preview-560--questdb-documentation.netlify.app/docs/ Commit SHA: 29fb30d
|
githubwei
approved these changes
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
QuestDB Enterprise is now listed on Azure Marketplace. The docs had an AWS Marketplace section but nothing for Azure. This PR documents the Azure route and makes clear what it is: a way to buy QuestDB Enterprise, not a hosted service or a one-click deployment.
Changes
documentation/deployment/azure.md: new "Buy through Azure Marketplace" subsection under the existing "Enterprise on Azure" section.documentation/getting-started/enterprise-quick-start.md: one bullet under the licence requirement pointing Azure buyers to the new section.Why it sits under "Enterprise on Azure"
The AWS page puts its marketplace section under "Deployment" because the AWS listing is a pre-configured AMI you launch. The Azure listing is different: it is a transactable offer for the Enterprise subscription, and the customer then deploys the binaries or containers themselves. Placing it in the Enterprise section avoids implying a one-click Azure deployment that does not exist.
Deliberately left out
Verification
Deploy preview (https://preview-560--questdb-documentation.netlify.app/docs/deployment/azure/#buy-through-azure-marketplace):
sales@questdb.commailto and the Enterprise Quick Start link are all present and correct./docs/deployment/azure/#buy-through-azure-marketplaceand lands with the new heading in view.CI: "PR preview" (full production build), "Validate broken links" and gitleaks all pass. This covers the build I could not complete locally (local
node_moduleshas an unrelatedajvversion mismatch).Content: every claim in the new section is taken from the published listing text.
Notes
A companion PR in
questdb/questdb.io(#3028) switches the homepage Azure Marketplace button from "Coming soon" to a live link. The two are independent and can merge in any order.🤖 Generated with Claude Code