Skip to content

Commit f4d95cd

Browse files
authored
Merge pull request #57573 from marthalc/master
Updating images to comply with PR quality review criteria.
2 parents b656b70 + 61657a3 commit f4d95cd

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ In this article, you learn how to set up Azure Application Insights for your Azu
1919

2020
[Learn more about Application Insights](../../application-insights/app-insights-overview.md).
2121

22+
>[!NOTE]
23+
> Code in this article was tested with Azure Machine Learning SDK version 0.1.74
24+
25+
2226
## Prerequisites
2327
* An Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2428
* 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).

articles/machine-learning/service/how-to-enable-data-collection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The path to the output data in the blob follows this syntax:
4040
/modeldata/<subscriptionid>/<resourcegroup>/<workspace>/<webservice>/<model>/<version>/<identifier>/<year>/<month>/<day>/data.csv
4141
# example: /modeldata/1a2b3c4d-5e6f-7g8h-9i10-j11k12l13m14/myresourcegrp/myWorkspace/aks-w-collv9/best_model/10/inputs/2018/12/31/data.csv
4242
```
43+
>[!NOTE]
44+
> Code in this article was tested with Azure Machine Learning SDK version 0.1.74
4345
4446
## Prerequisites
4547

177 Bytes
Loading
23 Bytes
Loading

0 commit comments

Comments
 (0)