Skip to content

Commit bee1f66

Browse files
committed
User Feedback 399848 - Fix incorrect product name per UUF feedback
1 parent 6ae2be8 commit bee1f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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 Open AI.":::
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

@@ -16,7 +16,7 @@ Certain built-in tools require you to have a connection configured:
1616
|---|---|
1717
|Azure Open AI|LLM or Python|
1818
|Open AI|LLM or Python|
19-
|Cognitive Search|Vector DB Lookup 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)