Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to include auth login fix for github codespaces users #1856

Merged
merged 4 commits into from
Sep 6, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- Renders citations and thought process for each answer
- Includes settings directly in the UI to tweak the behavior and experiment with options
- Integrates Azure AI Search for indexing and retrieval of documents, with support for [many document formats](/docs/data_ingestion.md#supported-document-formats) as well as [integrated vectorization](/docs/data_ingestion.md#overview-of-integrated-vectorization)
- Optional usage of [GPT-4 with vision](/docs/gpt4vision.md) to reason over image-heavy documents

Check failure on line 44 in README.md

View workflow job for this annotation

GitHub Actions / Check Broken Relative Paths

File README.md, line 44, Link /docs/gpt4vision.md is broken.
- Optional addition of [speech input/output](/docs/deploy_features.md#enabling-speech-inputoutput) for accessibility
- Optional automation of [user login and data access](/docs/login_and_acl.md) via Microsoft Entra
- Performance tracing and monitoring with Application Insights
Expand Down Expand Up @@ -134,6 +134,11 @@
azd auth login
```

For GitHub Codespaces users, if the previous command fails, try
pamelafox marked this conversation as resolved.
Show resolved Hide resolved
pamelafox marked this conversation as resolved.
Show resolved Hide resolved
```shell
azd auth login --use-device-code
```

1. Create a new azd environment:

```shell
Expand Down
Loading