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

Update storage-account.bicep to default to HTTPS only #223

Closed jongio closed 6 months ago

jongio commented 8 months ago

storage-account.bicep now defaults to HTTPS only https://github.com/Azure/azure-dev/blob/main/templates/common/infra/bicep/core/storage/storage-account.bicep#L21

Update this project to match that.

luisquintanilla commented 6 months ago

Closing since work complete in #234