Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
369 stars 166 forks source link

[Issue] azd provision is provisioning two connections that point to same AOAI resource causing issues #3831

Closed lebaro-msft closed 2 weeks ago

lebaro-msft commented 2 weeks ago

Output from azd version Run azd version and copy and paste the output here: daily - this is the aistudio integration work that was recently merged.

Describe the bug azd provision is provisioning two connections that point to same AOAI resource causing issues. it should NOT be provisioning the Default_AzureOpenAI connection at all.

To Reproduce azd provision or azd up the starter template for aistudio

Expected behavior A single aoai-connection should be created as part of provisioning.

Environment Information on your environment:

Additional context This is a //build requirement.

wbreza commented 2 weeks ago

Resolved in AI Studio starter template