Azure / enterprise-azureai

Unleash the power of Azure AI to your application developers in a secure & manageable way with Azure API Management and Azure Developer CLI.
MIT License
80 stars 38 forks source link

Azurechat demo app #57

Closed azureholic closed 6 months ago

azureholic commented 7 months ago

I've added a modified version of AzureChat that works with the Enterprise Azure AI architecture.

Things to consider when deploying this (this is optional and AZD will prompt for installation)

Note: this will delete the appregistration. The keyvault will get the keys from the app registration only once! The script will check if the app exists. If it exists, no changes are made (and therefor Secret cannot be retrieved).

azd down --purge 

Let me know what you think.

original AzureChat repo https://github.com/microsoft/azurechat

pascalvanderheiden commented 6 months ago

Approved