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

Refactor Bicep file for db creation and schema deployment #279

Closed aaronpowell closed 3 months ago

aaronpowell commented 3 months ago

This pull request addresses issue #269 by refactoring the db.bicep file to split the server creation, database creation, and DB schema deployment into separate modules. This separation resolves the issue of using service principals and eliminates the chicken and egg problem.

The changes in this pull request include:

These changes improve the maintainability and flexibility of the codebase.