Description:
Running azd up fails when deploying the service for samples agents-in-workflow, agent-with-text-search-rag, agent-with-foundry-tools, echo-agent, web-search-agent, as shown in the following image:

Steps to Reproduce:
- Initialize the project:
azd init --template Azure-Samples/ai-foundry-starter-basic.
- Initialize AI agent:
azd ai agent init -m https://github.com/microsoft/agent-framework/blob/main/dotnet/samples/05-end-to-end/HostedAgents/AgentWithHostedMCP/agent.yaml and select location northcentralus.
- Run
azd up.
Environment:
Expected Behavior:
azd up completes successfully and deploys the service.
@JeffreyCA and @rajeshkamal5050 for notification.
Description:

Running
azd upfails when deploying the service for samples agents-in-workflow, agent-with-text-search-rag, agent-with-foundry-tools, echo-agent, web-search-agent, as shown in the following image:Steps to Reproduce:
azd init --template Azure-Samples/ai-foundry-starter-basic.azd ai agent init -m https://github.com/microsoft/agent-framework/blob/main/dotnet/samples/05-end-to-end/HostedAgents/AgentWithHostedMCP/agent.yamland select locationnorthcentralus.azd up.Environment:
northcentralus.Expected Behavior:
azd upcompletes successfully and deploys the service.@JeffreyCA and @rajeshkamal5050 for notification.