You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/tutorial-deploy-wordpress-on-aks.md
-2
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ ms.custom:
17
17
18
18
# Tutorial: Deploy WordPress app on AKS with Azure Database for MySQL - Flexible Server
19
19
20
-
[
21
-
22
20
In this tutorial, you deploy a scalable WordPress application secured via HTTPS on an Azure Kubernetes Service (AKS) cluster with Azure Database for MySQL Flexible Server using the Azure CLI.
23
21
**[AKS](/azure/aks/intro-kubernetes)** is a managed Kubernetes service that lets you quickly deploy and manage clusters. **[What is Azure Database for MySQL - Flexible Server?](overview.md)** is a fully managed database service designed to provide more granular control and flexibility over database management functions and configuration settings.
Copy file name to clipboardExpand all lines: articles/postgresql/extensions/concepts-extensions-considerations.md
+2-9
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,6 @@ ms.topic: concept-article
14
14
15
15
This article describes some special considerations that you must be aware of, when using certain extensions in an Azure Database for PostgreSQL flexible server.
16
16
17
-
> [!NOTE]
18
-
> Third-party extensions and extensibility modules offered in Azure Database for PostgreSQL - Flexible Server, are open-source licensed code. We don't offer any third-party extensions or extension versions with premium or proprietary licensing models.
19
-
20
17
## Prerequisites
21
18
22
19
Refer to the following articles, to learn how to:
@@ -216,11 +213,7 @@ Customers can't directly grant the necessary permissions. If you need to be able
216
213
### timescaleDB
217
214
218
215
The `timescaleDB` extension is a time-series database packaged as an extension for PostgreSQL. It provides time-oriented analytical functions and optimizations and scales Postgres for time-series workloads.
219
-
[Learn more about TimescaleDB](https://docs.timescale.com/timescaledb/latest/), a registered trademark of Timescale, Inc.
220
-
221
-
Azure Database for PostgreSQL flexible server provides the TimescaleDB [Apache-2 edition](https://www.timescale.com/legal/licenses).
222
-
223
-
The licensing terms of [TimescaleDB Community Edition](https://docs.timescale.com/about/latest/timescaledb-editions/#timescaledb-community-edition) don't allow us to provide that advanced and most feature complete version of TimescaleDB.
216
+
[Learn more about TimescaleDB](https://docs.timescale.com/timescaledb/latest/), a registered trademark of Timescale, Inc. Azure Database for PostgreSQL flexible server provides the TimescaleDB [Apache-2 edition](https://www.timescale.com/legal/licenses).
224
217
225
218
#### Install TimescaleDB
226
219
@@ -271,7 +264,7 @@ More details on these utilities can be found [here](https://github.com/timescale
271
264
272
265
## Extensions and major version upgrade
273
266
274
-
Azure Database for PostgreSQL flexible server offers an [in-place major version upgrade feature](../flexible-server/concepts-major-version-upgrade.md) that performs an in-place upgrade of the Azure Database for PostgreSQL flexible server instance with just a simple interaction from the user. In-place major version upgrade simplifies the Azure Database for PostgreSQL flexible server upgrade process, minimizing the disruption to users and applications accessing the server. In-place major version upgrades don't support specific extensions, and there are some limitations to upgrading certain extensions.
267
+
Azure Database for PostgreSQL flexible server offers an [in-place major version upgrade feature](../flexible-server/concepts-major-version-upgrade.md), that performs an in-place upgrade of the Azure Database for PostgreSQL flexible server instance with just a simple interaction from the user. In-place major version upgrade simplifies the Azure Database for PostgreSQL flexible server upgrade process, minimizing the disruption to users and applications accessing the server. In-place major version upgrades don't support specific extensions, and there are some limitations to upgrading certain extensions.
275
268
276
269
The extensions `anon`, `Apache AGE`, `dblink`, `orafce`, `pgaudit`, `postgres_fdw`, and `timescaledb` are unsupported for all Azure Database for PostgreSQL flexible server versions when using in-place major version update feature.
0 commit comments