Azure-Samples / openai-aca-lb

Smart load balancing for Azure OpenAI endpoints
MIT License
40 stars 17 forks source link

Consider building the docker image with azd #11

Closed pamelafox closed 4 months ago

pamelafox commented 6 months ago

Currently the bicep hard-codes an image at "andrewdewes". This seems non-ideal since:

1) Developers may be uncomfortable with a personally associated image 2) If a developer tweaks the code, it's not easy to run azd up again to update the image

Instead, azd could do the packaging and storage of the image. The main drawback is that docker is required for the packaging step. Thoughts?

pamelafox commented 6 months ago

Did you have thoughts on this @andredewes ?

andredewes commented 4 months ago

Using az acr build to build the container now.