Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c17c478

Browse files
committedMay 3, 2022
fixing merge blockers
1 parent 635fec4 commit c17c478

File tree

5 files changed

+7
-8267
lines changed

5 files changed

+7
-8267
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The following table highlights the key differences between managed online endpoi
143143
| **Out-of-box logging** | [Azure Logs and Log Analytics at endpoint level](how-to-deploy-managed-online-endpoints.md#optional-integrate-with-log-analytics) | Supported |
144144
| **Application Insights** | Supported | Supported |
145145
| **Managed identity** | [Supported](how-to-access-resources-from-endpoints-managed-identities.md) | Supported |
146-
| **Virtual Network (VNET)** | [Supported]() (preview) | Supported |
146+
| **Virtual Network (VNET)** | [Supported](how-to-secure-online-endpoint.md) (preview) | Supported |
147147
| **View costs** | [Endpoint and deployment level](how-to-view-online-endpoints-costs.md) | Cluster level |
148148
| **Mirrored traffic** | [Supported](how-to-safely-rollout-managed-endpoints.md#test-the-deployment-with-mirrored-traffic-preview) | Unsupported
149149

‎articles/machine-learning/how-to-monitor-online-endpoints.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,18 @@ Depending on the resource that you select, the metrics that you see will be diff
5353
- Active connection count
5454
- Network bytes
5555

56-
<a id="bandwidth-throttling"></a>
57-
58-
> [!NOTE]
59-
> Bandwidth will be throttled if the limits are exceeded (see managed online endpoints section in [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints)). To determine if requests are throttled:
60-
> - Monitor the "Network bytes" metric
61-
> - The response trailers will have the fields: `ms-azureml-bandwidth-request-delay-ms` and `ms-azureml-bandwidth-response-delay-ms`. The values of the fields are the delays, in milliseconds, of the bandwidth throttling.
62-
6356
Split on the following dimensions:
6457

6558
- Deployment
6659
- Status Code
6760
- Status Code Class
6861

62+
#### Bandwidth throttling
63+
64+
Bandwidth will be throttled if the limits are exceeded (see managed online endpoints section in [Manage and increase quotas for resources with Azure Machine Learning](how-to-manage-quotas.md#azure-machine-learning-managed-online-endpoints)). To determine if requests are throttled:
65+
- Monitor the "Network bytes" metric
66+
- The response trailers will have the fields: `ms-azureml-bandwidth-request-delay-ms` and `ms-azureml-bandwidth-response-delay-ms`. The values of the fields are the delays, in milliseconds, of the bandwidth throttling.
67+
6968
### Metrics at deployment scope
7069

7170
- CPU Utilization Percentage

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ The following are the resources that the deployment communicates with over the p
7777

7878
When you configure the `egress_public_network_access` to `disabled`, a new private endpoint is created per deployment, per service. For example, if you set the flag to `true` for three deployments to an online endpoint, nine private endpoints are created. Each deployment would have three private endpoints that are used to communicate with the workspace, blob, and container registry.
7979

80-
The following diagram
81-
8280
```azurecli
8381
az ml online-deployment create -f deployment.yml --set egress_public_network_access=disabled
8482
```

‎articles/machine-learning/media/how-to-secure-online-endpoint/endpoint-network-isolation-diagram.svg

Lines changed: 0 additions & 2830 deletions
This file was deleted.

‎articles/machine-learning/media/how-to-secure-online-endpoint/endpoint-network-isolation-ingress-egress.svg

Lines changed: 0 additions & 5427 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.