Skip to content

Commit 8258622

Browse files
committed
minor changes to markdown table
1 parent 8782f9c commit 8258622

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ In Azure Machine Learning, we have two options to secure network isolation: brin
4646

4747
Here's a table to illustrate the options in different network setups for prompt flow.
4848

49-
|Ingress|Egress |Compute type in authoring |Compute type in inference |Network options for workspace|
50-
|-------|-------|----------------------------------------|---------------------------------------------------------|-----------------------------|
51-
|Public |Public |Serverless (recommended), Compute instance| Managed online endpoint (recommend) |Managed (recommended)|
52-
|Public |Public |Serverless (recommended), Compute instance| K8s online endpoint | Bring your own |
53-
|Private|Public |Serverless (recommended), Compute instance| Managed online endpoint (recommended) |Managed (recommended)|
54-
|Private|Public |Serverless (recommended), Compute instance| K8s online endpoint |Bring your own|
55-
|Public |Private|Serverless (recommended), Compute instance| Managed online endpoint |Managed|
56-
|Private|Private|Serverless (recommended), Compute instance| Managed online endpoint |Managed|
49+
| Ingress | Egress | Compute type in authoring | Compute type in inference | Network options for workspace |
50+
|---------|---------|------------------------------------------------|-------------------------------------|-------------------------------|
51+
| Public | Public | Serverless (recommended), Compute instance | Managed online endpoint (recommended) | Managed (recommended) |
52+
| Public | Public | Serverless (recommended), Compute instance | K8s online endpoint | Bring your own |
53+
| Private | Public | Serverless (recommended), Compute instance | Managed online endpoint (recommended) | Managed (recommended) |
54+
| Private | Public | Serverless (recommended), Compute instance | K8s online endpoint | Bring your own |
55+
| Public | Private | Serverless (recommended), Compute instance | Managed online endpoint | Managed |
56+
| Private | Private | Serverless (recommended), Compute instance | Managed online endpoint | Managed |
5757

5858
- In private virtual network scenarios, we recommend using a workspace-enabled managed virtual network. It's the easiest way to secure your workspace and related resources.
5959
- The use of managed vNet and bring your own virtual network in a single workspace isn't supported. Additionally, since managed online endpoint is supported only with a managed virtual network, you can't deploy prompt flow to managed online endpoint in a workspace with an enabled bring your own virtual network.

0 commit comments

Comments
 (0)