We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae4b61 commit c7845aaCopy full SHA for c7845aa
.pipelines/diabetes_regression-cd-deploy.yml
@@ -57,8 +57,9 @@ stages:
57
scriptLocation: inlineScript
58
workingDirectory: $(Build.SourcesDirectory)/$(SOURCES_DIR_TRAIN)/scoring
59
inlineScript: |
60
+ set -e # fail on error
61
+
62
az ml model deploy --name $(ACI_DEPLOYMENT_NAME) --model '$(MODEL_NAME):$(MODEL_VERSION)' \
- --ic inference_config.yml \
63
--dc deployment_config_aci.yml \
64
-g $(RESOURCE_GROUP) --workspace-name $(WORKSPACE_NAME) \
65
--overwrite -v
0 commit comments