Azure-Samples / azure-search-openai-demo-csharp

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
MIT License
555 stars 346 forks source link

Application insights is disabled by default leading to poor customer debugging experience. #221

Closed jongio closed 8 months ago

jongio commented 8 months ago

This project was updated to not include application insights by default. When trying to debug an app the user will need to jump through many hoops to enable it. I recommend reverting to having application insights turned on by default.

https://github.com/Azure-Samples/azure-search-openai-demo-csharp/blob/main/infra/core/monitor/monitoring.bicep#L2

luisquintanilla commented 8 months ago

To be addressed as part of changes in #216