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
Support for Logic Apps connector is now in public preview, available in the Azure portal [Quickstart wizard](search-get-started-portal-import-vectors.md) only.
17
+
Support for Logic Apps integration is now in public preview, available in the Azure portal [Quickstart wizard](search-get-started-portal-import-vectors.md) only.
18
18
19
-
A Logic apps connector is equivalent to an indexer in Azure AI Search, inclusive of both the data source and indexer definition. Logic Apps integration adds support for more data sources, and includes integration with Azure OpenAI models for vectorizing data during indexing.
19
+
A Logic apps workflow is equivalent to an indexer in Azure AI Search, inclusive of both the data source and indexer definition. Logic Apps integration adds support for more data sources, and extends to Azure OpenAI models for vectorizing data during indexing.
20
20
21
-
You can create an connector in Azure AI Search, and then manage it in Logic Apps alongside your other connectors. Logic Apps connectors are a billable resource. For more information, see [Azure Logic Apps pricing](/azure/logic-apps/logic-apps-pricing).
21
+
You can create a workflow in Azure AI Search using the Quickstart wizard, and then manage it in Logic Apps alongside your other workflows. Behind the scenes, the wizard follows a workflow template that pulls in (ingests) content from a source for indexing in AI Search. The connectors used in this scenario are prebuilt and already exist in Azure Logic Apps, so the workflow template just provides details for those connectors to create connections to the data source, AI Search, and other items to complete the ingestion workflow.
22
+
23
+
After you're done with the wizard, you've got a logic app resource and workflow that's live and running. You can view the running workflow, or you can open the designer in Azure Logic Apps to edit the workflow, as you regularly do if you'd started from Azure Logic Apps instead.
24
+
25
+
Logic Apps workflows are a billable resource. For more information, see [Azure Logic Apps pricing](/azure/logic-apps/logic-apps-pricing).
22
26
23
27
## Key features
24
28
25
-
The Quickstart wizard generates a Logic Apps connector, one each for on-demand or scheduled indexing, and a search index.
29
+
The Quickstart wizard generates a Logic Apps template one each for on-demand or scheduled indexing, and a search index. This capability provides:
26
30
27
31
+ Support for more data sources
28
32
+ Integrated vectorization
29
33
+ Scheduled or on-demand indexing
30
34
31
35
## Supported regions
32
36
33
-
End-to-end functionality is available in the following regions, which provide the data source connector, document cracking, document chunks, support for Azure OpenAI embedding models, and the Azure AI indexer support for pulling the data:
37
+
End-to-end functionality is available in the following regions, which provide the data source connection, document cracking, document chunks, support for Azure OpenAI embedding models, and the Azure AI indexer support for pulling the data:
34
38
35
39
+ Australia East
36
40
+ Brazil South
@@ -45,9 +49,9 @@ End-to-end functionality is available in the following regions, which provide th
45
49
+ West US 2
46
50
+ West US 3
47
51
48
-
## Create a Logic Apps connector
52
+
## Create a Logic Apps workflow
49
53
50
-
Follow these steps to create a Logic Apps connector for indexing content in Azure AI Search.
54
+
Follow these steps to create a Logic Apps workflow for indexing content in Azure AI Search.
51
55
52
56
1. Start the Quickstart wizard in the Azure portal.
|[Agentic retrieval (preview)](search-agentic-retrieval-concept.md)| Query | Create a conversational search experience powered by large language models (LLMs) and your proprietary data. Agentic retrieval breaks down complex user queries into subqueries, runs the subqueries in parallel, and extracts grounding data from documents indexed in Azure AI Search. The output is intended for integration with custom chat solutions. A new [knowledge agent](search-agentic-retrieval-how-to-create.md) is introduced in this preview. Its [response payload](search-agentic-retrieval-how-to-retrieve.md) is designed for downstream agent and chat model consumption, with full transparency of the query plan and reference data. To get started, see [Quickstart: Agentic retrieval](search-get-started-agentic-retrieval.md). |
28
-
|[Logic Apps integration (preview)](search-how-to-index-logic-apps-indexers.md)| Indexing | Create an automated indexing pipeline that retrieves content from a supported Logic Apps connector. Use the [Quickstart wizard](search-get-started-portal-import-vectors.md) in the Azure portal to build the indexing pipeline.|
28
+
|[Logic Apps integration (preview)](search-how-to-index-logic-apps-indexers.md)| Indexing | Create an automated indexing pipeline that retrieves content using a Logic Apps workflow. Use the [Quickstart wizard](search-get-started-portal-import-vectors.md) in the Azure portal to build the indexing pipeline.|
29
29
|[2025-05-01-preview](/rest/api/searchservice/operation-groups?view=rest-searchservice-2025-05-01-preview&preserve-view=true)| REST | New data plane preview REST API version providing programmatic access to the preview features announced in this release. |
0 commit comments