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 | — |
| armtemplate_file | JSON file of am template to deploy. | yes | deploy.json |
| armtemplateparams_file | JSON file of am template to params deploy. | no | "" |
| resource_group | resource group which is to be used | yes | newresource_grp |
| mapped_params | mapped parameters to be added during runtime | no | {} |
| deployment_mode | Deployment mode used to deploy arm template | yes | Incremental |
Outputs
| name | description |
|---|---|
| deployment_output | Output of the deployment as specified in output section of arm template file |
| deployment_parameters | Parameters used in the deployment |