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

This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data.
MIT License
67 stars 66 forks source link

openAiApiKey param should use secure decorator #55

Closed jongio closed 3 months ago

jongio commented 7 months ago

secure() should be used when passing secure values into bicep https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/infra/main.bicep#L50

brunoborges commented 5 months ago

@jongio can you provide an example?

jongio commented 5 months ago

https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/parameters#secure-parameters

dantelmomsft commented 3 months ago

openAPI key parameter deleted. Only Azure Open AI with managed identity is supported