Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
merge review updates
  • Loading branch information
atovpeko committed Dec 19, 2025
commit 312c73cf804004eda56529d3e53cd6800b261a2f
3 changes: 2 additions & 1 deletion getting-started/run-queries-from-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Now you have used $DATA_MODE in $CONSOLE, see how to easily do the following:

$SQL_ASSISTANT_SHORT in [$DATA_MODE][portal-data-mode] is a chat-like interface that harnesses the power of AI to help you write, fix, and organize SQL faster and more accurately. Ask $SQL_ASSISTANT_SHORT to change existing queries, write new ones from scratch, debug error messages, optimize for query performance, add comments, improve readability—and really, get answers to any questions you can think of.

![$SQL_ASSISTANT](https://assets.timescale.com/docs/images/tiger-cloud-console/sql-assistant-in-action.png)
![$SQL_ASSISTANT][sql-assistant]

<!--
<div class="relative w-fit mx-auto">
Expand Down Expand Up @@ -278,6 +278,7 @@ To use $SQL_EDITOR:
[select-a-connection]: https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-data-mode-connection-dropdown.png
[services-portal]: https://console.cloud.timescale.com/dashboard/services
[share-query]: https://docs.popsql.com/docs/sharing-a-link-to-your-query-and-results
[sql-assistant]: https://assets.timescale.com/docs/images/tiger-cloud-console/sql-assistant-in-action.png
[sql-assistant-settings]: https://assets.timescale.com/docs/images/tiger-console-sql-editor-preferences.png
[popsql-dbt]: https://popsql.com/dbt
[read-replica]: /use-timescale/:currentVersion:/ha-replicas/read-scaling/
Expand Down
6 changes: 2 additions & 4 deletions use-timescale/configuration/customize-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ To modify a configured value, hover over the value and click the revealed pencil
icon. This reveals an editable field to apply your change. Clicking anywhere
outside of that field saves the value to be applied.

<img class="main-content__illustration"
width={1375} height={944}
src="https://assets.timescale.com/docs/images/tsc-settings-change.png"
alt="Change Tiger Cloud configuration parameters"/>
![Change Tiger Cloud configuration parameters][change-config]

### Apply configuration changes

Expand All @@ -58,3 +55,4 @@ A confirmation dialog is displayed which indicates whether a restart is
required. Click `Confirm` to apply the changes, and restart if necessary.

[database-configuration-parameters]: https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-service-configuration-parameters.png
[change-config]: https://assets.timescale.com/docs/images/tsc-settings-change.png
6 changes: 4 additions & 2 deletions use-timescale/services/service-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cloud_ui:

You use $CONSOLE_LONG to manage your $SERVICE_SHORTs and data in a convenient, centralized manner. When you [log into $CONSOLE][cloud-login], you see `Services` and other $PROJECT_SHORT management tabs:

![Check $SERVICE_LONG is running](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-services-view.png)
![Check $SERVICE_LONG is running][check-service-is-running]

- `Services`: create a new [$SERVICE_SHORT][create-service] in your $PROJECT_SHORT, and view the existing $SERVICE_SHORTs and their statuses. Each $SERVICE_SHORT is an optimized [$PG][postgres-link] instance extended with database engine innovations such as [$TIMESCALE_DB][timescaledb-link], managed for you by $CLOUD_LONG.
- `Security`: create [$VPCs][vpc] and [IP allowlists][ip-allowlist].
Expand All @@ -26,7 +26,7 @@ You use $CONSOLE_LONG to manage your $SERVICE_SHORTs and data in a convenient, c

When you select a $SERVICE_LONG in the `Services` tab, you see `Overview` and other $SERVICE_SHORT management tabs:

![Select a query to edit](https://assets.timescale.com/docs/images/tiger-on-azure/ops-mode-overview-tiger-console.png)
![Select a service to edit][select-service-to-edit]

- `Overview`: get an overview of your $SERVICE_SHORT details, infrastructure, [connection info][connect-service], and [performance optimization tips][recommendations].
- `Actions`: [connect and import data][import-sync] into your $SERVICE_SHORT.
Expand All @@ -49,6 +49,7 @@ When you select a $SERVICE_LONG in the `Services` tab, you see `Overview` and ot
[monitoring]: /use-timescale/:currentVersion:/metrics-logging/monitoring/
[find-connection-info]: /integrations/:currentVersion:/find-connection-details/#create-client-credentials
[pricing]: /about/:currentVersion:/pricing-and-account-management/#upgrade-or-downgrade-your-pricing-plans-at-any-time
[check-service-is-running]: https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-services-view.png
[check-usage]: /about/:currentVersion:/pricing-and-account-management/#monitor-usage-and-costs
[connect-service]: /getting-started/:currentVersion:/services/#connect-to-your-service
[recommendations]: /use-timescale/:currentVersion:/metrics-logging/monitoring/#recommendations
Expand All @@ -57,6 +58,7 @@ When you select a $SERVICE_LONG in the `Services` tab, you see `Overview` and ot
[backup]: /use-timescale/:currentVersion:/backup-restore/
[upgrade]: /use-timescale/:currentVersion:/upgrades/
[postgres-link]: /api/:currentVersion:/glossary/#postgresql
[select-service-to-edit]: https://assets.timescale.com/docs/images/tiger-on-azure/ops-mode-overview-tiger-console.png
[timescaledb-link]: /api/:currentVersion:/glossary/#timescaledb
[vpc]: /use-timescale/:currentVersion:/security/vpc/
[ip-allowlist]: /use-timescale/:currentVersion:/security/ip-allow-list/
Expand Down