Skip to content

Commit 6fe7839

Browse files
Merge pull request #306212 from ecfan/patch-1
[Azure Logic Apps] Azure OpenAI and Azure AI Search connectors - Remove preview label and information
2 parents 5eff95a + a8a8396 commit 6fe7839

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/logic-apps/connectors/azure-ai.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
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.
44
author: ecfan
55
services: logic-apps
66
ms.suite: integration
7-
ms.reviewer: estfan, azla
7+
ms.reviewers: estfan, divswa, azla
88
ms.topic: how-to
9-
ms.date: 09/11/2025
9+
ms.date: 09/28/2025
1010
ms.collection: ce-skilling-ai-copilot
1111
ms.update-cycle: 180-days
1212
---
@@ -59,11 +59,18 @@ For more information, see the following resources:
5959

6060
## Connector technical reference
6161

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/).
6363

6464
### Azure OpenAI
6565

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). |
6774

6875
> [!TIP]
6976
>
@@ -74,13 +81,6 @@ Azure OpenAI Service provides access to [OpenAI's language models](https://opena
7481
>
7582
> To find Azure Copilot, on the [Azure portal](https://portal.azure.com) toolbar, select **Copilot**.
7683
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-
8484
### Azure AI Search
8585

8686
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

Comments
 (0)