Azure-Samples / azure-search-openai-demo-java

This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data.
MIT License
67 stars 66 forks source link

Running locally failed when execute `./start.ps1` or `./start.sh` #9

Closed Menghua1 closed 9 months ago

Menghua1 commented 9 months ago

1. Describe the issue: When running ./start.ps1 or ./start.sh to start the local project, there is an error requiring az login. The error details are as follows: image

Repro Steps:

  1. Run azd auth login.
  2. Run azd init -t Azure-Samples/azure-search-openai-demo-java.
  3. Runcd app.
  4. Run ./start.ps1 or ./start.sh.

Expected behavior: Run ./start.ps1 or ./start.sh successfully.

2. Describe the issue: In the first step in the picture below, azd login is redundant.

image

Suggestion: Remove extra step 1. Run "azd login".

@dantelmomsft and @hemarina for notification.