Skip to content

Commit d117bcd

Browse files
authored
Update how-to-secure-online-endpoint.md
1 parent 675e65d commit d117bcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-secure-online-endpoint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,11 @@ When prompted, enter the password you used when creating the VM.
285285
286286
# [Generic model](#tab/model)
287287

288-
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-vnet.sh" id="set_env_vars":::
288+
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-vnet-legacy.sh" id="set_env_vars":::
289289

290290
# [MLflow model](#tab/mlflow)
291291

292-
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-vnet-mlflow.sh" id="set_env_vars":::
292+
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-vnet-mlflow-legacy.sh" id="set_env_vars":::
293293

294294
---
295295

@@ -332,11 +332,11 @@ When prompted, enter the password you used when creating the VM.
332332
333333
To delete the endpoint, use the following command:
334334
335-
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-vnet.sh" id="delete_endpoint":::
335+
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-vnet-legacy.sh" id="delete_endpoint":::
336336
337337
To delete the VM, use the following command:
338338
339-
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-vnet.sh" id="delete_vm":::
339+
:::code language="azurecli" source="~/azureml-examples-main/cli/deploy-moe-vnet-legacy.sh" id="delete_vm":::
340340
341341
To delete all the resources created in this article, use the following command. Replace `<resource-group-name>` with the name of the resource group used in this example:
342342

0 commit comments

Comments
 (0)