Skip to content

Commit 8260338

Browse files
committed
edit pass: three-flexible-server-articles
1 parent 955c3a9 commit 8260338

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

articles/postgresql/flexible-server/concepts-intelligent-tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ performance is the reason why `checkpoint_completion_target` is a target metric
120120

121121
## Next steps
122122

123-
* [Configure intelligent performance for Azure Database for PostgreSQL - Flexible Server by using the Azure portal](how-to-enable-intelligent-performance-portal.md)
124-
* [Configure intelligent performance for Azure Database for PostgreSQL - Flexible Server by using the Azure CLI](how-to-enable-intelligent-performance-cli.md)
123+
* [Configure intelligent tuning for Azure Database for PostgreSQL - Flexible Server by using the Azure portal](how-to-enable-intelligent-performance-portal.md)
124+
* [Configure intelligent tuning for Azure Database for PostgreSQL - Flexible Server by using the Azure CLI](how-to-enable-intelligent-performance-cli.md)
125125
* [Troubleshooting guides for Azure Database for PostgreSQL - Flexible Server](concepts-troubleshooting-guides.md)
126126
* [Autovacuum tuning in Azure Database for PostgreSQL - Flexible Server](how-to-autovacuum-tuning.md)
127127
* [Troubleshoot high IOPS utilization for Azure Database for PostgreSQL - Flexible Server](how-to-high-io-utilization.md)

articles/postgresql/flexible-server/how-to-enable-intelligent-performance-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-azurecli
1515

1616
[!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
1717

18-
You can verify and update intelligent tuning configuration for an Azure Database for PostgreSQL server by using the Azure CLI.
18+
You can verify and update the intelligent tuning configuration for an Azure Database for PostgreSQL server by using the Azure CLI.
1919

2020
To learn more about intelligent tuning, see the [overview](concepts-intelligent-tuning.md).
2121

articles/postgresql/flexible-server/how-to-enable-intelligent-performance-portal.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ To learn more about intelligent tuning, see the [overview](concepts-intelligent-
2828

2929
:::image type="content" source="media/how-to-intelligent-tuning-portal/enable-intelligent-tuning.png" alt-text="Screenshot of the pane for server parameters with a search for intelligent tuning.":::
3030

31-
3. The pane shows two parameters: `intelligent_tuning` and `intelligent_tuning.metric_targets`. To activate intelligent tuning, change `intelligent_tuning` to `ON`. You have the option to select one, multiple, or all available tuning targets in `intelligent_tuning.metric_targets`. Select the `Save` button to apply these changes.
31+
3. The pane shows two parameters: `intelligent_tuning` and `intelligent_tuning.metric_targets`. To activate intelligent tuning, change `intelligent_tuning` to **ON**. You have the option to select one, multiple, or all available tuning targets in `intelligent_tuning.metric_targets`. Select the **Save** button to apply these changes.
3232

3333
:::image type="content" source="media/how-to-intelligent-tuning-portal/choose-tuning-targets.png" alt-text="Screenshot of Server Parameter blade with tuning targets options.":::
3434

35-
Both `intelligent_tuning` and `intelligent_tuning.metric_targets` server parameters are dynamic. That is, no server restart is required when their values are changed.
35+
> [!NOTE]
36+
> Both `intelligent_tuning` and `intelligent_tuning.metric_targets` server parameters are dynamic. That is, no server restart is required when their values are changed.
3637
3738
### Considerations for selecting values for tuning targets
3839

0 commit comments

Comments
 (0)