Skip to content

Commit 0278057

Browse files
authored
Update concept-endpoints-online.md
1 parent 0f4aab9 commit 0278057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-endpoints-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Managed online endpoints are the recommended way to use online endpoints in Azur
5151
|Managed service |• Fully managed compute provisioning/scaling<br>• Network configuration for data exfiltration prevention<br>• Host OS upgrade, controlled rollout of in-place updates |• Scaling is limited<br>• User must manage network configuration or upgrade |
5252
|Endpoint/deployment concept |Distinction between endpoint and deployment enables complex scenarios such as safe rollout of models |No concept of endpoint |
5353
|Diagnostics and Monitoring |• Local endpoint debugging possible with Docker and Visual Studio Code<br>• Advanced metrics and logs analysis with chart/query to compare between deployments<br>• Cost breakdown to deployment level |No easy local debugging |
54-
|Scalability |Limitless, elastic, and automatic scaling |• Container Instances isn't scalable <br>• AKS v1 supports in-cluster scale only and requires scalability configuration |
54+
|Scalability |Elastic, and automatic scaling (not bound by the default cluster size) |• Container Instances isn't scalable <br>• AKS v1 supports in-cluster scale only and requires scalability configuration |
5555
|Enterprise readiness |Private link, customer managed keys, Microsoft Entra ID, quota management, billing integration, Service Level Agreement (SLA) |Not supported |
5656
|Advanced ML features |• Model data collection<br>• Model monitoring<br>• Champion-challenger model, safe rollout, traffic mirroring<br>• Responsible AI extensibility |Not supported |
5757

@@ -88,7 +88,7 @@ The following table highlights the key differences between managed online endpoi
8888
| **Recommended users** | Users who want a managed model deployment and enhanced MLOps experience | Users who prefer Kubernetes and can self-manage infrastructure requirements |
8989
| **Node provisioning** | Managed compute provisioning, update, removal | User responsibility |
9090
| **Node maintenance** | Managed host OS image updates and security hardening | User responsibility |
91-
| **Cluster sizing (scaling)** | [Managed manual and autoscale](how-to-autoscale-endpoints.md) supporting added node provisioning | [Manual and autoscale](how-to-kubernetes-inference-routing-azureml-fe.md#autoscaling), supporting scaling the number of replicas within fixed cluster boundaries |
91+
| **Cluster sizing (scaling)** | [Managed manual and autoscale](how-to-autoscale-endpoints.md) supporting additional node provisioning | [Manual and autoscale](how-to-kubernetes-inference-routing-azureml-fe.md#autoscaling), supporting scaling the number of replicas within fixed cluster boundaries |
9292
| **Compute type** | Managed by the service | Customer-managed Kubernetes cluster |
9393
| **Managed identity** | [Supported](how-to-access-resources-from-endpoints-managed-identities.md) | Supported |
9494
| **Virtual network** | [Supported via managed network isolation](concept-secure-online-endpoint.md) | User responsibility |

0 commit comments

Comments
 (0)