Skip to content

Commit 12e42a9

Browse files
committed
renames
1 parent 789d44c commit 12e42a9

File tree

53 files changed

+82
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+82
-42
lines changed

articles/postgresql/.openpublishing.redirection.postgresql.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,6 +1515,46 @@
15151515
"redirect_url": "/azure/postgresql/migrate/best-practices-seamless-migration-single-to-flexible",
15161516
"redirect_document_id": false
15171517
},
1518+
{
1519+
"source_path_from_root": "/articles/postgresql/flexible-server/howto-alert-on-metrics.md",
1520+
"redirect_url": "/azure/postgresql/flexible-server/how-to-alert-on-metrics",
1521+
"redirect_document_id": true
1522+
},
1523+
{
1524+
"source_path_from_root": "/articles/postgresql/flexible-server/howto-configure-and-access-logs.md",
1525+
"redirect_url": "/azure/postgresql/flexible-server/how-to-configure-and-access-logs",
1526+
"redirect_document_id": true
1527+
},
1528+
{
1529+
"source_path_from_root": "/articles/postgresql/flexible-server/howto-configure-server-parameters-using-cli.md",
1530+
"redirect_url": "/azure/postgresql/flexible-server/how-to-configure-server-parameters-using-cli",
1531+
"redirect_document_id": true
1532+
},
1533+
{
1534+
"source_path_from_root": "/articles/postgresql/flexible-server/howto-configure-server-parameters-using-portal.md",
1535+
"redirect_url": "/azure/postgresql/flexible-server/how-to-configure-server-parameters-using-portal",
1536+
"redirect_document_id": true
1537+
},
1538+
{
1539+
"source_path_from_root": "/articles/postgresql/flexible-server/howto-connect-to-data-factory-private-endpoint.md",
1540+
"redirect_url": "/azure/postgresql/flexible-server/how-to-connect-to-data-factory-private-endpoint",
1541+
"redirect_document_id": true
1542+
},
1543+
{
1544+
"source_path_from_root": "/articles/postgresql/flexible-server/howto-optimize-performance-pgvector.md",
1545+
"redirect_url": "/azure/postgresql/flexible-server/how-to-optimize-performance-pgvector",
1546+
"redirect_document_id": true
1547+
},
1548+
{
1549+
"source_path_from_root": "/articles/postgresql/flexible-server/howto-restore-different-subscription-resource-group-api.md",
1550+
"redirect_url": "/azure/postgresql/flexible-server/how-to-restore-different-subscription-resource-group-api",
1551+
"redirect_document_id": true
1552+
},
1553+
{
1554+
"source_path_from_root": "/articles/postgresql/flexible-server/concept-reserved-pricing.md",
1555+
"redirect_url": "/azure/postgresql/flexible-server/concepts-reserved-pricing",
1556+
"redirect_document_id": true
1557+
},
15181558
{
15191559
"source_path_from_root": "/articles/postgresql/single-server/overview.md",
15201560
"redirect_url": "/azure/postgresql/flexible-server/service-overview",

articles/postgresql/TOC.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
- name: Major version upgrades
4545
href: single-server/how-to-upgrade-using-dump-and-restore.md
4646
- name: Prepay for reserved capacity
47-
href: flexible-server/concept-reserved-pricing.md
47+
href: flexible-server/concepts-reserved-pricing.md
4848
- name: Request quota increase
4949
href: flexible-server/how-to-request-quota-increase.md
5050
- name: Known issues & limitations
@@ -107,7 +107,7 @@
107107
- name: Scaling resources
108108
href: flexible-server/concepts-scaling-resources.md
109109
- name: Prepay for reserved capacity
110-
href: flexible-server/concept-reserved-pricing.md
110+
href: flexible-server/concepts-reserved-pricing.md
111111
- name: Networking
112112
items:
113113
- name: Networking with public access (allowed IP addresses)
@@ -300,7 +300,7 @@
300300
- name: Azure portal
301301
href: flexible-server/how-to-restore-to-different-subscription-or-resource-group.md
302302
- name: Azure REST API
303-
href: flexible-server/howto-restore-different-subscription-resource-group-api.md
303+
href: flexible-server/how-to-restore-different-subscription-resource-group-api.md
304304
- name: Restart a server
305305
items:
306306
- name: Azure portal
@@ -352,7 +352,7 @@
352352
- name: Azure portal
353353
href: flexible-server/how-to-manage-virtual-network-private-endpoint-portal.md
354354
- name: Connect to managed data factory via Private Endpoint
355-
href: flexible-server/howto-connect-to-data-factory-private-endpoint.md
355+
href: flexible-server/how-to-connect-to-data-factory-private-endpoint.md
356356
- name: Public access (allowed IP addresses)
357357
items:
358358
- name: Azure portal
@@ -362,10 +362,10 @@
362362
- name: Configure server parameters
363363
items:
364364
- name: Azure portal
365-
href: flexible-server/howto-configure-server-parameters-using-portal.md
365+
href: flexible-server/how-to-configure-server-parameters-using-portal.md
366366
displayName: application development, server parameters
367367
- name: Azure CLI
368-
href: flexible-server/howto-configure-server-parameters-using-cli.md
368+
href: flexible-server/how-to-configure-server-parameters-using-cli.md
369369
displayName: application development, server parameters
370370
- name: Enable authentication
371371
items:
@@ -395,9 +395,9 @@
395395
- name: Monitor
396396
items:
397397
- name: Create alerts on metrics using portal
398-
href: flexible-server/howto-alert-on-metrics.md
398+
href: flexible-server/how-to-alert-on-metrics.md
399399
- name: Configure and access logs
400-
href: flexible-server/howto-configure-and-access-logs.md
400+
href: flexible-server/how-to-configure-and-access-logs.md
401401
- name: Intelligent performance
402402
items:
403403
- name: Intelligent tuning
@@ -428,7 +428,7 @@
428428
- name: Basics of pgvector
429429
href: flexible-server/how-to-use-pgvector.md
430430
- name: Optimize performance when using pgvector
431-
href: flexible-server/howto-optimize-performance-pgvector.md
431+
href: flexible-server/how-to-optimize-performance-pgvector.md
432432
- name: pg_azure_storage
433433
href: flexible-server/reference-pg-azure-storage.md
434434
- name: Azure Database for PostgreSQL - Single Server

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ az postgres flexible-server parameter set --resource-group <your resource group>
4343
```
4444

4545

46-
To install pgAudit, 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), [Azure CLI](howto-configure-server-parameters-using-cli.md), or [REST API](/rest/api/postgresql/singleserver/configurations/createorupdate).
46+
To install pgAudit, 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](how-to-configure-server-parameters-using-portal.md), [Azure CLI](how-to-configure-server-parameters-using-cli.md), or [REST API](/rest/api/postgresql/singleserver/configurations/createorupdate).
4747

4848
Using the [Azure portal](https://portal.azure.com):
4949

@@ -123,4 +123,4 @@ AzureDiagnostics
123123
124124
## Next steps
125125
- [Learn about logging in Azure Database for PostgreSQL - Flexible Server](concepts-logging.md)
126-
- [Learn how to setup logging in Azure Database for PostgreSQL - Flexible Server and how to access logs](howto-configure-and-access-logs.md)
126+
- [Learn how to setup logging in Azure Database for PostgreSQL - Flexible Server and how to access logs](how-to-configure-and-access-logs.md)

articles/postgresql/flexible-server/concepts-business-continuity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Below are some unplanned failure scenarios and the recovery process.
103103
### Configure your database after recovery from regional failure
104104

105105
* If you are using geo-restore or geo-replica to recover from an outage, you must make sure that the connectivity to the new server is properly configured so that the normal application function can be resumed. You can follow the [Post-restore tasks](concepts-backup-restore.md#geo-redundant-backup-and-restore).
106-
* If you've previously set up a diagnostic setting on the original server, make sure to do the same on the target server if necessary as explained in [Configure and Access Logs in Azure Database for PostgreSQL - Flexible Server](howto-configure-and-access-logs.md).
107-
* Setup telemetry alerts, you need to make sure your existing alert rule settings are updated to map to the new server. For more information about alert rules, see [Use the Azure portal to set up alerts on metrics for Azure Database for PostgreSQL - Flexible Server](howto-alert-on-metrics.md).
106+
* If you've previously set up a diagnostic setting on the original server, make sure to do the same on the target server if necessary as explained in [Configure and Access Logs in Azure Database for PostgreSQL - Flexible Server](how-to-configure-and-access-logs.md).
107+
* Setup telemetry alerts, you need to make sure your existing alert rule settings are updated to map to the new server. For more information about alert rules, see [Use the Azure portal to set up alerts on metrics for Azure Database for PostgreSQL - Flexible Server](how-to-alert-on-metrics.md).
108108

109109

110110
> [!IMPORTANT]

articles/postgresql/flexible-server/concepts-compute-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ When you reach the storage limit, the server starts returning errors and prevent
205205

206206
To avoid this situation, the server is automatically switched to read-only mode when the storage usage reaches 95 percent or when the available capacity is less than 5 GiB.
207207

208-
We recommend that you actively monitor the disk space that's in use and increase the disk size before you run out of storage. You can set up an alert to notify you when your server storage is approaching an out-of-disk state. For more information, see [Use the Azure portal to set up alerts on metrics for Azure Database for PostgreSQL - Flexible Server](howto-alert-on-metrics.md).
208+
We recommend that you actively monitor the disk space that's in use and increase the disk size before you run out of storage. You can set up an alert to notify you when your server storage is approaching an out-of-disk state. For more information, see [Use the Azure portal to set up alerts on metrics for Azure Database for PostgreSQL - Flexible Server](how-to-alert-on-metrics.md).
209209

210210
### Storage autogrow
211211

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ TimescaleDB is a time-series database that is packaged as an extension for Postg
298298
[Learn more about TimescaleDB](https://docs.timescale.com/timescaledb/latest/), a registered trademark of Timescale, Inc.. Azure Database for PostgreSQL provides the TimescaleDB [Apache-2 edition](https://www.timescale.com/legal/licenses).
299299
### Install TimescaleDB
300300

301-
To install TimescaleDB, in addition, to allow listing it, as shown [above](#how-to-use-postgresql-extensions), 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).
301+
To install TimescaleDB, in addition, to allow listing it, as shown [above](#how-to-use-postgresql-extensions), 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](how-to-configure-server-parameters-using-portal.md) or the [Azure CLI](how-to-configure-server-parameters-using-cli.md).
302302

303303
Using the [Azure portal](https://portal.azure.com/):
304304

@@ -385,7 +385,7 @@ Example:
385385
The above example causes the planner to use the results of a `seq scan` on the table a to be combined with table b as a `hash join`.
386386

387387

388-
To install pg_hint_plan, in addition, to allow listing it, as shown [above](#how-to-use-postgresql-extensions), 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).
388+
To install pg_hint_plan, in addition, to allow listing it, as shown [above](#how-to-use-postgresql-extensions), 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](how-to-configure-server-parameters-using-portal.md) or the [Azure CLI](how-to-configure-server-parameters-using-cli.md).
389389

390390
Using the [Azure portal](https://portal.azure.com/):
391391

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Audit logging is made available through a Postgres extension, `pgaudit`. To lear
2121

2222
You can configure Postgres standard logging on your server using the logging server parameters. To learn more about Postgres log parameters, visit the [When To Log](https://www.postgresql.org/docs/current/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHEN) and [What To Log](https://www.postgresql.org/docs/current/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHAT) sections of the Postgres documentation. Most, but not all, Postgres logging parameters are available to configure in Azure Database for PostgreSQL.
2323

24-
To learn how to configure parameters in Azure Database for PostgreSQL, see the [portal documentation](howto-configure-server-parameters-using-portal.md) or the [CLI documentation](howto-configure-server-parameters-using-cli.md).
24+
To learn how to configure parameters in Azure Database for PostgreSQL, see the [portal documentation](how-to-configure-server-parameters-using-portal.md) or the [CLI documentation](how-to-configure-server-parameters-using-cli.md).
2525

2626
> [!NOTE]
2727
> Configuring a high volume of logs, for example statement logging, can add significant performance overhead.
@@ -61,6 +61,6 @@ The following table describes the fields for the **PostgreSQLLogs** type. Depend
6161

6262
## Next steps
6363

64-
- Learn more about how to [Configure and Access Logs](howto-configure-and-access-logs.md).
64+
- Learn more about how to [Configure and Access Logs](how-to-configure-and-access-logs.md).
6565
- Learn more about [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
6666
- Learn more about [audit logs](concepts-audit.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ The 'active' column in the `pg_replication_slots` view indicates whether there's
326326
```sql
327327
SELECT * FROM pg_replication_slots;
328328
```
329-
[Set alerts](howto-alert-on-metrics.md) on the **Maximum Used Transaction IDs** and **Storage Used** flexible server metrics to notify you when the values increase past normal thresholds.
329+
[Set alerts](how-to-alert-on-metrics.md) on the **Maximum Used Transaction IDs** and **Storage Used** flexible server metrics to notify you when the values increase past normal thresholds.
330330

331331

332332
## Limitations

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,6 @@ In addition to the metrics, you can use Azure Database for PostgreSQL to configu
250250

251251
## Next steps
252252

253-
- Learn more about how to [configure and access logs](howto-configure-and-access-logs.md).
253+
- Learn more about how to [configure and access logs](how-to-configure-and-access-logs.md).
254254
- Learn more about [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
255255
- Learn more about [audit logs](concepts-audit.md).

articles/postgresql/flexible-server/concepts-query-performance-insight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Query Performance Insight provides intelligent query analysis for Azure Postgres
3434
> [!NOTE]
3535
> **Query Store Wait Sampling** is currently **disabled**. Query Performance Insight depends on Query Store wait sampling data. You need to enable it by setting the dynamic server parameter `pgms_wait_sampling.query_capture_mode` to **ALL**.
3636
37-
3. **[Log analytics workspace](howto-configure-and-access-logs.md)** is configured for storing 3 log categories including - PostgreSQL Sessions logs, PostgreSQL Query Store and Runtime and PostgreSQL Query Store Wait Statistics. To configure log analytics, refer [Log analytics workspace](howto-configure-and-access-logs.md#configure-diagnostic-settings).
37+
3. **[Log analytics workspace](how-to-configure-and-access-logs.md)** is configured for storing 3 log categories including - PostgreSQL Sessions logs, PostgreSQL Query Store and Runtime and PostgreSQL Query Store Wait Statistics. To configure log analytics, refer [Log analytics workspace](how-to-configure-and-access-logs.md#configure-diagnostic-settings).
3838

3939
> [!NOTE]
4040
> The **Query Store data is not being transmitted to the log analytics workspace**. The PostgreSQL logs (Sessions data / Query Store Runtime / Query Store Wait Statistics) is not being sent to the log analytics workspace, which is necessary to use Query Performance Insight. To configure the logging settings for category PostgreSQL sessions and send the data to a log analytics workspace.

0 commit comments

Comments
 (0)