From dd01ee5bd38ae447444b3e90b7ab44a79a247361 Mon Sep 17 00:00:00 2001 From: Steve Haigh Date: Fri, 21 Feb 2020 16:26:39 +0000 Subject: [PATCH] Clarify that web app must exist for the deploy to work It might be obvious when you know what the task does, but it wasn't obvious to me to I've clarified the wording. --- docs/getting_started.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index cb249d48..a93b9fa5 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -234,11 +234,13 @@ scoring service on Azure App Service](https://docs.microsoft.com/en-us/azure/mac In the Variables tab, edit your variable group (`devopsforai-aml-vg`). In the variable group definition, add the following variable: -| Variable Name | Suggested Value | -| ---------------------- | --------------- | -| WEBAPP_DEPLOYMENT_NAME | mlopswebapp | +| Variable Name | Suggested Value | +| ---------------------- | ---------------------- | +| WEBAPP_DEPLOYMENT_NAME | _name of your web app_ | -Set **WEBAPP_DEPLOYMENT_NAME** to the name of your Azure Web App. Delete the **ACI_DEPLOYMENT_NAME** variable. +Set **WEBAPP_DEPLOYMENT_NAME** to the name of your Azure Web App. This app must exist before you can deploy the model to it. + +Delete the **ACI_DEPLOYMENT_NAME** variable. The pipeline uses the [Create Image Script](../ml_service/util/create_scoring_image.py) to create a scoring image. The image