Skip to content

Commit 197bdc3

Browse files
committed
Address PR warnings; update link text
1 parent eb6c272 commit 197bdc3

8 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ The __Test__ tab of the deployment's detail page supports scoring for endpoints
728728

729729
## Log and monitor traffic
730730

731-
To enable traffic logging in the diagnostics settings for the endpoint, follow the steps in [How to enable/disable logs](how-to-monitor-online-endpoints.md#how-to-enabledisable-logs).
731+
To enable traffic logging in the diagnostics settings for the endpoint, follow the steps in [Turn on logs](how-to-monitor-online-endpoints.md#turn-on-logs).
732732

733733
If the diagnostic setting is enabled, you can check the `AmlOnlineEndpointTrafficLogs` table to see the auth mode and user identity.
734734

articles/machine-learning/how-to-deploy-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ To view metrics and set alerts based on your SLA, complete the steps that are de
12301230

12311231
### (Optional) Integrate with Log Analytics
12321232

1233-
The `get-logs` command for CLI or the `get_logs` method for SDK provides only the last few hundred lines of logs from an automatically selected instance. However, Log Analytics provides a way to durably store and analyze logs. For more information on using logging, see [Monitor online endpoints](how-to-monitor-online-endpoints.md#logs).
1233+
The `get-logs` command for CLI or the `get_logs` method for SDK provides only the last few hundred lines of logs from an automatically selected instance. However, Log Analytics provides a way to durably store and analyze logs. For more information on using logging, see [Monitor online endpoints](how-to-monitor-online-endpoints.md#use-logs).
12341234

12351235
<!-- [!INCLUDE [Email Notification Include](includes/machine-learning-email-notifications.md)] -->
12361236

articles/machine-learning/how-to-manage-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Azure Machine Learning online endpoints and batch endpoints have resource limits
123123
> [!IMPORTANT]
124124
> These limits are *regional*, meaning that you can use up to these limits per each region you're using. For example, if your current limit for number of endpoints per subscription is 100, you can create 100 endpoints in the East US region, 100 endpoints in the West US region, and 100 endpoints in each of the other supported regions in a single subscription. Same principle applies to all the other limits.
125125
126-
To determine the current usage for an endpoint, [view the metrics](how-to-monitor-online-endpoints.md#metrics).
126+
To determine the current usage for an endpoint, [view the metrics](how-to-monitor-online-endpoints.md#use-metrics).
127127

128128
To request an exception from the Azure Machine Learning product team, use the steps in the [Endpoint limit increases](#endpoint-limit-increases).
129129

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Another way to view the metrics page for an endpoint or deployment is to go dire
7676

7777
Online endpoints and deployments are Azure Resource Manager resources. You can find them by going to their resource group and then looking for the resource types **Machine Learning online endpoint** and **Machine Learning online deployment**.
7878

79-
1. Under **Monitoring**, select **Metrics**.
79+
1. On the resource page, under **Monitoring**, select **Metrics**.
8080

8181
:::image type="content" source="media/how-to-monitor-online-endpoints/endpoint-metrics-azure-portal.png" alt-text="Screenshot of the Azure portal that shows the Metrics page for a deployment. Monitoring and Metrics are highlighted." lightbox="media/how-to-monitor-online-endpoints/endpoint-metrics-azure-portal.png":::
8282

@@ -136,7 +136,7 @@ The options for code are the Azure Machine Learning CLI and the Azure Machine Le
136136
- For the names of endpoint metrics to use in code, see the values in the **Name in REST API** column in the table in [Supported metrics for Microsoft.MachineLearningServices/workspaces/onlineEndpoints](monitor-azure-machine-learning-reference.md#supported-metrics-for-microsoftmachinelearningservicesworkspacesonlineendpoints).
137137
- For the names of deployment metrics to use in code, see the values in the **Name in REST API** column in the tables in [Supported metrics for Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments](monitor-azure-machine-learning-reference.md#supported-metrics-for-microsoftmachinelearningservicesworkspacesonlineendpointsdeployments).
138138

139-
For more information, see [Autoscaling online endpoints](how-to-autoscale-endpoints.md).
139+
For more information, see [Autoscale online endpoints in Azure Machine Learning](how-to-autoscale-endpoints.md).
140140

141141
## Use logs
142142

@@ -173,7 +173,7 @@ There are three logs that you can turn on for online endpoints:
173173
### Turn on logs
174174

175175
> [!IMPORTANT]
176-
> Logging uses the Log Analytics feature of Monitor. If you don't currently have a Log Analytics workspace, you can create one by following the steps in [Create a Log Analytics workspace in the Azure portal](/azure/azure-monitor/logs/quick-create-workspace#create-a-workspace).
176+
> Logging uses the Log Analytics feature of Monitor. If you don't currently have a Log Analytics workspace, you can create one by following the steps in [Create a workspace](/azure/azure-monitor/logs/quick-create-workspace#create-a-workspace).
177177
178178
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your endpoint, and then select the endpoint.
179179

articles/machine-learning/how-to-safely-rollout-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ Mirroring has the following limitations:
577577
* Mirroring is supported for the CLI (v2) (version 2.4.0 or above) and Python SDK (v2) (version 1.0.0 or above). If you use an older version of CLI/SDK to update an endpoint, you'll lose the mirror traffic setting.
578578
* Mirroring isn't currently supported for Kubernetes online endpoints.
579579
* You can mirror traffic to only one deployment in an endpoint.
580-
* The maximum percentage of traffic you can mirror is 50%. This limit is to reduce the effect on your [endpoint bandwidth quota](how-to-manage-quotas.md#azure-machine-learning-online-endpoints-and-batch-endpoints) (default 5 MBPS)—your endpoint bandwidth is throttled if you exceed the allocated quota. For information on monitoring bandwidth throttling, see [Monitor managed online endpoints](how-to-monitor-online-endpoints.md#metrics-at-endpoint-scope).
580+
* The maximum percentage of traffic you can mirror is 50%. This limit is to reduce the effect on your [endpoint bandwidth quota](how-to-manage-quotas.md#azure-machine-learning-online-endpoints-and-batch-endpoints) (default 5 MBPS)—your endpoint bandwidth is throttled if you exceed the allocated quota. For information on monitoring bandwidth throttling, see [Monitor managed online endpoints](how-to-monitor-online-endpoints.md#metrics-at-the-endpoint-scope).
581581

582582
Also note the following behaviors:
583583

articles/machine-learning/prompt-flow/how-to-deploy-for-real-time-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ You can view various metrics (request numbers, request latency, network bytes, C
288288

289289
:::image type="content" source="./media/how-to-deploy-for-real-time-inference/view-metrics.png" alt-text="Screenshot of the endpoint detail page with view metrics highlighted. " lightbox = "./media/how-to-deploy-for-real-time-inference/view-metrics.png":::
290290

291-
For more information on how to view online endpoint metrics, see [Monitor online endpoints](../how-to-monitor-online-endpoints.md#metrics).
291+
For more information on how to view online endpoint metrics, see [Monitor online endpoints](../how-to-monitor-online-endpoints.md#use-metrics).
292292

293293
### View prompt flow endpoints specific metrics and tracing data (optional)
294294

articles/machine-learning/prompt-flow/how-to-deploy-to-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ While tuning above parameters, you need to monitor the following metrics to ensu
464464

465465
#### Collect general metrics
466466

467-
You can view [general metrics of online deployment (request numbers, request latency, network bytes, CPU/GPU/Disk/Memory utilization, and more)](../how-to-monitor-online-endpoints.md#metrics).
467+
You can view [general metrics of online deployment (request numbers, request latency, network bytes, CPU/GPU/Disk/Memory utilization, and more)](../how-to-monitor-online-endpoints.md#use-metrics).
468468

469469
#### Collect tracing data and system metrics during inference time
470470

articles/machine-learning/tutorial-deploy-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ If you open the metrics for the online endpoint, you can set up the page to see
451451

452452
:::image type="content" source="media/tutorial-deploy-model/view-endpoint-metrics-in-azure-portal.png" alt-text="Screenshot showing online endpoint metrics in the Azure portal." lightbox="media/tutorial-deploy-model/view-endpoint-metrics-in-azure-portal.png":::
453453

454-
For more information on how to view online endpoint metrics, see [Monitor online endpoints](how-to-monitor-online-endpoints.md#metrics).
454+
For more information on how to view online endpoint metrics, see [Monitor online endpoints](how-to-monitor-online-endpoints.md#use-metrics).
455455

456456
## Send all traffic to the new deployment
457457
Once you're fully satisfied with your `green` deployment, switch all traffic to it.

0 commit comments

Comments
 (0)