Skip to content

Commit fe229cc

Browse files
Update README.md to include auth login fix for github codespaces users (#1856)
* Update README.md to include auth login fix for github codespaces users * Update README.md * Update README.md --------- Co-authored-by: Pamela Fox <[email protected]> Co-authored-by: Pamela Fox <[email protected]>
1 parent 9581ea7 commit fe229cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ Follow these steps to provision Azure resources and deploy the application code:
134134
azd auth login
135135
```
136136

137+
For GitHub Codespaces users, if the previous command fails, try:
138+
```shell
139+
azd auth login --use-device-code
140+
```
141+
137142
1. Create a new azd environment:
138143

139144
```shell

0 commit comments

Comments
 (0)