Azure-Samples / azure-search-openai-javascript

A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences.
MIT License
252 stars 130 forks source link

MSI - Add auth to backend services. #198

Closed anfibiacreativa closed 6 months ago

anfibiacreativa commented 6 months ago

MSI implementation requirements. To be designed.

sinedied commented 6 months ago

The infra/backend already fully implement managed identity and do not make use of any API keys, is there any other requirements to implement?