Skip to content

Commit 924cd3e

Browse files
Update how-to-troubleshooting-guides.md
1 parent d8a6d79 commit 924cd3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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="Screenshot of 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="Screenshot of time range picker":::
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="Screenshot of 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="Screenshot of 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

0 commit comments

Comments
 (0)