Skip to content

Commit

Permalink
Clarify that web app must exist for the deploy to work (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehaigh authored Feb 21, 2020
1 parent eb3dc02 commit 9e199bf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e199bf

Please sign in to comment.