File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -234,11 +234,13 @@ scoring service on Azure App Service](https://docs.microsoft.com/en-us/azure/mac
234
234
235
235
In the Variables tab, edit your variable group (` devopsforai-aml-vg ` ). In the variable group definition, add the following variable:
236
236
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 _ |
240
240
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.
242
244
243
245
The pipeline uses the [ Create Image Script] ( ../ml_service/util/create_scoring_image.py )
244
246
to create a scoring image. The image
You can’t perform that action at this time.
0 commit comments