Skip to content

Commit fd5450b

Browse files
Merge pull request #251389 from cloga/lochen-private-storage
private storage is not supported
2 parents 2ff9659 + 18e0f88 commit fd5450b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/machine-learning/prompt-flow/how-to-secure-prompt-flow.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ When you're developing your LLM application using prompt flow, you may want a se
3030
- Container registry: you may also want to secure your container registry with virtual network.
3131
- Endpoint: you may want to limit Azure services or IP address to access your endpoint.
3232
- Related Azure Cognitive Services as such Azure OpenAI, Azure content safety and Azure cognitive search, you can use network config to make them as private then using private endpoint to let Azure Machine Learning services communicate with them.
33-
33+
- Other non Azure resources such as SerpAPI, pinecone etc. If you have strict outbound rule, you need add FQDN rule to access them.
3434
## Secure prompt flow with workspace managed virtual network
3535

36-
Workspace managed virtual network is the recommend way to support network isolation in prompt flow. It provides easily configuration to secure your workspace. After you enable managed virtual network in the workspace level, resources related to workspace in the same virtual network, will use the same network setting in the workspace level. You can also configure the workspace to use private endpoint to access other Azure resources such as Azure OpenAI, Azure content safety, and Azure cognitive search. You also can configure FQDN rule to approve outbound to non-Azure resources use by your prompt flow such as OpenAI, Pinecone etc.
36+
Workspace managed virtual network is the recommended way to support network isolation in prompt flow. It provides easily configuration to secure your workspace. After you enable managed virtual network in the workspace level, resources related to workspace in the same virtual network, will use the same network setting in the workspace level. You can also configure the workspace to use private endpoint to access other Azure resources such as Azure OpenAI, Azure content safety, and Azure cognitive search. You also can configure FQDN rule to approve outbound to non-Azure resources use by your prompt flow such as OpenAI, Pinecone etc.
3737

3838
1. Follow [Workspace managed network isolation](../how-to-managed-network.md) to enable workspace managed virtual network.
3939

@@ -61,6 +61,7 @@ Workspace managed virtual network is the recommend way to support network isolat
6161
6262
## Limitations
6363
64+
- Only public access enable storage account is supported. You can't use private storage account now.
6465
- Workspace hub / lean workspace and AI studio don't support bring your own virtual network.
6566
- Managed online endpoint only supports workspace managed virtual network. If you want to use your own virtual network, you may need one workspace for prompt flow authoring with your virtual network and another workspace for prompt flow deployment using managed online endpoint with workspace managed virtual network.
6667

0 commit comments

Comments
 (0)