Skip to content

Commit 5f4e5bc

Browse files
committed
Terminology update
1 parent 877174f commit 5f4e5bc

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

articles/search/search-how-to-index-logic-apps-indexers.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connect to Logic Apps
33
titleSuffix: Azure AI Search
4-
description: Use a Logic Apps connector for indexer-based indexing in Azure AI Search.
4+
description: Use a Logic Apps workflow for indexer-based indexing in Azure AI Search.
55
manager: nitinme
66
author: HeidiSteen
77
ms.author: heidist
@@ -10,27 +10,31 @@ ms.topic: how-to
1010
ms.date: 05/15/2025
1111
---
1212

13-
# Use a Logic Apps connector for indexer-based indexing in Azure AI Search
13+
# Use a Logic Apps workflow for indexer-based indexing in Azure AI Search
1414

1515
[!INCLUDE [Feature preview](./includes/previews/preview-generic.md)]
1616

17-
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.
1818

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.
2020

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

2327
## Key features
2428

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:
2630

2731
+ Support for more data sources
2832
+ Integrated vectorization
2933
+ Scheduled or on-demand indexing
3034

3135
## Supported regions
3236

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:
3438

3539
+ Australia East
3640
+ Brazil South
@@ -45,9 +49,9 @@ End-to-end functionality is available in the following regions, which provide th
4549
+ West US 2
4650
+ West US 3
4751

48-
## Create a Logic Apps connector
52+
## Create a Logic Apps workflow
4953

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.
5155

5256
1. Start the Quickstart wizard in the Azure portal.
5357

articles/search/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ items:
257257
href: search-how-to-alias.md
258258
- name: Import large data sets
259259
href: search-how-to-large-index.md
260-
- name: Logic Apps connectors
260+
- name: Logic Apps workflows
261261
items:
262-
- name: Configure a connector
262+
- name: Create a workflow
263263
href: search-how-to-index-logic-apps-indexers.md
264264
- name: Indexers
265265
items:

articles/search/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Learn about the latest updates to Azure AI Search functionality, docs, and sampl
2525
| Item                         | Type | Description |
2626
|-----------------------------|------|--------------|
2727
| [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.|
2929
| [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. |
3030

3131
## April 2025

0 commit comments

Comments
 (0)