Description:
Running azd deploy fails when deploying the service for samples calculator-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-foundry/foundry-samples/blob/main/samples/python/hosted-agents/langgraph/calculator-agent/agent.yaml and select location southcentralus.
- Run
azd provision.
- Run
azd deploy.
Environment:
- Azd version: azd version 1.24.0-beta.1-daily.5998626 (commit dbbb97c88a1679b8f3a4cdc74a36792c0e057864).
- AI Agent Extension version: 0.1.14-preview
- Agent: calculator-agent.
- OS: Windows
- Location:
southcentralus.
Expected Behavior:
azd deploy completes successfully and deploys the service.
@JeffreyCA and @rajeshkamal5050 for notification.
Description:

Running
azd deployfails when deploying the service for samples calculator-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-foundry/foundry-samples/blob/main/samples/python/hosted-agents/langgraph/calculator-agent/agent.yamland select locationsouthcentralus.azd provision.azd deploy.Environment:
southcentralus.Expected Behavior:
azd deploycompletes successfully and deploys the service.@JeffreyCA and @rajeshkamal5050 for notification.