Skip to content

Commit 3a46127

Browse files
new guides
1 parent 0ac56c2 commit 3a46127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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="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="Retrieving the Username":::
8484

8585

8686
## Next steps

0 commit comments

Comments
 (0)