Skip to content

Commit aa9bf8c

Browse files
committed
Add refresh note
1 parent 050ce2e commit aa9bf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using_entra_auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To follow security best practices, this project is setup to use passwordless aut
4747
psql -h $(azd env get-value POSTGRES_HOST) -U $(azd env get-value POSTGRES_USERNAME) -d $(azd env get-value POSTGRES_DATABASE) -p 5432
4848
```
4949

50-
5. In psql, use `\d` to list the tables. When you `SELECT` from a table, select only the columns you're interested in, to avoid rendering the vector embeddings in the terminal.
50+
5. In psql, use `\d` to list the tables. When you `SELECT` from a table, select only the columns you're interested in, to avoid rendering the vector embeddings in the terminal. If you get an authentication error, you may need to refresh the token with a new one.
5151
5252
## Using Entra auth with pgAdmin
5353

0 commit comments

Comments
 (0)