Problem
Im doing azd ai agent init -m "https://github.com/microsoft-foundry/foundry-samples/blob/main/samples/python/hosted-agents/agent-framework/responses/14-browser-automation-agent/azure.yaml" --deploy-mode container
It asked me if i should use the existing project, and i selected the desired project.
Went to the cd bat... and done azd provision and it asked me the subscriptionId and Location again (which i feel can be coming from the init's flag too if the Use existing project is selected).
Selected the same location and subId, and it created a new project however which is not expected for me.

Idk why is this new project getting created.
And in the new project, the tool is not available.
and even toolbox is getting deployed in azd deploy only.
observations:
azd env is not setting up in the bat folder and is asking to initialise with subId and the location.
Problem
Im doing
azd ai agent init -m "https://github.com/microsoft-foundry/foundry-samples/blob/main/samples/python/hosted-agents/agent-framework/responses/14-browser-automation-agent/azure.yaml" --deploy-mode containerIt asked me if i should use the existing project, and i selected the desired project.
Went to the
cd bat...and doneazd provisionand it asked me the subscriptionId and Location again (which i feel can be coming from the init's flag too if the Use existing project is selected).Selected the same location and subId, and it created a new project however which is not expected for me.
And in the new project, the tool is not available.
and even toolbox is getting deployed in
azd deployonly.observations:
azd env is not setting up in the bat folder and is asking to initialise with subId and the location.