Skip to content

Commit c586c42

Browse files
Merge pull request #49475 from ShawnKupfer/WB1705
User Feedback 399848 - Fix incorrect product name per UUF feedback
2 parents 6ae2be8 + 10e2bdb commit c586c42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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 Cognitive 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,9 +14,9 @@ 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|
19-
|Cognitive Search|Vector DB Lookup or Python|
17+
|Azure OpenAI|LLM or Python|
18+
|OpenAI|LLM or Python|
19+
|Azure AI Search|Vector DB Lookup or Python|
2020
|Serp|Serp API or Python|
2121
|Custom|Python|
2222

0 commit comments

Comments
 (0)