This commit is contained in:
Ashish Kumar (ASHKUMA) 2020-05-11 12:55:14 +05:30
Родитель 51a62a570b
Коммит a230dba194
2 изменённых файлов: 18 добавлений и 0 удалений

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

@ -0,0 +1,8 @@
{
"name": "dev-aks",
"deployment_compute_target": "devAKS",
"inference_source_directory": "tests/deploy/",
"inference_entry_script": "score.py",
"conda_file": "environment.yml",
"delete_service_after_deployment": true
}

10
.github/workflows/integration.yml поставляемый
Просмотреть файл

@ -25,3 +25,13 @@ jobs:
model_name: mymodel
model_version: 1
parameters_file: "test/test_deploy.json"
# Deploy model in Azure Machine Learning to AKS
- name: Deploy model
id: aml_deploy
uses: ./
with:
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
model_name: mymodel
model_version: 1
parameters_file: "test/test_aks_deploy.json"