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:
The task start api failed to start. Executing func host start resulted in worker startup failure, GRPC timeout, and ultimately, an SQL login failure exception was thrown when accessing the database, as shown in the following image:
Repro Steps:
Run azd init -t todo-csharp-sql-swa-func.
Run azd up.
Run task: start api.
Environment:
Template: todo-csharp-sql-swa-func.
Azd version: azd version 1.24.0-beta.1-daily.6038122 (commit 69ab5ebc77e88cd93240670a208b04488d7c3c3c).
OS: Codespace and Mac.
Branch: Main.
Expected behavior:
The start api task can run successfully.
Describe the issue:

The task
start apifailed to start. Executingfunc host startresulted in worker startup failure, GRPC timeout, and ultimately, an SQL login failure exception was thrown when accessing the database, as shown in the following image:Repro Steps:
azd init -t todo-csharp-sql-swa-func.azd up.start api.Environment:
Expected behavior:
The
start apitask can run successfully.@rajeshkamal5050 for notification.