Azure-Samples / openai-chat-app-quickstart

A simple chat application that uses managed identity for Azure OpenAI access. Designed for deployment on Azure Container Apps with the Azure Developer CLI.
MIT License
128 stars 67 forks source link

Update infra to latest azd infra #133

Closed pamelafox closed 2 weeks ago

pamelafox commented 2 weeks ago

Purpose

Updates to latest azd infra using npx azd-infra@latest refresh Removed some outputs that shouldn't be necessary as long as developers customize everything via azd env set.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[X] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test