diff --git a/astro.config.ts b/astro.config.ts
index e7744394c..a7b882a76 100644
--- a/astro.config.ts
+++ b/astro.config.ts
@@ -366,6 +366,7 @@ export default defineConfig({
collapsed: true,
items: [
{ label: "5-minute quickstart", link: "/get-started/quickstart/quickstart-5-minutes" },
+ { label: "Create a Tiger Cloud account", link: "/get-started/quickstart/create-account" },
{ label: "Create a Tiger Cloud service", link: "/get-started/quickstart/create-service" },
{ label: "Supported regions", link: "/get-started/supported-regions" },
],
diff --git a/src/assets/images/get-started/quickstart/aws-marketplace-private-offer-confirmation.png b/src/assets/images/get-started/quickstart/aws-marketplace-private-offer-confirmation.png
new file mode 100644
index 000000000..b1a2c2cae
Binary files /dev/null and b/src/assets/images/get-started/quickstart/aws-marketplace-private-offer-confirmation.png differ
diff --git a/src/assets/images/get-started/quickstart/aws-marketplace-private-offer-purchase-options.png b/src/assets/images/get-started/quickstart/aws-marketplace-private-offer-purchase-options.png
new file mode 100644
index 000000000..09e90945f
Binary files /dev/null and b/src/assets/images/get-started/quickstart/aws-marketplace-private-offer-purchase-options.png differ
diff --git a/src/assets/images/get-started/quickstart/aws-marketplace-private-offer-terms.png b/src/assets/images/get-started/quickstart/aws-marketplace-private-offer-terms.png
new file mode 100644
index 000000000..2477e4b60
Binary files /dev/null and b/src/assets/images/get-started/quickstart/aws-marketplace-private-offer-terms.png differ
diff --git a/src/assets/images/get-started/quickstart/aws-marketplace-private-offers-list.png b/src/assets/images/get-started/quickstart/aws-marketplace-private-offers-list.png
new file mode 100644
index 000000000..5d827bfea
Binary files /dev/null and b/src/assets/images/get-started/quickstart/aws-marketplace-private-offers-list.png differ
diff --git a/src/assets/images/get-started/quickstart/aws-marketplace-set-up-product.png b/src/assets/images/get-started/quickstart/aws-marketplace-set-up-product.png
new file mode 100644
index 000000000..295ea9e41
Binary files /dev/null and b/src/assets/images/get-started/quickstart/aws-marketplace-set-up-product.png differ
diff --git a/src/assets/images/get-started/quickstart/console-aws-marketplace-connected.png b/src/assets/images/get-started/quickstart/console-aws-marketplace-connected.png
new file mode 100644
index 000000000..ac235b8b0
Binary files /dev/null and b/src/assets/images/get-started/quickstart/console-aws-marketplace-connected.png differ
diff --git a/src/assets/images/get-started/quickstart/console-billing-wallet-aws-marketplace.png b/src/assets/images/get-started/quickstart/console-billing-wallet-aws-marketplace.png
new file mode 100644
index 000000000..cfc46f2d7
Binary files /dev/null and b/src/assets/images/get-started/quickstart/console-billing-wallet-aws-marketplace.png differ
diff --git a/src/assets/images/get-started/quickstart/console-confirm-aws-marketplace-connection.png b/src/assets/images/get-started/quickstart/console-confirm-aws-marketplace-connection.png
new file mode 100644
index 000000000..83853e3f8
Binary files /dev/null and b/src/assets/images/get-started/quickstart/console-confirm-aws-marketplace-connection.png differ
diff --git a/src/components/Prerequisites.tsx b/src/components/Prerequisites.tsx
index 830561e14..1c7fa9a6d 100644
--- a/src/components/Prerequisites.tsx
+++ b/src/components/Prerequisites.tsx
@@ -39,7 +39,7 @@ import type { ReactNode } from "react";
* import { Prerequisites } from "@components/Prerequisites";
*
*
- * - A [Tiger Cloud account](/get-started/quickstart/quickstart-5-minutes)
+ * - A [Tiger Cloud account](/get-started/quickstart/create-account)
* - [Python 3.9+](https://www.python.org/) installed
*
*
diff --git a/src/content/docs/build/data-management/run-queries-from-tiger-console.mdx b/src/content/docs/build/data-management/run-queries-from-tiger-console.mdx
index c37794a94..228dcdb1a 100644
--- a/src/content/docs/build/data-management/run-queries-from-tiger-console.mdx
+++ b/src/content/docs/build/data-management/run-queries-from-tiger-console.mdx
@@ -252,7 +252,7 @@ Type `SELECT CURRENT_DATE;` in the UI and click `Run`. The results appear in the
## Cloud {C.SQL_EDITOR} licenses
-* **{C.SQL_EDITOR}**: free for anyone with a [{C.ACCOUNT_LONG}](/get-started/quickstart/create-service).
+* **{C.SQL_EDITOR}**: free for anyone with a [{C.ACCOUNT_LONG}](/get-started/quickstart/create-account).
* **{C.DATA_MODE}**: the number of seats you are allocated depends on your [{C.PRICING_PLAN}](https://www.tigerdata.com/pricing#features).
[{C.SQL_ASSISTANT_SHORT}](#sql-assistant) is currently free for all users. In the future, limits or paid options may be
diff --git a/src/content/docs/build/examples/aggregate-organizational-data-with-ai.mdx b/src/content/docs/build/examples/aggregate-organizational-data-with-ai.mdx
index 173be1038..e8d384224 100644
--- a/src/content/docs/build/examples/aggregate-organizational-data-with-ai.mdx
+++ b/src/content/docs/build/examples/aggregate-organizational-data-with-ai.mdx
@@ -234,7 +234,7 @@ In this tutorial, you learned how to:
-- A [{C.ACCOUNT_LONG}](/get-started/quickstart/create-service)
+- A [{C.ACCOUNT_LONG}](/get-started/quickstart/create-account)
- [Terraform installed][terraform-install] on your local machine
- Your [{C.PROJECT_LONG} ID](/integrate/find-connection-details#find-your-project-and-service-id) and [client credentials][generate-credentials]
diff --git a/src/content/docs/deploy/tiger-cloud/tiger-cloud-AWS/pricing-and-account-management.mdx b/src/content/docs/deploy/tiger-cloud/tiger-cloud-AWS/pricing-and-account-management.mdx
index a9a8224bb..5f175be13 100644
--- a/src/content/docs/deploy/tiger-cloud/tiger-cloud-AWS/pricing-and-account-management.mdx
+++ b/src/content/docs/deploy/tiger-cloud/tiger-cloud-AWS/pricing-and-account-management.mdx
@@ -16,7 +16,7 @@ import ManagePricing from "../../../../../partials/_manage-pricing-plan.mdx";
-If you create a {C.ACCOUNT_LONG} from AWS Marketplace, the pricing options are pay-as-you-go and annual commit. See [AWS pricing](#aws-marketplace-pricing) for details.
+If you [create a {C.ACCOUNT_LONG} from AWS Marketplace](/get-started/quickstart/create-account), the pricing options are pay-as-you-go and annual commit. See [AWS pricing](#aws-marketplace-pricing) for details.
## Disaggregated, consumption-based compute and storage
@@ -67,4 +67,6 @@ region. This is because our cloud provider (AWS) prices infrastructure different
When you get {C.CLOUD_LONG} at AWS Marketplace, the following pricing options are available:
- **Pay-as-you-go**: your consumption is calculated at the end of the month and included in your AWS invoice. No upfront costs, standard {C.CLOUD_LONG} rates apply.
-- **Annual commit**: your consumption is calculated at the end of the month ensuring predictable pricing and seamless billing through your AWS account. We confirm the contract terms with you before finalizing the commitment.
\ No newline at end of file
+- **Annual commit**: your consumption is calculated at the end of the month ensuring predictable pricing and seamless billing through your AWS account. We confirm the contract terms with you before finalizing the commitment.
+
+If you negotiate custom pricing or contract terms with {C.COMPANY}, you receive a private offer in AWS Marketplace. See [Accept an AWS Marketplace private offer](/get-started/quickstart/create-account#accept-an-aws-marketplace-private-offer).
\ No newline at end of file
diff --git a/src/content/docs/deploy/tiger-cloud/tiger-cloud-azure/pricing-and-account-management.mdx b/src/content/docs/deploy/tiger-cloud/tiger-cloud-azure/pricing-and-account-management.mdx
index 1d2b0f4ce..4ea56881b 100644
--- a/src/content/docs/deploy/tiger-cloud/tiger-cloud-azure/pricing-and-account-management.mdx
+++ b/src/content/docs/deploy/tiger-cloud/tiger-cloud-azure/pricing-and-account-management.mdx
@@ -18,7 +18,7 @@ import ManagePricing from "../../../../../partials/_manage-pricing-plan.mdx";
-If you create a {C.ACCOUNT_LONG} from Azure Marketplace, the pricing options are pay-as-you-go and annual commit. See [Azure pricing](#azure-marketplace-pricing) for details.
+If you [create a {C.ACCOUNT_LONG} from Azure Marketplace](/get-started/quickstart/create-account), the pricing options are pay-as-you-go and annual commit. See [Azure pricing](#azure-marketplace-pricing) for details.
## Disaggregated, consumption-based compute and storage
diff --git a/src/content/docs/get-started/quickstart/create-account.mdx b/src/content/docs/get-started/quickstart/create-account.mdx
new file mode 100644
index 000000000..f4bd76d53
--- /dev/null
+++ b/src/content/docs/get-started/quickstart/create-account.mdx
@@ -0,0 +1,312 @@
+---
+title: Create a Tiger Cloud account
+description: Create a Tiger Cloud account on the Tiger Data website, or through AWS Marketplace or Azure Marketplace, including accepting a private offer
+products: [cloud]
+keywords: [account, AWS Marketplace, Azure Marketplace, private offer, billing]
+sidebar:
+ order: 2
+---
+
+import * as C from "@constants";
+import { Tabs, TabItem } from "@astrojs/starlight/components";
+import { Callout } from "@stainless-api/docs/components";
+import { NumberedList, NumberedItem } from "@components/NumberedList";
+import { Prerequisites } from "@components/Prerequisites";
+import { Image } from "astro:assets";
+
+import CreateAccountConsole from "../../../../partials/_create-account-console.mdx";
+
+import imgPrivateOffersList from "../../../../assets/images/get-started/quickstart/aws-marketplace-private-offers-list.png";
+import imgPrivateOfferPurchaseOptions from "../../../../assets/images/get-started/quickstart/aws-marketplace-private-offer-purchase-options.png";
+import imgPrivateOfferTerms from "../../../../assets/images/get-started/quickstart/aws-marketplace-private-offer-terms.png";
+import imgPrivateOfferConfirmation from "../../../../assets/images/get-started/quickstart/aws-marketplace-private-offer-confirmation.png";
+import imgSetUpProduct from "../../../../assets/images/get-started/quickstart/aws-marketplace-set-up-product.png";
+import imgConfirmConnection from "../../../../assets/images/get-started/quickstart/console-confirm-aws-marketplace-connection.png";
+import imgMarketplaceConnected from "../../../../assets/images/get-started/quickstart/console-aws-marketplace-connected.png";
+import imgBillingWallet from "../../../../assets/images/get-started/quickstart/console-billing-wallet-aws-marketplace.png";
+
+You create a {C.ACCOUNT_LONG} to manage your {C.SERVICE_SHORT}s and data in a centralized and efficient manner in {C.CONSOLE}. From there, you can create and delete {C.SERVICE_SHORT}s, run queries, manage access and billing, integrate other services, contact support, and more.
+
+You can sign up on the {C.COMPANY} website, or subscribe through AWS Marketplace or Azure Marketplace. If you subscribe through a marketplace, {C.CLOUD_LONG} is a line item in your cloud provider's invoice.
+
+
+
+
+
+You create a standalone account to manage {C.CLOUD_LONG} as a separate unit in your infrastructure, which includes separate billing and invoicing.
+
+
+
+
+
+
+
+To have {C.CLOUD_LONG} as a part of your AWS infrastructure, you create or link your {C.ACCOUNT_LONG} through AWS Marketplace. In this
+case, {C.CLOUD_LONG} is a line item in your AWS invoice.
+
+AWS Marketplace offers {C.CLOUD_LONG} as a public offer at standard pricing, or as a private offer if you negotiated custom pricing or contract terms with {C.COMPANY}.
+
+## Subscribe to an AWS Marketplace public offer
+
+To set up {C.CLOUD_LONG} via AWS:
+
+
+
+
+
+You see two pricing options, [pay-as-you-go](https://aws.amazon.com/marketplace/pp/prodview-iestawpo5ihca?applicationId=AWSMPContessa&ref_=beagle&sr=0-1) and [annual commit](https://aws.amazon.com/marketplace/pp/prodview-ezxwlmjyr6x4u?applicationId=AWSMPContessa&ref_=beagle&sr=0-2).
+
+If you negotiated custom pricing or contract terms with {C.COMPANY}, you receive a private offer instead. See [Accept an AWS Marketplace private offer](#accept-an-aws-marketplace-private-offer).
+
+
+
+
+
+
+
+
+
+You are redirected to {C.CONSOLE}.
+
+
+
+
+
+Add your details, then click `Start your free trial`. If you want to link an existing {C.ACCOUNT_LONG} to AWS, log in with your existing credentials.
+
+
+
+
+
+You are now logged into {C.CONSOLE_LONG}. You can change the pricing plan later to better accommodate your growing needs on the [`Billing` page](https://console.cloud.tigerdata.com/dashboard/billing/plans).
+
+
+
+
+
+Your {C.CLOUD_LONG} and AWS accounts are now connected.
+
+
+
+
+
+## Accept an AWS Marketplace private offer
+
+If you negotiated custom pricing or contract terms with {C.COMPANY}, you receive a private offer in AWS Marketplace. Accepting it takes two parts:
+
+1. [Accept the offer in AWS](#accept-the-offer-in-aws). This creates the agreement.
+1. [Link the subscription to a {C.PROJECT_LONG}](#link-the-offer-to-your-project). This is what routes your database usage to AWS billing.
+
+Both parts are required. Accepting the offer on its own does not change how your {C.SERVICE_SHORT}s are billed.
+
+
+
+- Your 12-digit AWS account ID. The offer is targeted at a specific AWS account and is only visible from that account. If your organization has several accounts, confirm with your {C.COMPANY} representative which one the offer was issued to.
+- Permission in AWS Marketplace to view and accept private offers, and to create Marketplace agreements. This usually means the `aws-marketplace` subscribe and agreement permissions, or an administrator role. It does not have to be the person the offer was emailed to.
+- A valid AWS payment method. AWS must be able to create the agreement. If your account cannot create Marketplace agreements, you cannot accept the offer.
+- The {C.PROJECT_LONG} that the offer bills for. Billing is linked at the {C.PROJECT_SHORT} level, so decide which {C.PROJECT_SHORT} the offer applies to before you start.
+- The offer expiration date. Private offers expire, and an offer you do not accept in time has to be reissued.
+
+
+
+### Accept the offer in AWS
+
+
+
+
+
+You can reach the offer in two ways:
+
+- Click the link {C.COMPANY} sends to your contact.
+- In the AWS Console, go to `AWS Marketplace` > `Manage subscriptions` > `Private offers`, or to `Discover products` > `Private offers`. Offers only appear for the AWS account ID they were issued to.
+
+Under `Available offers`, select your offer, then click `View details`.
+
+
+
+Alternatively, in `Discover products`, open the {C.COMPANY} listing and click `View purchase options`. Under `Your offers`, keep `Available to purchase offers` selected, then choose the row with the offer type `Private offer`.
+
+
+
+
+
+
+
+The offer page shows:
+
+- Pricing and units: your negotiated rates.
+- Contract duration: the start and end dates.
+- Payment schedule, if you agreed on a scheduled payment plan.
+- End-user license agreement (EULA) and contract terms: the AWS standard contract, the standard {C.COMPANY} EULA, or a custom agreement negotiated for you.
+- Offer expiration date: the deadline to accept.
+
+The page also includes a `Download EULA(s)` button, an optional purchase order number, and a purchase details summary with the offer ID and currency. The `Accept offer` button sits at the bottom right. Confirm that all of this matches what you agreed with your {C.COMPANY} representative before you continue.
+
+
+
+
+
+
+
+Click `Accept offer` at the bottom right of the purchase options page, then confirm the terms. Depending on the offer type, the button can read `View purchase options`, `Accept Terms`, or `Create contract` instead.
+
+AWS now creates the agreement, which takes a few minutes.
+
+
+Do not refresh or close the page while AWS creates the agreement.
+
+
+When the agreement is ready, you see a purchase confirmation page with the agreement details, agreement ID, status, license ID, and service start date. The subscription now appears in `Manage subscriptions` alongside your other AWS Marketplace products.
+
+If {C.COMPANY} also provided an order form for this deal, sign and return it. The order form is the commercial record on the {C.COMPANY} side, and covers anything the Marketplace agreement does not.
+
+
+
+
+
+Click `Set up your account` on the confirmation page. You are redirected to {C.CONSOLE} and prompted to sign in.
+
+
+
+If you have already navigated away, go to `AWS Marketplace` > `Manage subscriptions` > your {C.CLOUD_LONG} agreement, then click `Set up product` at the top right. This takes you to the same place.
+
+
+
+
+Do not skip this step. It connects your AWS agreement to your databases. Until you complete it, your {C.CLOUD_LONG} usage is still billed to your previous payment method.
+
+
+
+
+
+
+### Link the offer to your {C.PROJECT_SHORT}
+
+
+
+
+
+The redirect from AWS opens the {C.CLOUD_LONG} sign-in page.
+
+- Existing customers: log in with your existing credentials. Do not create a new account, because that creates a second, empty {C.PROJECT_SHORT}.
+- New customers: follow the prompts to create your account.
+
+When you are signed in, the connection dialog opens automatically.
+
+
+
+
+
+In `Confirm AWS Marketplace Connection`, use the `Choose a Tiger Cloud project to connect to AWS` dropdown to select the {C.PROJECT_SHORT} that the Marketplace subscription applies to.
+
+
+
+Keep the following in mind:
+
+- Billing is linked at the {C.PROJECT_SHORT} level, not per individual {C.SERVICE_SHORT}. Every {C.SERVICE_SHORT} in the selected {C.PROJECT_SHORT} is billed through AWS from this point on.
+- If your {C.SERVICE_SHORT}s are spread across several {C.PROJECT_SHORT}s, only the {C.PROJECT_SHORT} you select here moves to AWS billing.
+- An AWS Marketplace subscription can be linked to one {C.PROJECT_SHORT} only, globally. You can have only one active {C.COMPANY} private offer per AWS billing account.
+
+
+
+
+
+In the same dialog, click `Connect`. Once connected:
+
+- AWS Marketplace becomes the primary payment method for that {C.PROJECT_SHORT}.
+- Any existing payment method, such as a credit card or direct invoicing, is demoted and no longer charged. If your private offer starts partway through the month, you receive two invoices: one for the period before the private offer, billed to your previous payment method, and one billed through the private offer.
+- Your negotiated private offer pricing applies.
+
+You see an `AWS Marketplace Connected` confirmation naming the linked {C.PROJECT_SHORT}. Click `Start using Tiger Cloud`.
+
+
+
+
+
+
+
+In {C.CONSOLE}, go to `Billing` > `Wallet`. It shows that the {C.PROJECT_SHORT} is billed through AWS Marketplace.
+
+
+
+Your running {C.SERVICE_SHORT}s are not affected. There is no downtime, no restart, and no change to your connection strings. Nothing about the way you access your databases changes.
+
+Confirm completion with your {C.COMPANY} representative so they can verify the link on the {C.COMPANY} side.
+
+
+
+
+
+### AWS billing for private offers
+
+- **Billing line item**: your {C.CLOUD_LONG} usage appears as a line item on your AWS invoice.
+- **AWS commit**: spend through the private offer draws down an Enterprise Discount Program (EDP) or Private Pricing Agreement (PPA) commitment, if you have one.
+- **No separate {C.COMPANY} invoice**: once the subscription is linked, you are billed by AWS, not by {C.COMPANY}.
+- **Invoices in {C.CONSOLE}**: invoices are intentionally hidden in {C.CONSOLE} for Marketplace customers, because {C.COMPANY} totals and the AWS invoice can differ by a few dollars in the way usage is rolled up. To track your current month usage, see the `Estimates` page in {C.CONSOLE}. If you need itemized {C.COMPANY} detail, ask your {C.COMPANY} representative.
+
+For more information about {C.CLOUD_LONG} pricing on AWS, see [Billing and account management](/deploy/tiger-cloud/tiger-cloud-aws/pricing-and-account-management).
+
+
+
+
+
+To have {C.CLOUD_LONG} as a part of your Azure infrastructure, you create or link your {C.ACCOUNT_LONG} through Azure Marketplace. In this
+case, {C.CLOUD_LONG} is a line item in your Azure invoice.
+
+
+
+
+
+You see two pricing options, [pay-as-you-go](https://portal.azure.com/#view/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/timescale1759504210261.tigerdata-payg) and [annual commit](https://portal.azure.com/#view/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/timescale1759504210261.tigerdata-annualcommit). Select and click the right pricing option.
+
+
+
+
+
+Review the details for the pricing option you have selected, then click `Subscribe`.
+
+
+
+
+
+Select the Azure subscription and resource group, provide a name for your subscription to {C.CLOUD_LONG}, configure auto-renew settings, then click `Review & subscribe`.
+
+
+
+
+
+Review the Terms of use, Privacy policy, and your subscription basics, then click `Subscribe`. Your SaaS resource is being created.
+
+
+
+
+
+You are redirected to {C.CONSOLE_LONG}.
+
+
+
+
+
+Add your details, then click `Start your free trial`. If you want to link an existing {C.ACCOUNT_LONG} to Azure, log in with your existing credentials.
+
+
+
+
+
+You are now logged into {C.CONSOLE_LONG}. You can change the pricing plan later to better accommodate your growing needs on the [`Billing` page](https://console.cloud.tigerdata.com/dashboard/billing/plans).
+
+
+
+
+
+Your {C.CLOUD_LONG} and Azure accounts are now connected.
+
+
+
+
+
+
+
+
+
+Now that you have an active {C.ACCOUNT_LONG}, [create your first {C.SERVICE_LONG}](/get-started/quickstart/create-service).
\ No newline at end of file
diff --git a/src/content/docs/get-started/quickstart/create-service.mdx b/src/content/docs/get-started/quickstart/create-service.mdx
index 5175fc318..6da8d295f 100644
--- a/src/content/docs/get-started/quickstart/create-service.mdx
+++ b/src/content/docs/get-started/quickstart/create-service.mdx
@@ -1,31 +1,21 @@
---
title: Create a Tiger Cloud service
-description: Create a Tiger Cloud account and your first service in Tiger Console
+description: Create your first service in Tiger Console and connect to it
products: [cloud]
sidebar:
order: 4
---
import * as C from "@constants";
-import { Tabs, TabItem } from "@astrojs/starlight/components";
import { Callout } from "@stainless-api/docs/components";
+import { Prerequisites } from "@components/Prerequisites";
+import PrereqAccount from "../../../../partials/_prereqs-cloud-account-only.mdx";
import CloudIntro from "../../../../partials/_cloud-intro.mdx";
import ServiceIntro from "../../../../partials/_services-intro.mdx";
import StartUsingCloud from "../../../../partials/_start-using-cloud.mdx";
-import Install from "../../../../partials/_cloud-installation.mdx";
import CreateService from "../../../../partials/_create-service.mdx";
import Connect from "../../../../partials/_cloud-connect-service.mdx";
-import InstallAzure from "../../../../partials/_cloud-installation-azure.mdx";
-import StartUsingCloudAzure from "../../../../partials/_start-using-cloud-azure.mdx";
-
-
-You can also create a {C.SERVICE_SHORT} from the command line with {C.CLI_LONG}. See [Get started with {C.CLI_LONG}](/get-started/quickstart/tiger-cli).
-
-
-
-
-
@@ -35,41 +25,17 @@ You can also create a {C.SERVICE_SHORT} from the command line with {C.CLI_LONG}.
-## Create a {C.ACCOUNT_LONG}
-
-
-
## Create a {C.SERVICE_SHORT}
-Now that you have an active {C.ACCOUNT_LONG}, you create and manage your {C.SERVICE_SHORT}s in {C.CONSOLE}. When you create a {C.SERVICE_SHORT}, you effectively create a blank {C.PG} database with additional {C.CLOUD_LONG} features available under your {C.PRICING_PLAN}. You then add or migrate your data into this database.
-
-
-
-## Connect to your {C.SERVICE_SHORT}
-
-To run queries and perform other operations, connect to your {C.SERVICE_SHORT}:
-
-
-
-
+You create and manage your {C.SERVICE_SHORT}s in {C.CONSOLE}. When you create a {C.SERVICE_SHORT}, you effectively create a blank {C.PG} database with additional {C.CLOUD_LONG} features available under your {C.PRICING_PLAN}. You then add or migrate your data into this database.
-
+
+
+
-
-
-## What is a {C.SERVICE_LONG}?
-
-
-
-
-
-## Create a {C.ACCOUNT_LONG}
-
-
-
-## Create a {C.SERVICE_SHORT}
-
-Now that you have an active {C.ACCOUNT_LONG}, you create and manage your {C.SERVICE_SHORT}s in {C.CONSOLE}. When you create a {C.SERVICE_SHORT}, you effectively create a blank {C.PG} database with additional {C.CLOUD_LONG} features available under your {C.PRICING_PLAN}. You then add or migrate your data into this database.
+
+You can also create a {C.SERVICE_SHORT} from the command line with {C.CLI_LONG}. See [Get started with {C.CLI_LONG}](/get-started/quickstart/tiger-cli).
+
@@ -77,8 +43,4 @@ Now that you have an active {C.ACCOUNT_LONG}, you create and manage your {C.SERV
To run queries and perform other operations, connect to your {C.SERVICE_SHORT}:
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/content/docs/get-started/quickstart/quickstart-5-minutes.mdx b/src/content/docs/get-started/quickstart/quickstart-5-minutes.mdx
index 0ea73e95c..db9c66423 100644
--- a/src/content/docs/get-started/quickstart/quickstart-5-minutes.mdx
+++ b/src/content/docs/get-started/quickstart/quickstart-5-minutes.mdx
@@ -16,7 +16,7 @@ On this page, you will create a {C.SERVICE_LONG}, connect to it, create your fir
For a more extensive lesson on what {C.HYPERTABLE}s are and why they matter, see [Your first {C.HYPERTABLE}](/build/how-to/your-first-hypertable).
- - A [{C.CLOUD_LONG} account](https://console.cloud.tigerdata.com/)
+ - A [{C.CLOUD_LONG} account](/get-started/quickstart/create-account)
diff --git a/src/content/docs/integrate/find-connection-details.mdx b/src/content/docs/integrate/find-connection-details.mdx
index b21e0a13f..120694224 100644
--- a/src/content/docs/integrate/find-connection-details.mdx
+++ b/src/content/docs/integrate/find-connection-details.mdx
@@ -75,7 +75,7 @@ Once you have these, connect using any {C.PG} client. Find the connection method
You use client credentials to obtain access tokens outside of the user context.
To retrieve the connection details for your {C.CLOUD_LONG} {C.PROJECT_SHORT} for programmatic usage
- such as Terraform or the [{C.CLOUD_LONG} REST API](/get-started/quickstart/cli-rest-api):
+ such as Terraform or the [{C.CLOUD_LONG} REST API](/get-started/quickstart/rest-api):
diff --git a/src/partials/_cloud-installation-azure.mdx b/src/partials/_cloud-installation-azure.mdx
deleted file mode 100644
index 5ed787440..000000000
--- a/src/partials/_cloud-installation-azure.mdx
+++ /dev/null
@@ -1,78 +0,0 @@
-import * as C from "@constants";
-import { Tabs, TabItem } from "@astrojs/starlight/components";
-import { NumberedList, NumberedItem } from "@components/NumberedList";
-
-import CreateAccountConsole from "./_create-account-console.mdx";
-
-You create a {C.ACCOUNT_LONG} to manage your {C.SERVICE_SHORT}s and data in a centralized and efficient manner in {C.CONSOLE}. From there, you can create and delete {C.SERVICE_SHORT}s, run queries, manage access and billing, integrate other services, contact support, and more.
-
-
-
-
-
-You create a standalone account to manage {C.CLOUD_LONG} as a separate unit in your infrastructure, which includes separate billing and invoicing.
-
-
-
-
-
-
-
-To have {C.CLOUD_LONG} as a part of your Azure infrastructure, you create or link your {C.ACCOUNT_LONG} through Azure Marketplace. In this
-case, {C.CLOUD_LONG} is a line item in your Azure invoice.
-
-
-
-
-
-You see two pricing options, [pay-as-you-go](https://portal.azure.com/#view/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/timescale1759504210261.tigerdata-payg) and [annual commit](https://portal.azure.com/#view/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/timescale1759504210261.tigerdata-annualcommit). Select and click the right pricing option.
-
-
-
-
-
-Review the details for the pricing option you have selected, then click `Subscribe`.
-
-
-
-
-
-Select the Azure subscription and resource group, provide a name for your subscription to {C.CLOUD_LONG}, configure auto-renew settings, then click `Review & subscribe`.
-
-
-
-
-
-Review the Terms of use, Privacy policy, and your subscription basics, then click `Subscribe`. Your SaaS resource is being created.
-
-
-
-
-
-You are redirected to {C.CONSOLE_LONG}.
-
-
-
-
-
-Add your details, then click `Start your free trial`. If you want to link an existing {C.ACCOUNT_LONG} to Azure, log in with your existing credentials.
-
-
-
-
-
-You are now logged into {C.CONSOLE_LONG}. You can change the pricing plan later to better accommodate your growing needs on the [`Billing` page](https://console.cloud.tigerdata.com/dashboard/billing/plans).
-
-
-
-
-
-Your {C.CLOUD_LONG} and Azure accounts are now connected.
-
-
-
-
-
-
-
-
diff --git a/src/partials/_cloud-installation.mdx b/src/partials/_cloud-installation.mdx
deleted file mode 100644
index d195e4e2f..000000000
--- a/src/partials/_cloud-installation.mdx
+++ /dev/null
@@ -1,66 +0,0 @@
-import * as C from "@constants";
-import { Tabs, TabItem } from "@astrojs/starlight/components";
-import { NumberedList, NumberedItem } from "@components/NumberedList";
-
-import CreateAccountConsole from "./_create-account-console.mdx";
-
-You create a {C.ACCOUNT_LONG} to manage your {C.SERVICE_SHORT}s and data in a centralized and efficient manner in {C.CONSOLE}. From there, you can create and delete {C.SERVICE_SHORT}s, run queries, manage access and billing, integrate other services, contact support, and more.
-
-
-
-
-
-You create a standalone account to manage {C.CLOUD_LONG} as a separate unit in your infrastructure, which includes separate billing and invoicing.
-
-
-
-
-
-
-
-To have {C.CLOUD_LONG} as a part of your AWS infrastructure, you create or link your {C.ACCOUNT_LONG} through AWS Marketplace. In this
-case, {C.CLOUD_LONG} is a line item in your AWS invoice.
-
-To set up {C.CLOUD_LONG} via AWS:
-
-
-
-
-
-You see two pricing options, [pay-as-you-go](https://aws.amazon.com/marketplace/pp/prodview-iestawpo5ihca?applicationId=AWSMPContessa&ref_=beagle&sr=0-1) and [annual commit](https://aws.amazon.com/marketplace/pp/prodview-ezxwlmjyr6x4u?applicationId=AWSMPContessa&ref_=beagle&sr=0-2).
-
-
-
-
-
-
-
-
-
-You are redirected to {C.CONSOLE}.
-
-
-
-
-
-Add your details, then click `Start your free trial`. If you want to link an existing {C.ACCOUNT_LONG} to AWS, log in with your existing credentials.
-
-
-
-
-
-You are now logged into {C.CONSOLE_LONG}. You can change the pricing plan later to better accommodate your growing needs on the [`Billing` page](https://console.cloud.tigerdata.com/dashboard/billing/plans).
-
-
-
-
-
-Your {C.CLOUD_LONG} and AWS accounts are now connected.
-
-
-
-
-
-
-
-
diff --git a/src/partials/_prereqs-cloud-account-only.mdx b/src/partials/_prereqs-cloud-account-only.mdx
index 13be805b5..6f1f149a1 100644
--- a/src/partials/_prereqs-cloud-account-only.mdx
+++ b/src/partials/_prereqs-cloud-account-only.mdx
@@ -1,4 +1,4 @@
import * as C from "@constants";
-* A [{C.ACCOUNT_LONG}](/get-started/quickstart/create-service#create-a-tiger-cloud-account).
+* A [{C.ACCOUNT_LONG}](/get-started/quickstart/create-account).
diff --git a/src/partials/_start-using-cloud-azure.mdx b/src/partials/_start-using-cloud-azure.mdx
deleted file mode 100644
index 06c1ac9b9..000000000
--- a/src/partials/_start-using-cloud-azure.mdx
+++ /dev/null
@@ -1,7 +0,0 @@
-import * as C from "@constants";
-
-To start using {C.CLOUD_LONG} for your data:
-
-1. [Create a {C.ACCOUNT_LONG}](/get-started/quickstart/create-service#create-a-tiger-cloud-account): register to get access to {C.CONSOLE} as a centralized point to administer and interact with your data.
-1. [Create a {C.SERVICE_LONG}](/get-started/quickstart/create-service#create-a-service): that is, a {C.PG} database instance, powered by [{C.TIMESCALE_DB}](https://www.tigerdata.com/docs/#TimescaleDB), built for production, and extended with cloud features like high-availability replicas.
-1. [Connect to your {C.SERVICE_LONG}](/get-started/quickstart/create-service#connect-to-your-service): to run queries, add and migrate your data from other sources.
diff --git a/src/partials/_start-using-cloud.mdx b/src/partials/_start-using-cloud.mdx
index 7afdaa95c..91a157c07 100644
--- a/src/partials/_start-using-cloud.mdx
+++ b/src/partials/_start-using-cloud.mdx
@@ -2,6 +2,6 @@ import * as C from "@constants";
To start using {C.CLOUD_LONG} for your data:
-1. [Create a {C.ACCOUNT_LONG}](/get-started/quickstart/create-service#create-a-tiger-cloud-account): register to get access to {C.CONSOLE} as a centralized point to administer and interact with your data.
-1. [Create a {C.SERVICE_LONG}](/get-started/quickstart/create-service#create-a-service): that is, a {C.PG} database instance, powered by [{C.TIMESCALE_DB}](https://www.tigerdata.com/docs/#TimescaleDB), built for production, and extended with cloud features like transparent data tiering to object storage.
+1. [Create a {C.ACCOUNT_LONG}](/get-started/quickstart/create-account): register to get access to {C.CONSOLE} as a centralized point to administer and interact with your data.
+1. [Create a {C.SERVICE_LONG}](/get-started/quickstart/create-service#create-a-service): that is, a {C.PG} database instance, powered by [{C.TIMESCALE_DB}](https://www.tigerdata.com/docs/#TimescaleDB), built for production, and extended with cloud features like transparent data tiering to object storage and high-availability replicas.
1. [Connect to your {C.SERVICE_LONG}](/get-started/quickstart/create-service#connect-to-your-service): to run queries, add and migrate your data from other sources.