Skip to content

Commit 9e199bf

Browse files
authored
Clarify that web app must exist for the deploy to work (#201)
1 parent eb3dc02 commit 9e199bf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/getting_started.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,13 @@ scoring service on Azure App Service](https://docs.microsoft.com/en-us/azure/mac
234234

235235
In the Variables tab, edit your variable group (`devopsforai-aml-vg`). In the variable group definition, add the following variable:
236236

237-
| Variable Name | Suggested Value |
238-
| ---------------------- | --------------- |
239-
| WEBAPP_DEPLOYMENT_NAME | mlopswebapp |
237+
| Variable Name | Suggested Value |
238+
| ---------------------- | ---------------------- |
239+
| WEBAPP_DEPLOYMENT_NAME | _name of your web app_ |
240240

241-
Set **WEBAPP_DEPLOYMENT_NAME** to the name of your Azure Web App. Delete the **ACI_DEPLOYMENT_NAME** variable.
241+
Set **WEBAPP_DEPLOYMENT_NAME** to the name of your Azure Web App. This app must exist before you can deploy the model to it.
242+
243+
Delete the **ACI_DEPLOYMENT_NAME** variable.
242244

243245
The pipeline uses the [Create Image Script](../ml_service/util/create_scoring_image.py)
244246
to create a scoring image. The image

0 commit comments

Comments
 (0)