Skip to content

Commit 1149728

Browse files
committed
editorial review
1 parent 0cb7ba7 commit 1149728

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/machine-learning/concept-model-monitoring.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-machine-learning
99
ms.subservice: mlops
1010
ms.reviewer: alehughes
1111
ms.topic: concept-article
12-
ms.date: 09/27/2024
12+
ms.date: 02/25/2025
1313
ms.custom: devplatv2, FY25Q1-Linter
1414
#Customer intent: As a data scientist, I want to understand Azure Machine Learning monitoring so I can keep my machine learning models fresh and performant.
1515
---
@@ -172,23 +172,23 @@ For example, if the accuracy of your classification model in production dips bel
172172

173173
## Model monitoring authentication options
174174

175-
Azure Machine Learning model monitoring supports both credential-based and credential-less authentication to the datastore with the collected production inference data from your model. To configure credential-less authentication, follow the steps below:
175+
Azure Machine Learning model monitoring supports both credential-based and credential-less authentication to the datastore with the collected production inference data from your model. To configure credential-less authentication, follow these steps:
176176

177-
1) Create a User-Assigned Managed Identity (UAMI) and attach it to your Azure Machine Learning workspace
178-
2) Grant the UAMI [proper permissions](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-identity-based-service-authentication?view=azureml-api-2&tabs=cli#user-assigned-managed-identity) to access your datastore.
179-
3) Update the workspace level property `systemDatastoresAuthMode` to `'identity'`.
177+
1. Create a User-Assigned Managed Identity (UAMI) and attach it to your Azure Machine Learning workspace.
178+
1. Grant the UAMI [proper permissions](how-to-identity-based-service-authentication.md#user-assigned-managed-identity) to access your datastore.
179+
1. Update the value of the workspace level property `systemDatastoresAuthMode` to `'identity'`.
180180

181-
Or, you can simply add credentials to the datastore where your production inference data is being stored.
181+
Alternatively, you can add credentials to the datastore where your production inference data is stored.
182182

183-
To learn more about credential-less authentication with Azure Machine Learning, see [here](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-identity-based-service-authentication?view=azureml-api-2&tabs=cli#user-assigned-managed-identity).
183+
To learn more about credential-less authentication with Azure Machine Learning, see [User-assigned managed identity](how-to-identity-based-service-authentication.md#user-assigned-managed-identity).
184184

185-
## Model monitoring networking limitations
185+
## Model monitoring limitations
186186

187-
Azure Machine Learning model monitoring does not support the `AllowOnlyApprovedOutbound` managed virtual network isolation setting. To learn more about managed virtual network isolation in Azure Machine Learning, see [here](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-managed-network?view=azureml-api-2&tabs=azure-cli).
187+
Azure Machine Learning model monitoring has the following limitations:
188188

189-
## Model monitoring other limitations
189+
- It doesn't support the `AllowOnlyApprovedOutbound` managed virtual network isolation setting. To learn more about managed virtual network isolation in Azure Machine Learning, see [Workspace Managed Virtual Network Isolation](how-to-managed-network.md).
190190

191-
Azure Machine Learning model monitoring has a dependency on `Spark` to compute metrics over large-scale datasets. `MLTable` is not well-supported by `Spark`, and thus it is recommended to avoid using `MLTable` whenever possible with model monitoring jobs. Only basic `MLTable` files are guaranteed to be supported. For complex or custom operations, we recommend using the `Spark` API directly in your code.
191+
- It depends on `Spark` to compute metrics over large-scale datasets. Because `MLTable` isn't well-supported by `Spark`, it's best to avoid using `MLTable` whenever possible with model monitoring jobs. Only basic `MLTable` files have guaranteed support. For complex or custom operations, consider using the `Spark` API directly in your code.
192192

193193
## Related content
194194

0 commit comments

Comments
 (0)