Description:
When testing Scenario 4: Hello World (.NET, Invocations), after azd ai agent run successfully started locally, executing the local invocation command azd ai agent invoke --local --protocol invocations '{"message": "Hello from C# local"}' failed. The local log showed the error: All Managed Identity sources are unavailable. See the image below for details.


Steps to Reproduce:
- Run
azd ai agent init --manifest "https://github.com/microsoft-foundry/foundry-samples/blob/main/samples/python/hosted-agents/bring-your-own/responses/notetaking-agent/agent.manifest.yaml".
- Run
azd up.
- Run
azd ai agent run.
- From a second terminal, run
azd ai agent invoke --local --protocol invocations '{"message": "Hello from C# local"}'.
Environment:
Expected Behavior:
Local invoke can succeed.
@JeffreyCA and @RickWinter for notification.
Description:


When testing
Scenario 4: Hello World (.NET, Invocations), afterazd ai agent runsuccessfully started locally, executing the local invocation commandazd ai agent invoke --local --protocol invocations '{"message": "Hello from C# local"}'failed. The local log showed the error:All Managed Identity sources are unavailable. See the image below for details.Steps to Reproduce:
azd ai agent init --manifest "https://github.com/microsoft-foundry/foundry-samples/blob/main/samples/python/hosted-agents/bring-your-own/responses/notetaking-agent/agent.manifest.yaml".azd up.azd ai agent run.azd ai agent invoke --local --protocol invocations '{"message": "Hello from C# local"}'.Environment:
northcentralus.Expected Behavior:
Local invoke can succeed.
@JeffreyCA and @RickWinter for notification.