This repository contains code for Azure Function app which includes an Http Trigger function. The function can send github repository dispatch event when triggered. It is especially modelled to send Azure machine learning events when subscribed to the event grid of the workspace with the endpoint as the function url.
- Add personal access token in the application settings of the function app with the name PAT_TOKEN.
- Add owner/repo name in the application settings of the function app with the name REPO_NAME.
1.Microsoft.MachineLearningServices.ModelRegistered: model-registered
2.Microsoft.MachineLearningServices.ModelDeployed: model-deployed
3.Microsoft.MachineLearningServices.RunCompleted: run-completed
4.Microsoft.MachineLearningServices.DatasetDriftDetected: data-drift-detected
5.Microsoft.MachineLearningServices.RunStatusChanged: run-status-changed On:
repository_dispatch:
types: [run-completed]
(...)