Skip to content

Commit 018865b

Browse files
Merge pull request #1888 from lgayhardt/patch-14
Update how-to-secure-prompt-flow.md
2 parents 8abf195 + 205cd79 commit 018865b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ Here is table to illustrate the options in different network set up for prompt f
3838

3939
|Ingress|Egress |Compute type in authoring |Compute type in inference |Network options for workspace|
4040
|-------|-------|----------------------------------------|---------------------------------------------------------|-----------------------------|
41-
|Public |Public |Serverless (recommend), Compute instance| Managed online endpoint (recommend), K8s online endpoint|Managed (recommend) /Bring you own|
42-
|Private|Public |Serverless (recommend), Compute instance| Managed online endpoint (recommend), K8s online endpoint|Managed (recommend) /Bring you own|
41+
|Public |Public |Serverless (recommend), Compute instance| Managed online endpoint (recommend)|Managed (recommend)|
42+
|Public |Public |Serverless (recommend), Compute instance| K8s online endpoint| Bring you own|
43+
|Private|Public |Serverless (recommend), Compute instance| Managed online endpoint (recommend)|Managed (recommend)|
44+
|Private|Public |Serverless (recommend), Compute instance| K8s online endpoint|Bring you own|
4345
|Public |Private|Serverless (recommend), Compute instance| Managed online endpoint |Managed|
4446
|Private|Private|Serverless (recommend), Compute instance| Managed online endpoint |Managed|
4547

0 commit comments

Comments
 (0)