|
| 1 | +--- |
| 2 | +title: Connect to Logic Apps |
| 3 | +titleSuffix: Azure AI Search |
| 4 | +description: Use a Logic Apps workflow 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.custom: references_regions |
| 10 | +ms.topic: how-to |
| 11 | +ms.date: 05/15/2025 |
| 12 | +--- |
| 13 | + |
| 14 | +# Use a Logic Apps workflow for indexer-based indexing in Azure AI Search |
| 15 | + |
| 16 | +[!INCLUDE [Feature preview](./includes/previews/preview-generic.md)] |
| 17 | + |
| 18 | +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. |
| 19 | + |
| 20 | +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. |
| 21 | + |
| 22 | +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. |
| 23 | + |
| 24 | +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. |
| 25 | + |
| 26 | +Logic Apps workflows are a billable resource. For more information, see [Azure Logic Apps pricing](/azure/logic-apps/logic-apps-pricing). |
| 27 | + |
| 28 | +## Key features |
| 29 | + |
| 30 | +The Quickstart wizard generates a Logic Apps template one each for on-demand or scheduled indexing, and a search index. This capability provides: |
| 31 | + |
| 32 | ++ Support for more data sources |
| 33 | ++ Integrated vectorization |
| 34 | ++ Scheduled or on-demand indexing |
| 35 | + |
| 36 | +## Supported regions |
| 37 | + |
| 38 | +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: |
| 39 | + |
| 40 | ++ Australia East |
| 41 | ++ Brazil South |
| 42 | ++ South Central US |
| 43 | ++ East US |
| 44 | ++ East US 2 |
| 45 | ++ East Asia |
| 46 | ++ North Europe |
| 47 | ++ Southeast Asia |
| 48 | ++ Sweden Central |
| 49 | ++ UK South |
| 50 | ++ West US 2 |
| 51 | ++ West US 3 |
| 52 | + |
| 53 | +## Create a Logic Apps workflow |
| 54 | + |
| 55 | +Follow these steps to create a Logic Apps workflow for indexing content in Azure AI Search. |
| 56 | + |
| 57 | +1. Start the Quickstart wizard in the Azure portal. |
| 58 | + |
| 59 | +1. Choose a Logic Apps indexer. |
| 60 | + |
| 61 | + :::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" ::: |
| 62 | + |
| 63 | +## Template management |
| 64 | + |
| 65 | +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. |
| 66 | + |
| 67 | +## Related content |
| 68 | + |
| 69 | ++ [Indexers](search-indexer-overview.md) |
| 70 | + |
0 commit comments