microsoft / azure-openai-service-proxy

The Azure AI proxy service facilitates easy access to Azure AI resources for workshops and hackathons. It offers a Playground-like interface and supports Azure AI SDKs. Access is granted through a time-limited API key and endpoint.
https://microsoft.github.io/azure-openai-service-proxy/
MIT License
58 stars 34 forks source link

Split the `db.bicep` #269

Closed aaronpowell closed 3 months ago

aaronpowell commented 3 months ago

The db.bicep file is doing three things:

This causes a problem now with using service principals, as there is a chicken and an egg problem.

We should split this up so that the db schema creation is a separate module.

_Originally posted by @aaronpowell in https://github.com/microsoft/azure-openai-service-proxy/pull/254#discussion_r1604364662_