Skip to content

Commit c54636f

Browse files
committed
fix
1 parent 57f8f51 commit c54636f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/machine-learning/how-to-deploy-mlflow-models-online-progressive.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,9 +595,7 @@ One we are confident with the new deployment, we can update the traffic to route
595595
596596
# [Azure CLI](#tab/cli)
597597
598-
```azurecli
599598
*This step in not required in the Azure CLI*
600-
```
601599
602600
# [Python (Azure ML SDK)](#tab/sdk)
603601
@@ -646,9 +644,7 @@ One we are confident with the new deployment, we can update the traffic to route
646644
647645
# [Azure CLI](#tab/cli)
648646
649-
```azurecli
650647
*This step in not required in the Azure CLI*
651-
```
652648
653649
# [Python (Azure ML SDK)](#tab/sdk)
654650
@@ -745,6 +741,8 @@ ml_client.online_endpoints.begin_delete(name=endpoint_name)
745741
deployment_client.delete_endpoint(endpoint_name)
746742
```
747743

744+
---
745+
748746
> [!IMPORTANT]
749747
> Notice that deleting an endpoint also deletes all the deployments under it.
750748

0 commit comments

Comments
 (0)