* add new folder

* change folder name
This commit is contained in:
Sheri Gilley 2021-08-20 15:39:37 -04:00 коммит произвёл GitHub
Родитель 24c96cbd3a
Коммит cabc437553
2 изменённых файлов: 24 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,7 @@ directory|description
[`cli`](cli)|Azure Machine Learning 2.0 CLI (preview) examples
[`notebooks`](notebooks)|Jupyter notebooks with MLflow tracking to an Azure ML workspace
[`python-sdk`](python-sdk)|Azure Machine Learning Python SDK examples
[`setup-ci`](setup-ci) | Sample setup scripts to customize and configure an Azure Machine Learning compute instance
## Contributing

23
setup-ci/README.md Normal file
Просмотреть файл

@ -0,0 +1,23 @@
---
page_type: sample
languages:
- bash
products:
- azure-machine-learning
description: Sample setup scripts to customize and configure a compute instance at provisioning time.
---
# Compute instance sample setup scripts
[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![license: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](../LICENSE)
Use these sample setup scripts to customize and configure an Azure Machine Learning [compute instance](https://docs.microsoft.com/azure/machine-learning/concept-compute-instance) at provisioning time. To use a script:
1. [Copy or upload the script to studio](https://docs.microsoft.com/azure/machine-learning/how-to-create-manage-compute-instance?tabs=python#create-the-setup-script)
1. Reference the script when provisioning a compute instance:
* [In studio](https://docs.microsoft.com/azure/machine-learning/how-to-create-manage-compute-instance?tabs=python#use-the-script-in-the-studio)
* [In a Resource Manager template](https://docs.microsoft.com/azure/machine-learning/how-to-create-manage-compute-instance?tabs=python#use-script-in-a-resource-manager-template)
For more information about setup scripts, see [Customize the compute instance with a script (preview)](https://docs.microsoft.com/azure/machine-learning/how-to-create-manage-compute-instance?tabs=python#setup-script)