Skip to content

Commit

Permalink
Updated UI for service creation
Browse files Browse the repository at this point in the history
  • Loading branch information
atovpeko authored Dec 4, 2024
1 parent ee87dc0 commit 1c2e811
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions getting-started/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import CloudIntro from "versionContent/_partials/_cloud-intro.mdx";

<CloudIntro />


<ServiceOverview />

To start using $CLOUD_LONG for your data:
Expand All @@ -32,26 +31,24 @@ To start using $CLOUD_LONG for your data:

## Create a $SERVICE_LONG

Now that you have an active $COMPANY account, you create and manage your services in $CONSOLE. When you create a service, you give a structure for your future data, which you then add manually or migrate from other services. All relevant $CLOUD_LONG features under your pricing plan are automatically available when you create a service.
Now that you have an active $COMPANY account, you create and manage your $SERVICE_SHORTs in $CONSOLE. When you create a service, you give a structure for your future data, which you then add manually or migrate from other services. All relevant $CLOUD_LONG features under your pricing plan are automatically available when you create a service.

<Procedure>

<Procedure>
1. In the [service creation page][create-service], choose the PostgreSQL service or add `Time-series and analytics` and `AI and Vector` capabilities. Click `Save and continue`.

1. In the [service creation page][create-service], choose **Time Series and Analytics**.
![Create Timescale Cloud service](https://assets.timescale.com/docs/images/console-create-service.png)
![Create Timescale Cloud service](https://assets.timescale.com/docs/images/create-timescale-service.png)

1. In **Create a service**, configure your service, then click **Create service**.
1. Follow the next steps in `Create a service` to configure the compute size, environment, availability, region, and service name. Then click `Create service`.

Your service is constructed immediately and is ready to use.

1. Click **Download the config** and store the configuration information you need to connect to this service in a
secure location.
1. Click `Download the config` and store the configuration information you need to connect to this service in a secure location.

This file contains the passwords and configuration information you need to connect to your service using the
$CONSOLE Cloud SQL editors, from the command line, or using third party database administration tools.
$CONSOLE data mode, from the command line, or using third-party database administration tools.

1. Follow the service creation wizard.

If you choose to go directly to the service overview, [Connect to your service][connect-to-your-service]
If you choose to go directly to the service overview, [Check your service and connect to it][connect-to-your-service]
shows you how to connect.

</Procedure>
Expand All @@ -71,13 +68,13 @@ And that is it, you are up and running. Enjoy developing with $COMPANY.
[tsc-portal]: https://console.cloud.timescale.com/
[services-how-to]: /use-timescale/:currentVersion:/services/
[install-psql]: /use-timescale/:currentVersion:/integrations/query-admin/psql/

[create-an-account]: /getting-started/:currentVersion:/services/#create-a-timescale-cloud-account
[create-a-service]: /getting-started/:currentVersion:/services/#create-a-timescale-cloud-service
[connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service
[create-a-hypertable]: /getting-started/:currentVersion:/services/#create-a-hypertable
[create-service]: https://console.cloud.timescale.com/dashboard/create_services
[what-is-time-series]: https://www.timescale.com/blog/what-is-a-time-series-database/#what-is-a-time-series-database
[what-is-dynamic-postgres]: https://www.timescale.com/dynamic-postgresql
[hypertables]: /use-timescale/:currentVersion:/hypertables/about-hypertables/#hypertable-partitioning
[timescaledb]: https://docs.timescale.com/#TimescaleDB

0 comments on commit 1c2e811

Please sign in to comment.