v1.0.0 Release
The repository now contains the following patterns that have been implemented:
1. Classical / Tabular Machine Learning Model
a. Supports Azure DevOps and GitHub Actions. Note that GitHub Actions are only working for Azure ML CLI v2 (aml-cli-v2).
b. Supports Azure Data Explorer based Monitoring, Data Drift and Anomaly Detection. It is enabled for Terraform and can be invoked via python sdk v1 or Azure ML CLI v2 (aml-cli-v2).
c. Can deploy both online as well as batch end points.
2. Computer Vision (CV) Model
a. Supports Azure DevOps and GitHub Actions. Note that GitHub Actions are only working for Azure ML CLI v2 (aml-cli-v2).
b. Currently there is no monitoring support for this.
c. Can deploy both online as well as batch end points.
3. Natural Language Processing (NLP) Model
a. Supports only support Azure DevOps via Azure ML CLI v2 (aml-cli-v2).
b. Currently there is no monitoring support for this.
c. Can deploy both online as well as batch end points.
Other Patterns included in the release
- Templates for using individual / repeatable steps in your template. These templates are available for GitHUb Actions and Azure DevOps (CLI and SDK). The Template repo can be found here: https://github.com/Azure/mlops-templates
- Registration of Multiple Datasets
- Using 3rd party / external containers. Support for dependabot python package scans via pip install in docker container.
What's Changed
- Updated folder structure to agreed repo design by @cindyweng in #10
- Feature/cmr lintandpreflightbicep by @chrey-gh in #9
- Align bicep and terraform by @murggu in #14
- All pipelines working by @cindyweng in #18
- Adding the github templates by @setuc in #24
- Made env driven by yaml file by @chrey-gh in #30
- Fixed unique endpoint name req by @cindyweng in #39
- Update config-infra-prod.yml by @azeltov in #38
- Added unique params to batch endpoint name by @cindyweng in #40
- Monitoring infrastructure deployment by @nicoleserafino in #45
- Github Actions by @djdean in #52
New Contributors
- @setuc made their first contribution in #22
- @maggiemhanna made their first contribution in #26
- @azeltov made their first contribution in #38
Full Changelog: https://github.com/Azure/mlops-project-template/commits/v1.0.0