pascalvanderheiden / ais-apim-openai

Unleash the power of Azure OpenAI to your application developers in a secure & manageable way with Azure API Management and Azure Developer CLI.
MIT License
33 stars 9 forks source link

OpenAI-ChargebackProxy - Containerize #5

Closed azureholic closed 9 months ago

azureholic commented 10 months ago

The OpenAI Chargeback proxy should run as a container.

Add Azure Container App and Azure Container Registry to Bicep modules Add Dockerfile Add Build Container Step Add Deploy to Container App Step

pascalvanderheiden commented 10 months ago

@azureholic I think we've covered this. Easy way for deployment is to use the devcontainer which has docker in docker installed for building.

azureholic commented 9 months ago

Yep. Done!