From 2f264f2112f921b1175111dba82b1d5374b285d7 Mon Sep 17 00:00:00 2001 From: Darren Turchiarelli <107463700+DarrenTurchiarelli@users.noreply.github.com> Date: Tue, 11 Apr 2023 11:18:00 +1000 Subject: [PATCH 1/2] Update README.md Updated 'azd login' as it will be deprecated and removed in a future release. Updated to: azd auth login --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d610a90e2..5b25eeddfb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can run this repo virtually by using GitHub Codespaces or VS Code Remote Con #### Project Initialization 1. Create a new folder and switch to it in the terminal -1. Run `azd login` +1. Run `azd auth login` 1. Run `azd init -t azure-search-openai-demo` * 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) @@ -121,4 +121,4 @@ Once in the web app: ### Troubleshooting -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 \ No newline at end of file +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 From 6eb385c8274e5ae9c255a142dc26c64bd02906ec Mon Sep 17 00:00:00 2001 From: Darren Turchiarelli <107463700+DarrenTurchiarelli@users.noreply.github.com> Date: Thu, 13 Apr 2023 14:15:40 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b25eeddfb..e01dc36b2f 100644 --- a/README.md +++ b/README.md @@ -122,3 +122,5 @@ Once in the web app: ### Troubleshooting 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 + +If the web app fails to deploy and you receive a '404 Not Found' message in your browser, run 'azd deploy'.