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 1 commit
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ Follow these steps to provision Azure resources and deploy the application code:
```shell
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:

Expand Down
Loading