microsoft / mlops-aisearch-pull

A template that shows how to setup MLOps in Azure AI Search using pull approach
MIT License
3 stars 0 forks source link

Evaluate a way to use CLI deployment rather than deployment in Python for Azure Function #57

Closed sbaidachni closed 2 months ago

sbaidachni commented 2 months ago

https://github.com/microsoft/mlops-promptflow-prompt/blob/development/.github/workflows/basic_flow_ci.yml#L102 as a reference

radiant-tangent commented 2 months ago

Pros of using existing python implementation:

Pros of switching to CLI deployment within github workflow:

Weighing the positives of each approach, it is decided that we will stick with the python implementation at this time. For future projects, if only using github/azDO, it is probably a good idea to implement the CLI deployment instead of the python deployment as there will be less code to maintain overall.