Skip to content

Commit c603069

Browse files
Update how-to-troubleshooting-guides.md
1 parent a82bf91 commit c603069

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/postgresql/flexible-server/how-to-troubleshooting-guides.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each troubleshooting guide requires a specific set of data, which is sourced fro
2525
All troubleshooting guides require logs to be sent to the Log Analytics workspace, but the specific category of logs to be captured may vary depending on the particular guide.
2626

2727
Please follow the steps described in the [Configure and Access Logs in Azure Database for PostgreSQL - Flexible Server](howto-configure-and-access-logs.md) article to configure diagnostic settings and send the logs to the Log Analytics workspace.
28-
Query Store, and Enhanced Metrics are configured via the Server Parameters. Please follow the steps described in the "Configure server parameters in Azure Database for PostgreSQL - Flexible Server" articles for [Azure Portal](howto-configure-server-parameters-using-portal.md) or [Azure CLI](howto-configure-server-parameters-using-cli.md).
28+
Query Store, and Enhanced Metrics are configured via the Server Parameters. Please follow the steps described in the "Configure server parameters in Azure Database for PostgreSQL - Flexible Server" articles for [Azure portal](howto-configure-server-parameters-using-portal.md) or [Azure CLI](howto-configure-server-parameters-using-cli.md).
2929

3030
The table below provides information on the required log categories for each troubleshooting guide, as well as the necessary Query Store, Enhanced Metrics and Server Parameters prerequisites.
3131

@@ -52,11 +52,11 @@ To use troubleshooting guides, follow these steps:
5252

5353
3. Navigate to the top of the page where you will find a series of tabs, each representing one of the six problems you may wish to resolve. Click on the relevant tab.
5454

55-
:::image type="content" source="./media/how-to-troubleshooting-guides/portal-blade-overview.png" alt-text="Troubleshooting guides - tabular view":::
55+
:::image type="content" source="./media/how-to-troubleshooting-guides/portal-blade-overview.png" alt-text="Screenshot of Troubleshooting guides - tabular view":::
5656

5757
4. Select the time range during which the problem occurred.
5858

59-
:::image type="content" source="./media/how-to-troubleshooting-guides/time-range.png" alt-text="Choose the time range of interest":::
59+
:::image type="content" source="./media/how-to-troubleshooting-guides/time-range.png" alt-text="Screenshot of time range picker":::
6060

6161
5. Follow the step-by-step instructions provided by the guide. Pay close attention to the charts and data visualizations plotted within the troubleshooting steps, as they can help you identify any inaccuracies or anomalies. Use this information to effectively diagnose and resolve the problem at hand.
6262

@@ -69,7 +69,7 @@ Once connected, query the `query_store.query_texts_view view` to retrieve the de
6969

7070
In the example shown below, we utilize Azure Cloud Shell and the `psql` tool to accomplish this task:
7171

72-
:::image type="content" source="./media/how-to-troubleshooting-guides/retrieve-query-text.png" alt-text="Retrieving the Query Text":::
72+
:::image type="content" source="./media/how-to-troubleshooting-guides/retrieve-query-text.png" alt-text="Screenshot of retrieving the Query Text":::
7373

7474
### Retrieving the Username
7575

@@ -80,7 +80,7 @@ To retrieve the username, you can query the `pg_roles` view or use the query sho
8080
SELECT 'UserID'::regrole;
8181
```
8282

83-
:::image type="content" source="./media/how-to-troubleshooting-guides/retrieve-username.png" alt-text="Retrieving the Username":::
83+
:::image type="content" source="./media/how-to-troubleshooting-guides/retrieve-username.png" alt-text="Screenshot of retrieving the Username":::
8484

8585

8686
## Next steps
@@ -90,4 +90,4 @@ SELECT 'UserID'::regrole;
9090
* Learn more about [Troubleshoot high IOPS utilization](how-to-high-io-utilization.md).
9191
* Learn more about [Autovacuum Tuning](how-to-autovacuum-tuning.md).
9292

93-
[//]: # (* Learn how to [create and manage read replicas in the Azure CLI and REST API](how-to-read-replicas-cli.md).)
93+
[//]: # (* Learn how to [create and manage read replicas in the Azure CLI and REST API](how-to-read-replicas-cli.md).)

0 commit comments

Comments
 (0)