This commit is contained in:
Cody 2021-10-19 00:13:54 -07:00 коммит произвёл GitHub
Родитель 299e402a10
Коммит cae7130a24
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -3,6 +3,12 @@
# GitHub Action for deploying Machine Learning Models to Azure
## Deprecation notice
This Action is deprecated. Instead, consider using the [CLI (v2)](https://docs.microsoft.com/azure/machine-learning/how-to-configure-cli) to manage and interact with Azure Machine Learning endpoints and deployments in GitHub Actions.
**Important:** The CLI (v2) is not recommended for production use while in preview.
## Usage
The Deploy Machine Learning Models to Azure action will deploy your model on [Azure Machine Learning](https://azure.microsoft.com/en-us/services/machine-learning/) using GitHub Actions.