Skip to content

Commit f703ed1

Browse files
authored
Merge pull request #105 from DarrenTurchiarelli/patch-1
Update README.md
2 parents 83679db + 6eb385c commit f703ed1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can run this repo virtually by using GitHub Codespaces or VS Code Remote Con
5050
#### Project Initialization
5151

5252
1. Create a new folder and switch to it in the terminal
53-
1. Run `azd login`
53+
1. Run `azd auth login`
5454
1. Run `azd init -t azure-search-openai-demo`
5555
* For the target location, the regions that currently support the models used in this sample are **East US** or **South Central US**. For an up-to-date list of regions and models, check [here](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/concepts/models)
5656

@@ -121,4 +121,6 @@ Once in the web app:
121121

122122
### Troubleshooting
123123

124-
If you see this error while running `azd deploy`: `read /tmp/azd1992237260/backend_env/lib64: is a directory`, then delete the `./app/backend/backend_env folder` and re-run the `azd deploy` command. This issue is being tracked here: https://github.com/Azure/azure-dev/issues/1237
124+
If you see this error while running `azd deploy`: `read /tmp/azd1992237260/backend_env/lib64: is a directory`, then delete the `./app/backend/backend_env folder` and re-run the `azd deploy` command. This issue is being tracked here: https://github.com/Azure/azure-dev/issues/1237
125+
126+
If the web app fails to deploy and you receive a '404 Not Found' message in your browser, run 'azd deploy'.

0 commit comments

Comments
 (0)