Skip to content

Commit

Permalink
Update README.md to include auth login fix for github codespaces users (
Browse files Browse the repository at this point in the history
#1856)

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

* Update README.md

* Update README.md

---------

Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent 9581ea7 commit fe229cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ Follow these steps to provision Azure resources and deploy the application code:
azd auth login
```

For GitHub Codespaces users, if the previous command fails, try:
```shell
azd auth login --use-device-code
```

1. Create a new azd environment:

```shell
Expand Down

0 comments on commit fe229cc

Please sign in to comment.