|
| 1 | +--- |
| 2 | +title: Connect to Logic Apps |
| 3 | +titleSuffix: Azure AI Search |
| 4 | +description: Use a Logic Apps connector for indexer-based indexing in Azure AI Search. |
| 5 | +manager: nitinme |
| 6 | +author: HeidiSteen |
| 7 | +ms.author: heidist |
| 8 | +ms.service: azure-ai-search |
| 9 | +ms.topic: how-to |
| 10 | +ms.date: 05/15/2025 |
| 11 | +--- |
| 12 | + |
| 13 | +# Use a Logic Apps connector for indexer-based indexing in Azure AI Search |
| 14 | + |
| 15 | +[!INCLUDE [Feature preview](./includes/previews/preview-generic.md)] |
| 16 | + |
| 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. |
| 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. |
| 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). |
| 22 | + |
| 23 | +## Key features |
| 24 | + |
| 25 | +The Quickstart wizard generates a Logic Apps connector, one each for on-demand or scheduled indexing, and a search index. |
| 26 | + |
| 27 | ++ Support for more data sources |
| 28 | ++ Integrated vectorization |
| 29 | ++ Scheduled or on-demand indexing |
| 30 | + |
| 31 | +## Supported regions |
| 32 | + |
| 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: |
| 34 | + |
| 35 | ++ Australia East |
| 36 | ++ Brazil South |
| 37 | ++ South Central US |
| 38 | ++ East US |
| 39 | ++ East US 2 |
| 40 | ++ East Asia |
| 41 | ++ North Europe |
| 42 | ++ Southeast Asia |
| 43 | ++ Sweden Central |
| 44 | ++ UK South |
| 45 | ++ West US 2 |
| 46 | ++ West US 3 |
| 47 | + |
| 48 | +## Create a Logic Apps connector |
| 49 | + |
| 50 | +Follow these steps to create a Logic Apps connector for indexing content in Azure AI Search. |
| 51 | + |
| 52 | +1. Start the Quickstart wizard in the Azure portal. |
| 53 | + |
| 54 | +1. Choose a Logic Apps indexer. |
| 55 | + |
| 56 | + :::image type="content" source="media/logic-apps-connectors/choose-data-source.png" alt-text="Screenshot of the choose data source page in the Quickstart wizard." lightbox="media/logic-apps-connectors/choose-data-source.png" ::: |
| 57 | + |
| 58 | +## Template management |
| 59 | + |
| 60 | +Templates are created by the wizard when you specify a Logic Apps indexer. To create and manage templates, including template deletion, do this through Logic Apps. The Azure portal search service dashboard doesn't provide template management, and currently there's no programmatic support in Azure AI Search APIs. |
| 61 | + |
| 62 | +## Related content |
| 63 | + |
| 64 | ++ [Indexers](search-indexer-overview.md) |
| 65 | + |
0 commit comments