Skip to content

Commit cd0ef80

Browse files
Merge pull request #247238 from cloga/lochen/pf-VNet
Explicitly call out VNet not support
2 parents 72eebef + 982e277 commit cd0ef80

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

articles/machine-learning/prompt-flow/get-started-prompt-flow.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ A quick video tutorial can be found here: [Prompt flow get started video tutoria
2828
> Prompt flow is **not supported** in the workspace which has data isolation enabled. The enableDataIsolation flag can only be set at the workspace creation phase and can't be updated.
2929
>
3030
>Prompt flow is **not supported** in the project workspace which was created with a workspace hub. The workspace hub is a private preview feature.
31+
>
32+
>Prompt flow is **not supported** in workspaces that enable managed VNet. Managed VNet is a private preview feature.
33+
>
34+
>Prompt flow is **not supported** if you secure your Azure AI services account(Azure openAI, Azure cognitive search, Azure content safety) with virtual networks. If you want to use these as connection in prompt flow please allow access from all networks.
3135
3236
In your Azure Machine Learning workspace, you can enable Prompt flow by turning on **Build AI solutions with Prompt flow** in the **Manage preview features** panel.
3337

articles/machine-learning/prompt-flow/how-to-create-manage-runtime.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ You need to assign enough permission to use runtime in Prompt flow. To assign a
5252
> Prompt flow is **not supported** in the workspace which has data isolation enabled. The enableDataIsolation flag can only be set at the workspace creation phase and can't be updated.
5353
>
5454
>Prompt flow is **not supported** in the project workspace which was created with a workspace hub. The workspace hub is a private preview feature.
55+
>
56+
> Prompt flow is **not supported** in workspaces that enable managed VNet. Managed VNet is a private preview feature.
57+
>
58+
>Prompt flow is **not supported** if you secure your Azure AI services account (Azure openAI, Azure cognitive search, Azure content safety) with virtual networks. If you want to use these as connection in prompt flow please allow access from all networks.
5559
5660
### Create compute instance runtime in UI
5761

@@ -299,6 +303,9 @@ If your compute instance is behind a VNet, you need to make the following change
299303
- If your storage account also behind vnet, see [Secure Azure storage accounts](../how-to-secure-workspace-vnet.md#secure-azure-storage-accounts) to create private endpoints for both table and blob.
300304
- Make sure the managed identity of workspace have `Storage Blob Data Contributor`, `Storage Table Data Contributor` roles on the workspace default storage account.
301305

306+
> [!NOTE]
307+
> This only works if your AOAI and other cognitive services allow access from all networks.
308+
302309
### Managed endpoint runtime related
303310

304311
#### Managed endpoint failed with an internal server error. Endpoint creation was successful, but failed to create deployment for the newly created workspace.

0 commit comments

Comments
 (0)