Skip to content

Commit 10e2bdb

Browse files
committed
Acrolinx
1 parent bee1f66 commit 10e2bdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/wwl-data-ai/get-started-prompt-flow-ai-studio/includes/4-connections-runtimes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ When you create a Large Language Model (LLM) application with prompt flow, you f
44

55
Whenever you want your flow to connect to external data source, service, or API, you need your flow to be authorized to communicate with that external service. When you create a **connection**, you configure a secure link between prompt flow and external services, ensuring seamless and safe data communication.
66

7-
:::image type="content" source="../media/connections.png" alt-text="Diagram showing a flow with two nodes, connecting to Azure AI Search and Azure Open AI.":::
7+
:::image type="content" source="../media/connections.png" alt-text="Diagram showing a flow with two nodes, connecting to Azure AI Search and Azure OpenAI.":::
88

99
Depending on the type of connection you create, the connection securely stores the endpoint, API key, or credentials necessary for prompt flow to communicate with the external service. Any necessary secrets aren't exposed to users, but instead are stored in an Azure Key Vault.
1010

@@ -14,8 +14,8 @@ Certain built-in tools require you to have a connection configured:
1414

1515
|Connection type|Built-in tools|
1616
|---|---|
17-
|Azure Open AI|LLM or Python|
18-
|Open AI|LLM or Python|
17+
|Azure OpenAI|LLM or Python|
18+
|OpenAI|LLM or Python|
1919
|Azure AI Search|Vector DB Lookup or Python|
2020
|Serp|Serp API or Python|
2121
|Custom|Python|

0 commit comments

Comments
 (0)