From 9e199bf3c5580424176b01a550c7d25f159831c2 Mon Sep 17 00:00:00 2001 From: Steve Haigh Date: Fri, 21 Feb 2020 20:44:05 +0000 Subject: [PATCH] Clarify that web app must exist for the deploy to work (#201) --- 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