You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Repro Steps:
Run azd auth login.
Run azd init -t Azure-Samples/azure-search-openai-demo-java.
Run cd app.
Run ./start.ps1 or ./start.sh.
Expected behavior:
Run ./start.ps1 or ./start.sh successfully.
Describe the issue:
In the first step in the picture below, azd login is redundant.
Describe the issue:
When running
./start.ps1
or./start.sh
to start the local project, there is an error requiringaz login
. The error details are as follows:Repro Steps:
azd auth login
.azd init -t Azure-Samples/azure-search-openai-demo-java
.cd app
../start.ps1
or./start.sh
.Expected behavior:
Run
./start.ps1
or./start.sh
successfully.Describe the issue:
In the first step in the picture below,
azd login
is redundant.Suggestion:
Remove extra step
1. Run "azd login"
.@dantelmomsft and @hemarina for notification.
The text was updated successfully, but these errors were encountered: