Skip to content

Commit c15bbd0

Browse files
Merge pull request #245850 from Blackmist/foundational-vnet
updating per feedback from support
2 parents 1150cdc + ea93e8b commit c15bbd0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/machine-learning/how-to-use-foundation-models.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,13 @@ You can filter the list of models in the model catalog by Task, or by license. S
4141

4242
You can quickly test out any pre-trained model using the Sample Inference widget on the model card, providing your own sample input to test the result. Additionally, the model card for each model includes a brief description of the model and links to samples for code based inferencing, finetuning and evaluation of the model.
4343

44-
> [!NOTE]
45-
>If you are using a private workspace, your virtual network needs to allow outbound access in order to use foundation models in Azure Machine Learning
44+
> [!IMPORTANT]
45+
> Deploying foundational models to a managed online endpoint is currently supported with __public workspaces__ (and their public associated resources) only.
46+
>
47+
> * When `egress_public_network_access` is set to `disabled`, the deployment can only access the workspace-associated resources secured in the virtual network.
48+
> * When `egress_public_network_access` is set to `enabled` for a managed online endpoint deployment, the deployment can only access the resources with public access. Which means that it cannot access resources secured in the virtual network.
49+
>
50+
> For more information, see [Outbound resource access for managed online endpoints](how-to-secure-online-endpoint.md#outbound-resource-access).
4651
4752
## How to evaluate foundation models using your own test data
4853

@@ -82,7 +87,7 @@ To enable users to get started with model evaluation, we have published samples
8287
## How to finetune foundation models using your own training data
8388

8489
In order to improve model performance in your workload, you might want to fine tune a foundation model using your own training data. You can easily finetune these foundation models by using either the finetune settings in the studio or by using the code based samples linked from the model card.
85-
90+
8691
### Finetune using the studio
8792
You can invoke the finetune settings form by selecting on the **Finetune** button on the model card for any foundation model.
8893

0 commit comments

Comments
 (0)