Describe the issue:
After successfully start the API, calling the API fails. The logs show a 403 Forbidden response from Cosmos DB indicating that the current principal does not have sufficient RBAC permissions.

Repro Steps:
- Run
azd init -t todo-nodejs-mongo-aca.
- Run
azd up.
- Run task
start api and web.
- Open the web page.
- Check API log output.
Environment:
- Template: todo-nodejs-mongo-aca.
- Azd version: azd version 1.26.0-beta.1-daily.6301145 (commit 444ec22a6de98d7ee775da0a380efb9a023f8869) (daily).
- OS: Windows and Codespace.
- Branch: Main.
Expected behavior:
In the local test environment, the API should be able to access the Cosmos DB normally and return the expected results.
Rajesh Kamal (@rajeshkamal5050) and Rick Winter (@RickWinter) for notification.
Describe the issue:

After successfully start the API, calling the API fails. The logs show a 403 Forbidden response from Cosmos DB indicating that the current principal does not have sufficient RBAC permissions.
Repro Steps:
azd init -t todo-nodejs-mongo-aca.azd up.start api and web.Environment:
Expected behavior:
In the local test environment, the API should be able to access the Cosmos DB normally and return the expected results.
Rajesh Kamal (@rajeshkamal5050) and Rick Winter (@RickWinter) for notification.