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

chore: disable local auth for azure openai #199

Closed sinedied closed 2 months ago

sinedied commented 6 months ago

Purpose

Disable Azure OpenAI local auth to comply with new enforced security policies.

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)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe: infra
github-actions[bot] commented 3 months ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed.

sinedied commented 3 months ago

@sinedied is this to pass bicep validator? could you please provide link to docs? thanks!