mlopstemplates/Azure Machine Learning Run Action
Submit a run to an Azure Machine Learning Workspace with this GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| azure_credentials | Paste output of `az ad sp create-for-rbac --name <your-sp-name> --role contributor --scopes /subscriptions/<your-subscriptionId>/resourceGroups/<your-rg> --sdk-auth` as value of secret variable: AZURE_CREDENTIALS | yes | — |
| resource_group | resource group which is to be used to deploy the function app | yes | newresource_grp |
| pattoken | personal access token | yes | — |
| provider_type | azure resource to be subscribed to | yes | — |
| events_to_subscribe | list of events to be subscribe from provider | no | — |
Outputs
| name | description |
|---|---|
| destination_url | destination url where event is assigned |