|
1 |
| -### YamlMime:YamlDocument |
2 |
| -documentType: LandingData |
3 |
| -title: Azure Logic Apps Documentation |
4 |
| -metadata: |
5 |
| - title: Azure Logic Apps Documentation - Tutorials, API Reference | Microsoft Docs |
6 |
| - description: Azure Logic Apps simplifies how you build automated scalable workflows that integrate apps and data across cloud services and on-premises systems. Learn how to create, design, and deploy logic apps that automate business processes with our quickstarts, tutorials, templates, and APIs. |
7 |
| - services: logic-apps |
8 |
| - author: ecfan |
9 |
| - manager: carmonm |
10 |
| - ms.service: logic-apps |
11 |
| - ms.tgt_pltfrm: na |
12 |
| - ms.devlang: na |
13 |
| - ms.topic: logic-apps |
14 |
| - ms.date: 01/09/2018 |
15 |
| - ms.author: estfan |
16 |
| -abstract: |
17 |
| - description: Azure Logic Apps simplifies how you build automated scalable workflows that integrate apps and data across cloud services and on-premises systems. Learn how to create, design, and deploy logic apps that automate business processes with our quickstarts, tutorials, templates, and APIs. |
18 |
| -sections: |
19 |
| -- title: 5-Minute Quickstarts |
20 |
| - items: |
21 |
| - - type: paragraph |
22 |
| - text: Learn how to create a logic app that runs in Azure. |
23 |
| - - type: list |
24 |
| - style: icon48 |
25 |
| - items: |
26 |
| - - image: |
27 |
| - src: https://docs.microsoft.com/media/common/i_portal.svg |
28 |
| - text: Azure portal |
29 |
| - href: /azure/logic-apps/quickstart-create-first-logic-app-workflow |
30 |
| - - image: |
31 |
| - src: https://docs.microsoft.com/media/logos/logo_visual-studio.svg |
32 |
| - text: Visual Studio |
33 |
| - href: /azure/logic-apps/quickstart-create-logic-apps-with-visual-studio |
34 |
| - - image: |
35 |
| - src: https://docs.microsoft.com/media/logos/logo_vs-code.svg |
36 |
| - text: Visual Studio Code |
37 |
| - href: /azure/logic-apps/quickstart-create-logic-apps-visual-studio-code |
38 |
| -- title: Step-by-Step Tutorials |
39 |
| - items: |
40 |
| - - type: paragraph |
41 |
| - text: Learn how to build logic apps that run on a schedule and integrate data across Azure services, Microsoft services, and other software-as-a-service (SaaS) apps. |
42 |
| - - type: list |
43 |
| - style: ordered |
44 |
| - items: |
45 |
| - - html: <a href="/azure/logic-apps/tutorial-build-schedule-recurring-logic-app-workflow">Check traffic with a schedule-based logic app</a> |
46 |
| - - html: <a href="/azure/logic-apps/tutorial-process-mailing-list-subscriptions-workflow">Manage mailing list requests with a logic app</a> |
47 |
| - - html: <a href="/azure/logic-apps/tutorial-process-email-attachments-workflow">Process emails and attachments with a logic app</a> |
48 |
| -- title: Reference |
49 |
| - items: |
50 |
| - - type: list |
51 |
| - style: cards |
52 |
| - className: cardsD |
53 |
| - items: |
54 |
| - - title: Command-Line |
55 |
| - html: <p><a href="/powershell/module/az.logicapp">Azure PowerShell</a></p> |
56 |
| - - title: REST |
57 |
| - html: <p><a href="/rest/api/logic/">REST API Reference</a></p> |
| 1 | +### YamlMime:Landing |
| 2 | + |
| 3 | +title: Azure Logic Apps documentation # < 60 chars |
| 4 | +summary: Build automated scalable workflows, business processes, and enterprise orchestrations to integrate your apps and data across cloud services and on-premises systems. # < 160 chars |
| 5 | + |
| 6 | +metadata: |
| 7 | + title: Azure Logic Apps documentation # Required; page title displayed in search results. Include the brand. < 60 chars. |
| 8 | + description: Build automated scalable workflows, business processes, and enterprise orchestrations to integrate your apps and data across cloud services and on-premises systems. # Required; article description that is displayed in search results. < 160 chars. |
| 9 | + services: logic-apps # service |
| 10 | + ms.service: logic-apps #Required; service per approved list. service slug assigned to your service by ACOM. |
| 11 | + ms.topic: landing-page # Required |
| 12 | + author: ecfan #Required; your GitHub user alias, with correct capitalization. |
| 13 | + ms.author: estfan; logicappspm #Required; microsoft alias of author; optional team alias. |
| 14 | + ms.date: 09/18/2019 #Required; mm/dd/yyyy format. |
| 15 | + |
| 16 | +# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new |
| 17 | + |
| 18 | +landingContent: |
| 19 | +# Cards and links should be based on top customer tasks or top subjects |
| 20 | +# Start card title with a verb |
| 21 | + # Card (optional) |
| 22 | + - title: About Azure Logic Apps |
| 23 | + linkLists: |
| 24 | + - linkListType: overview |
| 25 | + links: |
| 26 | + - text: What is Azure Logic Apps? |
| 27 | + url: logic-apps-overview.md |
| 28 | + - linkListType: concept |
| 29 | + links: |
| 30 | + - text: Connectors for Azure Logic Apps |
| 31 | + url: /azure/connectors/apis-list.md |
| 32 | + - text: Schedule recurring workflows |
| 33 | + url: concepts-schedule-automated-recurring-tasks-workflows.md |
| 34 | + - text: B2B enterprise integration |
| 35 | + url: logic-apps-enterprise-integration-overview.md |
| 36 | + - linkListType: learn |
| 37 | + links: |
| 38 | + - text: Introduction to Azure Logic Apps |
| 39 | + url: https://docs.microsoft.com/learn/modules/intro-to-logic-apps/ |
| 40 | + - linkListType: video |
| 41 | + links: |
| 42 | + - text: Introducing Azure Logic Apps |
| 43 | + url: https://channel9.msdn.com/Blogs/Azure/Introducing-Azure-Logic-Apps |
| 44 | + - text: Azure Logic Apps - Code & API free integration |
| 45 | + url: https://www.youtube.com/watch?v=Z3qaBQS0w20 |
| 46 | + |
| 47 | + # Card (optional) |
| 48 | + - title: Get started |
| 49 | + linkLists: |
| 50 | + - linkListType: quickstart |
| 51 | + links: |
| 52 | + - text: Create logic app - Azure portal |
| 53 | + url: quickstart-create-first-logic-app-workflow.md |
| 54 | + - text: Create logic app - Visual Studio |
| 55 | + url: quickstart-create-logic-apps-with-visual-studio.md |
| 56 | + - linkListType: get-started |
| 57 | + links: |
| 58 | + - text: "Template: Run timer jobs on a schedule" |
| 59 | + url: https://azure.microsoft.com/resources/templates/301-logicapps-jobscheduler/ |
| 60 | + - linkListType: learn |
| 61 | + links: |
| 62 | + - text: Route and process data automatically |
| 63 | + url: https://docs.microsoft.com/learn/modules/route-and-process-data-logic-apps |
| 64 | + - linkListType: tutorial |
| 65 | + links: |
| 66 | + - text: Create a schedule-based workflow |
| 67 | + url: tutorial-build-schedule-recurring-logic-app-workflow.md |
| 68 | + - text: Create an approval-based workflow |
| 69 | + url: tutorial-process-mailing-list-subscriptions-workflow.md |
| 70 | + - text: Create an Azure Functions and Storage workflow |
| 71 | + url: tutorial-process-email-attachments-workflow.md |
| 72 | + - linkListType: video |
| 73 | + links: |
| 74 | + - text: Be the scheduler hero with Azure Logic Apps |
| 75 | + url: https://azure.microsoft.com/resources/videos/ignite-2018-be-the-scheduler-hero-with-azure-logic-apps |
| 76 | + |
| 77 | + # Card (optional) |
| 78 | + - title: Access on-premises data or virtual networks |
| 79 | + linkLists: |
| 80 | + - linkListType: concept |
| 81 | + links: |
| 82 | + - text: What is an on-premises data gateway? |
| 83 | + url: https://docs.microsoft.com/data-integration/gateway/service-gateway-onprem |
| 84 | + - text: What is an integration service environment? |
| 85 | + url: connect-virtual-network-vnet-isolated-environment-overview.md |
| 86 | + - linkListType: how-to-guide |
| 87 | + links: |
| 88 | + - text: Install on-premises data gateway |
| 89 | + url: logic-apps-gateway-install.md |
| 90 | + - text: Connect to on-premises data sources |
| 91 | + url: logic-apps-gateway-connection.md |
| 92 | + - text: Connect to virtual networks |
| 93 | + url: connect-virtual-network-vnet-isolated-environment-overview.md |
| 94 | + - linkListType: video |
| 95 | + links: |
| 96 | + - text: Introduction to Integration Service Environment |
| 97 | + url: https://azure.microsoft.com/resources/videos/azure-friday-introduction-to-azure-integration-service-environment-for-logic-apps/ |
| 98 | + |
| 99 | + # Card (optional) |
| 100 | + - title: Build B2B enterprise integrations |
| 101 | + linkLists: |
| 102 | + - linkListType: how-to-guide |
| 103 | + links: |
| 104 | + - text: Create and manage integration accounts |
| 105 | + url: logic-apps-enterprise-integration-create-integration-account.md |
| 106 | + - text: Add trading partners |
| 107 | + url: logic-apps-enterprise-integration-partners.md |
| 108 | + - text: Create agreements between partners |
| 109 | + url: logic-apps-enterprise-integration-agreements.md |
| 110 | + - linkListType: learn |
| 111 | + links: |
| 112 | + - text: "Sample: Connect to integration account and deploy with Azure DevOps" |
| 113 | + url: https://docs.microsoft.com/samples/azure-samples/azure-logic-apps-deployment-samples/connect-to-an-integration-account-from-azure-logic-apps-and-deploy-by-using-azure-devops-pipelines/ |
| 114 | + - linkListType: architecture |
| 115 | + links: |
| 116 | + - text: Basic enterprise integration |
| 117 | + url: https://docs.microsoft.com/azure/architecture/reference-architectures/enterprise-integration/basic-enterprise-integration |
| 118 | + |
| 119 | + # Card (optional) |
| 120 | + - title: Manage and secure logic apps |
| 121 | + linkLists: |
| 122 | + - linkListType: how-to-guide |
| 123 | + links: |
| 124 | + - text: Manage logic apps - Visual Studio |
| 125 | + url: manage-logic-apps-with-visual-studio.md |
| 126 | + - text: Manage integration service environment |
| 127 | + url: ise-manage-integration-service-environment.md |
| 128 | + - text: Secure access and data |
| 129 | + url: logic-apps-securing-a-logic-app.md |
| 130 | + - text: Authenticate with managed identities |
| 131 | + url: create-managed-service-identity.md |
| 132 | + |
| 133 | + # Card (optional) |
| 134 | + - title: Deploy logic apps |
| 135 | + linkLists: |
| 136 | + - linkListType: concept |
| 137 | + links: |
| 138 | + - text: Automate logic app deployment |
| 139 | + url: logic-apps-azure-resource-manager-templates-overview.md |
| 140 | + - linkListType: how-to-guide |
| 141 | + links: |
| 142 | + - text: Create logic app templates |
| 143 | + url: logic-apps-create-azure-resource-manager-templates.md |
| 144 | + - text: Deploy logic app templates |
| 145 | + url: logic-apps-deploy-azure-resource-manager-templates.md |
| 146 | + - linkListType: learn |
| 147 | + links: |
| 148 | + - text: Create and deploy with Resource Manager templates |
| 149 | + url: https://docs.microsoft.com/learn/modules/create-deploy-logic-apps-using-arm-templates/ |
| 150 | + - text: "Sample: Connect to Azure Storage and deploy with Azure DevOps" |
| 151 | + url: https://docs.microsoft.com/samples/azure-samples/azure-logic-apps-deployment-samples/connect-to-azure-storage-accounts-from-azure-logic-apps-and-deploy-with-azure-devops-pipelines/ |
| 152 | + - text: "Sample: Connect to Azure Service Bus and deploy with Azure DevOps" |
| 153 | + url: https://docs.microsoft.com/samples/azure-samples/azure-logic-apps-deployment-samples/connect-to-azure-service-bus-queues-from-azure-logic-apps-and-deploy-with-azure-devops-pipelines/ |
| 154 | + |
| 155 | + # Card (optional) |
| 156 | + - title: More information |
| 157 | + linkLists: |
| 158 | + - linkListType: reference |
| 159 | + links: |
| 160 | + - text: Service limits and configuration |
| 161 | + url: logic-apps-limits-and-config.md |
| 162 | + - text: Pricing model |
| 163 | + url: logic-apps-pricing.md |
| 164 | + - text: Workflow Definition Language schema |
| 165 | + url: logic-apps-workflow-definition-language.md |
| 166 | + - text: Azure PowerShell |
| 167 | + url: https://docs.microsoft.com/powershell/module/az.logicapp/ |
| 168 | + - text: REST API |
| 169 | + url: https://docs.microsoft.com/rest/api/logic/ |
0 commit comments