Skip to content

Commit 0364509

Browse files
Merge pull request #273497 from AlicjaKucharczyk/main
removing explicit version names
2 parents c821fac + 295be35 commit 0364509

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

articles/postgresql/flexible-server/concepts-extensions.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -40,55 +40,30 @@ az postgres flexible-server parameter set --resource-group <your resource group>
4040

4141
```json
4242
{
43-
4443
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
45-
4644
"contentVersion": "1.0.0.0",
47-
4845
"parameters": {
49-
5046
"flexibleServers_name": {
51-
5247
"defaultValue": "mypostgreserver",
53-
5448
"type": "String"
55-
5649
},
57-
5850
"azure_extensions_set_value": {
59-
6051
"defaultValue": " dblink,dict_xsyn,pg_buffercache",
61-
6252
"type": "String"
63-
6453
}
65-
6654
},
67-
6855
"variables": {},
69-
7056
"resources": [
71-
7257
{
73-
7458
"type": "Microsoft.DBforPostgreSQL/flexibleServers/configurations",
75-
7659
"apiVersion": "2021-06-01",
77-
7860
"name": "[concat(parameters('flexibleServers_name'), '/azure.extensions')]",
79-
8061
"properties": {
81-
8262
"value": "[parameters('azure_extensions_set_value')]",
83-
8463
"source": "user-override"
85-
8664
}
87-
8865
}
89-
9066
]
91-
9267
}
9368
```
9469

articles/postgresql/flexible-server/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Whether you're just starting out or looking to refresh your knowledge, this intr
2929
3030
## Overview
3131

32-
Azure Database for PostgreSQL flexible server is a fully managed database service designed to provide more granular control and flexibility over database management functions and configuration settings. The service generally provides more flexibility and server configuration customizations based on user requirements. The flexible server architecture allows users to collocate the database engine with the client tier for lower latency and choose high availability within a single availability zone and across multiple availability zones. Azure Database for PostgreSQL flexible server instances also provide better cost optimization controls with the ability to stop/start your server and a burstable compute tier ideal for workloads that don't need full compute capacity continuously. The service supports the community version of [PostgreSQL 11, 12, 13, 14, 15 and 16](./concepts-supported-versions.md). The service is available in various [Azure regions](https://azure.microsoft.com/global-infrastructure/services/).
32+
Azure Database for PostgreSQL flexible server is a fully managed database service designed to provide more granular control and flexibility over database management functions and configuration settings. The service generally provides more flexibility and server configuration customizations based on user requirements. The flexible server architecture allows users to collocate the database engine with the client tier for lower latency and choose high availability within a single availability zone and across multiple availability zones. Azure Database for PostgreSQL flexible server instances also provide better cost optimization controls with the ability to stop/start your server and a burstable compute tier ideal for workloads that don't need full compute capacity continuously. The service supports various major community versions of PostgreSQL. Please refer to the [Supported PostgreSQL versions in Azure Database for PostgreSQL - Flexible Server](concepts-supported-versions.md) for details on the specific versions supported. The service is available in various [Azure regions](https://azure.microsoft.com/global-infrastructure/services/).
3333

3434
:::image type="content" source="./media/overview/overview-flexible-server.png" alt-text="Diagram of Azure Database for PostgreSQL flexible server - Overview." lightbox="./media/overview/overview-flexible-server.png":::
3535

0 commit comments

Comments
 (0)