Skip to content

Commit 0b8b27a

Browse files
committed
image refresh
1 parent 26ec26a commit 0b8b27a

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

articles/machine-learning/how-to-enable-app-insights.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.topic: conceptual
99
ms.reviewer: jmartens
1010
ms.author: larryfr
1111
author: blackmist
12-
ms.date: 11/12/2019
12+
ms.date: 03/12/2020
1313
---
1414

1515
# Monitor and collect data from ML web service endpoints
1616
[!INCLUDE [applies-to-skus](../../includes/aml-applies-to-basic-enterprise-sku.md)]
1717

18-
In this article, you learn how to collect data from and monitor models deployed to web service endpoints in Azure Kubernetes Service (AKS) or Azure Container Instances (ACI) by enabling Azure Application Insights. In addition to collecting an endpoint's input data and response, you can monitor:
18+
In this article, you learn how to collect data from and monitor models deployed to web service endpoints in Azure Kubernetes Service (AKS) or Azure Container Instances (ACI) by enabling Azure Application Insights. In addition to collecting an endpoint's output data and response, you can monitor:
1919

2020
* Request rates, response times, and failure rates
2121
* Dependency rates, response times, and failure rates
@@ -26,7 +26,7 @@ In this article, you learn how to collect data from and monitor models deployed
2626

2727
## Prerequisites
2828

29-
* If you dont have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://aka.ms/AMLFree) today
29+
* If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://aka.ms/AMLFree) today
3030

3131
* An Azure Machine Learning workspace, a local directory that contains your scripts, and the Azure Machine Learning SDK for Python installed. To learn how to get these prerequisites, see [How to configure a development environment](how-to-configure-environment.md)
3232
* A trained machine learning model to be deployed to Azure Kubernetes Service (AKS) or Azure Container Instance (ACI). If you don't have one, see the [Train image classification model](tutorial-train-models-with-aml.md) tutorial
@@ -80,12 +80,24 @@ To disable Azure Application Insights, use the following code:
8080
## replace <service_name> with the name of the web service
8181
<service_name>.update(enable_app_insights=False)
8282
```
83+
## Use Azure Machine Learning studio to configure
84+
You can also enable Azure Application Insights from Azure Machine Learning studio when you're ready to deploy your model with these steps.
8385

86+
1. Sign in to your workspace at https://ml.azure.com/
87+
1. Go to **Models** and select which model you want to deploy
88+
1. Select **+Deploy**
89+
1. Populate the **Deploy model** form
90+
1. Expand the **Advanced** menu
91+
92+
![Deploy form](./media/how-to-enable-app-insights/deploy-form.png)
93+
1. Select **Enable Application Insights diagnostics and data collection**
94+
95+
![Enable App Insights](./media/how-to-enable-app-insights/enable-app-insights.png)
8496
## Evaluate data
8597
Your service's data is stored in your Azure Application Insights account, within the same resource group as Azure Machine Learning.
8698
To view it:
8799

88-
1. Go to your Azure Machine Learning workspace in [Azure Machine Learning studio](https://ml.azure.com) and click on Application Insights link
100+
1. Go to your Azure Machine Learning workspace in the [Azure portal](https://ms.portal.azure.com/) and click on the Application Insights link
89101

90102
[![AppInsightsLoc](./media/how-to-enable-app-insights/AppInsightsLoc.png)](././media/how-to-enable-app-insights/AppInsightsLoc.png#lightbox)
91103

41.9 KB
Loading
24.4 KB
Loading

0 commit comments

Comments
 (0)