Skip to content

Commit 6dbdd63

Browse files
authored
Merge pull request #183130 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents 6114273 + a463d43 commit 6dbdd63

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/get-started/get-started-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this quickstart, you'll learn how start a call using the Azure Communication
1212

1313
## Sample code
1414

15-
You can download the sample app from [Github](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/add-1-on-1-voice-calling).
15+
You can download the sample app from [GitHub](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/add-1-on-1-voice-calling).
1616

1717
## Prerequisites
1818

articles/cosmos-db/role-based-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To set this property using an ARM template, update your existing template or exp
9090
```
9191

9292
> [!IMPORTANT]
93-
> Make sure you include the other properties for your account and child resources when redploying with this property. Do not deploy this template as is or it will reset all of your account properties.
93+
> Make sure you include the other properties for your account and child resources when redeploying with this property. Do not deploy this template as is or it will reset all of your account properties.
9494
9595
### Set via Azure CLI
9696

articles/postgresql/concepts-extensions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following extensions are available in Azure Database for PostgreSQL servers
5656
> |[postgis_topology](https://postgis.net/docs/Topology.html) | 2.5.1 | PostGIS topology spatial types and functions|
5757
> |[postgres_fdw](https://www.postgresql.org/docs/11/postgres-fdw.html) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
5858
> |[tablefunc](https://www.postgresql.org/docs/11/tablefunc.html) | 1.0 | functions that manipulate whole tables, including crosstab|
59-
> |[timescaledb](https://docs.timescale.com/latest) |1.7.4 | Enables scalable inserts and complex queries for time-series data|
59+
> |[timescaledb](https://docs.timescale.com/timescaledb/latest/) |1.7.4 | Enables scalable inserts and complex queries for time-series data|
6060
> |[unaccent](https://www.postgresql.org/docs/11/unaccent.html) | 1.1 | text search dictionary that removes accents|
6161
> |[uuid-ossp](https://www.postgresql.org/docs/11/uuid-ossp.html) | 1.1 | generate universally unique identifiers (UUIDs)|
6262
@@ -102,7 +102,7 @@ The following extensions are available in Azure Database for PostgreSQL servers
102102
> |[postgis_topology](https://postgis.net/docs/Topology.html) | 2.4.3 | PostGIS topology spatial types and functions|
103103
> |[postgres_fdw](https://www.postgresql.org/docs/10/postgres-fdw.html) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
104104
> |[tablefunc](https://www.postgresql.org/docs/10/tablefunc.html) | 1.0 | functions that manipulate whole tables, including crosstab|
105-
> |[timescaledb](https://docs.timescale.com/latest) | 1.7.4 | Enables scalable inserts and complex queries for time-series data|
105+
> |[timescaledb](https://docs.timescale.com/timescaledb/latest/) | 1.7.4 | Enables scalable inserts and complex queries for time-series data|
106106
> |[unaccent](https://www.postgresql.org/docs/10/unaccent.html) | 1.1 | text search dictionary that removes accents|
107107
> |[uuid-ossp](https://www.postgresql.org/docs/10/uuid-ossp.html) | 1.1 | generate universally unique identifiers (UUIDs)|
108108
@@ -148,7 +148,7 @@ The following extensions are available in Azure Database for PostgreSQL servers
148148
> |[postgis_topology](https://postgis.net/docs/Topology.html) | 2.3.2 | PostGIS topology spatial types and functions|
149149
> |[postgres_fdw](https://www.postgresql.org/docs/9.6/postgres-fdw.html) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
150150
> |[tablefunc](https://www.postgresql.org/docs/9.6/tablefunc.html) | 1.0 | functions that manipulate whole tables, including crosstab|
151-
> |[timescaledb](https://docs.timescale.com/latest) | 1.7.4 | Enables scalable inserts and complex queries for time-series data|
151+
> |[timescaledb](https://docs.timescale.com/timescaledb/latest/) | 1.7.4 | Enables scalable inserts and complex queries for time-series data|
152152
> |[unaccent](https://www.postgresql.org/docs/9.6/unaccent.html) | 1.1 | text search dictionary that removes accents|
153153
> |[uuid-ossp](https://www.postgresql.org/docs/9.6/uuid-ossp.html) | 1.1 | generate universally unique identifiers (UUIDs)|
154154
@@ -225,7 +225,7 @@ In Postgres 11 and above, you can configure prewarming to happen [automatically]
225225
## TimescaleDB
226226
TimescaleDB is a time-series database that is packaged as an extension for PostgreSQL. TimescaleDB provides time-oriented analytical functions, optimizations, and scales Postgres for time-series workloads.
227227

228-
[Learn more about TimescaleDB](https://docs.timescale.com/latest), a registered trademark of [Timescale, Inc.](https://www.timescale.com/). Azure Database for PostgreSQL provides the TimescaleDB [Apache-2 edition](https://www.timescale.com/legal/licenses).
228+
[Learn more about TimescaleDB](https://docs.timescale.com/timescaledb/latest/), a registered trademark of [Timescale, Inc.](https://www.timescale.com/). Azure Database for PostgreSQL provides the TimescaleDB [Apache-2 edition](https://www.timescale.com/legal/licenses).
229229

230230
### Installing TimescaleDB
231231
To install TimescaleDB, you need to include it in the server's shared preload libraries. A change to Postgres's `shared_preload_libraries` parameter requires a **server restart** to take effect. You can change parameters using the [Azure portal](howto-configure-server-parameters-using-portal.md) or the [Azure CLI](howto-configure-server-parameters-using-cli.md).
@@ -277,3 +277,4 @@ SELECT timescaledb_post_restore();
277277

278278
## Next steps
279279
If you don't see an extension that you'd like to use, let us know. Vote for existing requests or create new feedback requests in our [feedback forum](https://feedback.azure.com/d365community/forum/c5e32b97-ee24-ec11-b6e6-000d3a4f0da0).
280+

0 commit comments

Comments
 (0)