Skip to content

Commit e924a0d

Browse files
authored
Update screenshots (#4498)
1 parent 1bf3a2b commit e924a0d

20 files changed

+48
-48
lines changed

_partials/_cloud-connect-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import NotAvailableFreePlan from "versionContent/_partials/_not-available-in-fre
66

77
In [$CONSOLE][services-portal], check that your $SERVICE_SHORT is marked as `Running`.
88

9-
![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-services-view.png)
9+
![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-services-view.png)
1010

1111
1. **Connect to your $SERVICE_SHORT**
1212

@@ -48,7 +48,7 @@ import NotAvailableFreePlan from "versionContent/_partials/_not-available-in-fre
4848

4949
1. Click `SQL editor`.
5050

51-
![Check a $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ops-mode-sql-editor.png)
51+
![Check a $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-ops-mode-sql-editor-empty.png)
5252

5353
1. Run a test query:
5454

_partials/_high-availability-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
1. Click `Operations`, then select `High availability`.
55
1. Choose your replication strategy, then click `Change configuration`.
66

7-
![$SERVICE_LONG replicas](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ha-replicas.png)
7+
![$SERVICE_LONG replicas](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-ha-replicas.png)
88

99
1. In `Change high availability configuration`, click `Change config`.
1010

_partials/_livesync-console.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE:
7878

7979
1. **Connect the source database and the target $SERVICE_SHORT**
8080

81-
![Postgres connector wizard](https://assets.timescale.com/docs/images/tiger-cloud-console/pg-connector-wizard-tiger-console.png)
81+
![Postgres connector wizard](https://assets.timescale.com/docs/images/tiger-on-azure/pg-connector-wizard-tiger-console.png)
8282

8383
1. Click `Connectors` > `PostgreSQL`.
8484
1. Set the name for the new connector by clicking the pencil icon.
@@ -88,7 +88,7 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE:
8888

8989
1. **Optimize the data to synchronize in $HYPERTABLEs**
9090

91-
![Postgres connector start](https://assets.timescale.com/docs/images/tiger-cloud-console/pg-connector-start-tiger-console.png)
91+
![Postgres connector start](https://assets.timescale.com/docs/images/tiger-on-azure/pg-connector-start-tiger-console.png)
9292

9393
1. In the `Select table` dropdown, select the tables to sync.
9494
1. Click `Select tables +` .
@@ -100,15 +100,15 @@ To sync data from your $PG database to your $SERVICE_LONG using $CONSOLE:
100100

101101
1. **Monitor synchronization**
102102

103-
![$CLOUD_LONG connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png)
103+
![Tiger connectors overview](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-connector-overview.png)
104104

105105
1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated.
106106

107107
1. To review the syncing progress for each table, click `Connectors` > `Source connectors`, then select the name of your connector in the table.
108108

109109
1. **Manage the connector**
110110

111-
![Edit a Postgres connector](https://assets.timescale.com/docs/images/tiger-cloud-console/edit-pg-connector-tiger-console.png)
111+
![Edit a Postgres connector](https://assets.timescale.com/docs/images/tiger-on-azure/edit-pg-connector-tiger-console.png)
112112

113113
1. To edit the connector, click `Connectors` > `Source connectors`, then select the name of your connector in the table. You can rename the connector, delete or add new tables for syncing.
114114

_partials/_prometheus-integrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ To export metrics from a $SERVICE_LONG, you create a dedicated Prometheus export
5252

5353
1. Select the exporter in the drop-down, then click `Attach exporter`.
5454

55-
![Attach a Prometheus exporter to a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/attach-prometheus-exporter-tiger-console.png)
55+
![Attach a Prometheus exporter to a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-on-azure/attach-prometheus-exporter-tiger-console.png)
5656

5757
The exporter is now attached to your $SERVICE_SHORT. To unattach it, click the trash icon in the exporter list.
5858

59-
![Unattach a Prometheus exporter from a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/unattach-prometheus-exporter-tiger-console.png)
59+
![Unattach a Prometheus exporter from a $SERVICE_LONG](https://assets.timescale.com/docs/images/tiger-on-azure/unattach-prometheus-exporter-tiger-console.png)
6060

6161
1. **Configure the Prometheus scrape target**
6262

_partials/_service-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ You manage your $SERVICE_LONGs and interact with your data in $CONSOLE using the
77
| ![$CONSOLE $OPS_MODE][ops-mode] | ![$CONSOLE $DATA_MODE][data-mode] |
88
| **You use the $OPS_MODE to:** <ul> <li>Ensure data security with high availability and $READ_REPLICAs</li> <li>Save money with columnstore compression and tiered storage</li> <li>Enable $PG extensions to add extra functionality</li> <li>Increase security using $VPCs</li> <li>Perform day-to-day administration</li> </ul> | **Powered by $POPSQL, you use the $DATA_MODE to:** <ul> <li>Write queries with autocomplete</li> <li>Visualize data with charts and dashboards</li> <li>Schedule queries and dashboards for alerts or recurring reports</li> <li>Share queries and dashboards</li> <li>Interact with your data on auto-pilot with SQL assistant</li></ul> <NotAvailableFreePlan /> |
99

10-
[ops-mode]: https://assets.timescale.com/docs/images/tiger-cloud-console/ops-mode-overview-tiger-console.png
10+
[ops-mode]: https://assets.timescale.com/docs/images/tiger-on-azure/ops-mode-overview-tiger-console.png
1111
[data-mode]: https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-data-mode.png

getting-started/run-queries-from-console.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To connect to a $SERVICE_SHORT:
5757

5858
In [$CONSOLE][services-portal], check that your $SERVICE_SHORT is marked as `Running`:
5959

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

6262
1. **Connect to your $SERVICE_SHORT**
6363

@@ -213,7 +213,7 @@ $SQL_ASSISTANT_SHORT settings are:
213213
$SQL_EDITOR is an integrated secure UI that you use to run queries and see the results
214214
for a $SERVICE_LONG.
215215

216-
![$CONSOLE $SQL_EDITOR](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ops-mode-sql-editor.png)
216+
![$CONSOLE $SQL_EDITOR](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-ops-mode-sql-editor.png)
217217

218218
To enable or disable $SQL_EDITOR in your $SERVICE_SHORT, click `Operations` > `Service management`, then
219219
update the setting for $SQL_EDITOR.
@@ -226,13 +226,13 @@ To use $SQL_EDITOR:
226226

227227
In the [$OPS_MODE][portal-ops-mode] in $CONSOLE, select a $SERVICE_SHORT, then click `SQL editor`.
228228

229-
![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-ops-mode-sql-editor-empty.png)
229+
![Check $SERVICE_SHORT is running](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-ops-mode-sql-editor-empty.png)
230230

231231
1. **Run a test query**
232232

233233
Type `SELECT CURRENT_DATE;` in the UI and click `Run`. The results appear in the lower window:
234234

235-
![Run a simple query](https://assets.timescale.com/docs/images/tiger-cloud-console/run-a-query-in-tiger-ops-mode-sql-editor.png)
235+
![Run a simple query](https://assets.timescale.com/docs/images/tiger-on-azure/run-a-query-in-tiger-ops-mode-sql-editor.png)
236236

237237
</Procedure>
238238

getting-started/try-key-features-timescale-products.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ For example, yesterday's market data.
211211
90%. This helps you save on storage costs and keeps your queries operating at lightning speed. To see the amount of space
212212
saved, click `Explorer` > `public` > `crypto_ticks`.
213213

214-
![Columnstore data savings](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-columstore-data-savings.png )
214+
![Columnstore data savings](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-columstore-data-savings.png )
215215

216216
</Procedure>
217217

@@ -360,7 +360,7 @@ To set up data tiering:
360360

361361
1. In `Explorer`, click `Storage configuration` > `Tiering storage`, then click `Enable tiered storage`.
362362

363-
![Enable tiered storage](https://assets.timescale.com/docs/images/tiger-cloud-console/enable-tiered-storage-tiger-console.png)
363+
![Enable tiered storage](https://assets.timescale.com/docs/images/tiger-on-azure/enable-tiered-storage-tiger-console.png)
364364

365365
When tiered storage is enabled, you see the amount of data in the tiered object storage.
366366

integrations/find-connection-details.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ To retrieve the connection details for your $PROJECT_LONG and $SERVICE_LONG:
4444
1. **Retrieve your project ID**:
4545

4646
In [$CONSOLE][console-services], click your project name in the upper left corner, then click `Copy` next to the project ID.
47-
![Retrive the project id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-project-id.png)
47+
![Retrive the project id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-project-id.png)
4848

4949
1. **Retrieve your service ID**:
5050

5151
Click the dots next to the service, then click `Copy` next to the service ID.
52-
![Retrive the service id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-service-id.png)
52+
![Retrive the service id in $CONSOLE](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-service-id.png)
5353

5454
</Procedure>
5555

migrate/livesync-for-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $SERVICE_SHORT, in real time. You run the connector continuously, turning $PG in
2020
$SERVICE_SHORT as a logical replica. This enables you to leverage $CLOUD_LONG’s real-time analytics capabilities on
2121
your replica data.
2222

23-
![$CLOUD_LONG connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png)
23+
![$CLOUD_LONG connectors overview](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-connector-overview.png)
2424

2525
The $PG_CONNECTOR in $CLOUD_LONG leverages the well-established $PG logical replication protocol. By relying on this protocol,
2626
$CLOUD_LONG ensures compatibility, familiarity, and a broader knowledge base—making it easier for you to adopt the connector

migrate/livesync-for-s3.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import EarlyAccessNoRelease from "versionContent/_partials/_early_access.mdx";
1414

1515
You use the $S3_CONNECTOR in $CLOUD_LONG to synchronize CSV and Parquet files from an S3 bucket to your $SERVICE_LONG in real time. The connector runs continuously, enabling you to leverage $CLOUD_LONG as your analytics database with data constantly synced from S3. This lets you take full advantage of $CLOUD_LONG's real-time analytics capabilities without having to develop or manage custom ETL solutions between S3 and $CLOUD_LONG.
1616

17-
![$CLOUD_LONG overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png)
17+
![$CLOUD_LONG overview](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-connector-overview.png)
1818

1919
You can use the $S3_CONNECTOR to synchronize your existing and new data. Here's what the connector can do:
2020

@@ -100,7 +100,7 @@ To sync data from your S3 bucket to your $SERVICE_LONG using $CONSOLE:
100100

101101
1. **Connect the source S3 bucket to the target $SERVICE_SHORT**
102102

103-
![Connect $CLOUD_LONG to S3 bucket](https://assets.timescale.com/docs/images/tiger-cloud-console/s3-connector-tiger-console.png)
103+
![Connect $CLOUD_LONG to S3 bucket](https://assets.timescale.com/docs/images/tiger-on-azure/s3-connector-tiger-console.png)
104104

105105
1. Click `Connectors` > `Amazon S3`.
106106
1. Click the pencil icon, then set the name for the new connector.
@@ -137,18 +137,18 @@ To sync data from your S3 bucket to your $SERVICE_LONG using $CONSOLE:
137137

138138
1. To view the amount of data replicated, click `Connectors`. The diagram in `Connector data flow` gives you an overview of the connectors you have created, their status, and how much data has been replicated.
139139

140-
![$CLOUD_LONG connectors overview](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-connector-overview.png)
140+
![$CLOUD_LONG connectors overview](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-connector-overview.png)
141141

142142
1. To view file import statistics and logs, click `Connectors` > `Source connectors`, then select the name of your connector in the table.
143143

144-
![S3 connector stats](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-s3-connector-import-stats.png)
144+
![S3 connector stats](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-s3-connector-import-stats.png)
145145

146146

147147
1. **Manage the connector**
148148

149149
1. To pause the connector, click `Connectors` > `Source connectors`. Open the three-dot menu next to your connector in the table, then click `Pause`.
150150

151-
![Edit S3 connector](https://assets.timescale.com/docs/images/tiger-cloud-console/tiger-console-s3-connector-pause.png)
151+
![Edit S3 connector](https://assets.timescale.com/docs/images/tiger-on-azure/tiger-console-s3-connector-pause.png)
152152

153153
1. To edit the connector, click `Connectors` > `Source connectors`. Open the three-dot menu next to your connector in the table, then click `Edit` and scroll down to `Modify your Connector`. You must pause the connector before editing it.
154154

0 commit comments

Comments
 (0)