You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/connectors/azure-ai.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Connect to Azure AI services from workflows
3
-
description: Integrate with Azure OpenAI and Azure AI Search in workflows for Azure Logic Apps.
2
+
title: Connect to Azure AI services from Workflows
3
+
description: Learn to integrate workflows with Azure OpenAI and Azure AI Search services using Azure Logic Apps.
4
4
author: ecfan
5
5
services: logic-apps
6
6
ms.suite: integration
7
-
ms.reviewer: estfan, azla
7
+
ms.reviewers: estfan, divswa, azla
8
8
ms.topic: how-to
9
-
ms.date: 09/11/2025
9
+
ms.date: 09/28/2025
10
10
ms.collection: ce-skilling-ai-copilot
11
11
ms.update-cycle: 180-days
12
12
---
@@ -59,11 +59,18 @@ For more information, see the following resources:
59
59
60
60
## Connector technical reference
61
61
62
-
In Consumption workflows, the **Azure OpenAI**and **Azure AI Search** managed or "shared" connectors are currently in preview and subject to the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
62
+
The following sections specify the connector reference articles that describe the connection parameters and operation parameters for each connector. If any operations in these connectors show the "Preview" label, they're currently in preview and subject to the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
63
63
64
64
### Azure OpenAI
65
65
66
-
Azure OpenAI Service provides access to [OpenAI's language models](https://openai.com/product), which include GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, and the Embeddings model series. With the **Azure OpenAI** connector, your workflow can connect to Azure OpenAI Service and get OpenAI embeddings for your data or generate chat completions.
66
+
Azure OpenAI Service provides access to [OpenAI's language models](https://openai.com/product), for example, GPT-5, GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, and the Embeddings model series. With the **Azure OpenAI** connector, your workflow can connect to Azure OpenAI Service and get OpenAI embeddings for your data or generate chat completions.
67
+
68
+
The **Azure OpenAI** connector has different versions, based on [logic app type and hosting model](/azure/logic-apps/logic-apps-overview#resource-environment-differences):
69
+
70
+
| Logic app | Environment | Connector version |
71
+
|-----------|-------------|-------------------|
72
+
|**Consumption**| Multitenant Azure Logic Apps | Managed, Azure-hosted connector, which appears in the connector gallery under the **Shared** filter. <br><br>For more information, see [Azure OpenAI managed connector reference](/connectors/azureopenai). |
73
+
|**Standard**| Single-tenant Azure Logic Apps, App Service Environment v3 (Windows plans only), or hybrid deployment, which is your own infrastructure. | Built-in connector, which appears in the connector gallery under the **Built-in** filter and is [service provider-based](/azure/logic-apps/custom-connector-overview#service-provider-interface-implementation). The built-in connector has the following capabilities among others: <br><br>- Multiple [authentication type support](#authentication) <br><br>- Direct access to resources in Azure virtual networks and endpoints for Azure OpenAI behind firewalls. <br><br>For more information, see [Azure OpenAI built-in connector reference](/azure/logic-apps/connectors/built-in/reference/openai). |
67
74
68
75
> [!TIP]
69
76
>
@@ -74,13 +81,6 @@ Azure OpenAI Service provides access to [OpenAI's language models](https://opena
74
81
>
75
82
> To find Azure Copilot, on the [Azure portal](https://portal.azure.com) toolbar, select **Copilot**.
76
83
77
-
The **Azure OpenAI** connector has different versions, based on [logic app type and hosting model](/azure/logic-apps/logic-apps-overview#resource-environment-differences):
78
-
79
-
| Logic app | Environment | Connector version |
80
-
|-----------|-------------|-------------------|
81
-
|**Consumption**| Multitenant Azure Logic Apps | Managed, Azure-hosted connector, which appears in the connector gallery under the **Shared** filter. <br><br>For more information, see [Azure OpenAI managed connector reference](/connectors/azureopenai). |
82
-
|**Standard**| Single-tenant Azure Logic Apps, App Service Environment v3 (Windows plans only), or hybrid deployment, which is your own infrastructure. | Built-in connector, which appears in the connector gallery under the **Built-in** filter and is [service provider-based](/azure/logic-apps/custom-connector-overview#service-provider-interface-implementation). The built-in connector has the following capabilities among others: <br><br>- Multiple [authentication type support](#authentication) <br><br>- Direct access to resources in Azure virtual networks and endpoints for Azure OpenAI behind firewalls. <br><br>For more information, see [Azure OpenAI built-in connector reference](/azure/logic-apps/connectors/built-in/reference/openai). |
83
-
84
84
### Azure AI Search
85
85
86
86
Azure AI Search is platform for AI-powered information retrieval that helps developers build rich search experiences and generative AI apps by combining large language models with enterprise data. With the **Azure AI Search** connector, your workflow can connect to Azure AI Search to index documents and perform vector searches on your data.
0 commit comments