Skip to content

Commit db2d512

Browse files
authored
Update concept-data-privacy.md
1 parent 6248773 commit db2d512

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/concept-data-privacy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-studio
77
ms.custom:
88
- ignite-2023
99
ms.topic: how-to
10-
ms.date: 5/02/2024
10+
ms.date: 5/22/2024
1111
ms.reviewer: jcioffi
1212
ms.author: ssalgado
1313
author: ssalgadodev
@@ -24,9 +24,9 @@ When you deploy models in Azure Machine Learning, the following types of data ar
2424

2525
* **Uploaded data**. For models that support fine-tuning, customers can upload their data to the [Azure Machine Learning Datastore](./concept-data.md) for use for fine-tuning.
2626

27-
## Generate inferencing outputs with real-time endpoints
27+
## Generate inferencing outputs with managed compute
2828

29-
Deploying models to managed compute deploys model weights to dedicated Virtual Machines and exposes a REST API for real-time inference. Learn more about deploying models from the [Model Catalog to real-time endpoints](concept-model-catalog.md). You manage the infrastructure for these real-time endpoints, and Azure's data, privacy, and security commitments apply. Learn more about [Azure compliance offerings](https://servicetrust.microsoft.com/DocumentPage/7adf2d9e-d7b5-4e71-bad8-713e6a183cf3) applicable to Azure Machine Learning.
29+
Deploying models to managed compute deploys model weights to dedicated Virtual Machines and exposes a REST API for real-time inference. Learn more about deploying models from the [Model Catalog to managed compute](concept-model-catalog.md). You manage the infrastructure for these managed computes, and Azure's data, privacy, and security commitments apply. Learn more about [Azure compliance offerings](https://servicetrust.microsoft.com/DocumentPage/7adf2d9e-d7b5-4e71-bad8-713e6a183cf3) applicable to Azure Machine Learning.
3030

3131
Although containers for models "Curated by Azure AI" are scanned for vulnerabilities that could exfiltrate data, not all models available through the model catalog have been scanned. To reduce the risk of data exfiltration, you can protect your deployment using virtual networks. Follow this link to [learn more](./how-to-network-isolation-model-catalog.md). You can also use [Azure Policy](./how-to-regulate-registry-deployments.md) to regulate the models that can be deployed by your users.
3232

0 commit comments

Comments
 (0)