Skip to content

Commit f441943

Browse files
committed
AzureML terminology change - Azure Direct Models
1 parent 1a5b1dd commit f441943

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When you deploy models in Azure Machine Learning, the following types of data ar
2929

3030
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.
3131

32-
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.
32+
Although containers for "Azure Direct Models" 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.
3333

3434
:::image type="content" source="media/concept-data-privacy/platform-service.png" alt-text="A diagram showing the platform service life cycle." lightbox="media/concept-data-privacy/platform-service.png":::
3535

articles/machine-learning/concept-models-featured.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,4 @@ For examples of how to use Stability AI models, see the following examples:
368368
- [Deploy models as standard deployment](how-to-deploy-models-serverless.md)
369369
- [Model catalog and collections](concept-model-catalog.md)
370370
- [Region availability for models in standard deployment](concept-endpoint-serverless-availability.md)
371-
- [Content safety for models curated by Azure AI in the model catalog](../ai-foundry/concepts/model-catalog-content-safety.md)
371+
- [Content safety for Azure Direct Models](../ai-foundry/concepts/model-catalog-content-safety.md)

articles/machine-learning/how-to-network-isolation-model-catalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ Since the workspace managed virtual network can access internet in this configur
4545
1. Configure a workspace by following [Workspace managed network isolation](./how-to-managed-network.md#configure-a-managed-virtual-network-to-allow-only-approved-outbound). In step 3 of the tutorial when selecting **Workspace managed outbound access**, select **Allow Only Approved Outbound**.
4646
2. If you set the public network access to the workspace to disabled, you can connect to the workspace using one of the methods as listed [in step 2 of the allow internet outbound section of this tutorial](#workspace-managed-virtual-network-to-allow-internet-outbound).
4747
3. The workspace manages virtual network is set to an allow only configuration. You must add a corresponding user-defined outbound rule to allow all the relevant FQDNs.
48-
1. Follow this link for a list of FQDNs required for the [Curated by Azure AI collection](#language-models-in-curated-by-azure-ai-collection).
48+
1. Follow this link for a list of FQDNs required for the [Azure Direct Models collection](#language-models-in-curated-by-azure-ai-collection).
4949
2. Follow this link for a list of FQDNs required for the [Hugging Face collection](#work-with-hugging-face-collection).
5050

5151
## Work with open source models curated by Azure Machine Learning
5252

5353
Workspace managed virtual network to allow only approved outbound uses a Service Endpoint Policy to Azure Machine Learning managed storage accounts, to help access the models in the collections curated by Azure Machine Learning in an out-of-the-box manner. This mode of workspace configuration also has default outbound to the Microsoft Container Registry that contains the docker image used to deploy the models.
5454

55-
### Language models in 'Curated by Azure AI' collection
55+
### Language models in 'Azure Direct Models' collection
5656

5757
These models involve dynamic installation of dependencies at runtime. To add a user defined outbound rule, follow step four of
58-
To use the Curated by Azure AI collection, users should add user defined outbound rules for the following FQDNs at the workspace level:
58+
To use the Azure Direct Models collection, users should add user defined outbound rules for the following FQDNs at the workspace level:
5959

6060
* `*.anaconda.org`
6161
* `*.anaconda.com`

0 commit comments

Comments
 (0)