Skip to content

Commit 320a3f3

Browse files
authored
Merge pull request #88866 from ecfan/landing-page
New landing page draft
2 parents 91ac1f2 + 6482466 commit 320a3f3

File tree

2 files changed

+182
-70
lines changed

2 files changed

+182
-70
lines changed

articles/logic-apps/index.yml

Lines changed: 169 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,169 @@
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/

articles/logic-apps/toc.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: Azure Logic Apps Documentation
1+
- name: Azure Logic Apps documentation
22
href: index.yml
33
- name: Overview
44
items:
@@ -17,9 +17,9 @@
1717
items:
1818
- name: Create schedule-based workflows
1919
href: tutorial-build-schedule-recurring-logic-app-workflow.md
20-
- name: Manage mailing list requests
20+
- name: Create approval-based workflows
2121
href: tutorial-process-mailing-list-subscriptions-workflow.md
22-
- name: Process email attachments
22+
- name: Create Azure Storage and Azure Functions workflow
2323
href: tutorial-process-email-attachments-workflow.md
2424
- name: Samples
2525
items:
@@ -31,7 +31,7 @@
3131
items:
3232
- name: Connectors for Logic Apps
3333
href: ../connectors/apis-list.md
34-
- name: Schedule automated recurring workflows
34+
- name: Schedule recurring workflows
3535
href: concepts-schedule-automated-recurring-tasks-workflows.md
3636
- name: Serverless with Azure
3737
href: logic-apps-serverless-overview.md
@@ -105,12 +105,18 @@
105105
href: logic-apps-diagnosing-failures.md
106106
- name: Develop for B2B scenarios
107107
items:
108-
- name: Create an integration account
108+
- name: Create integration account
109109
href: logic-apps-enterprise-integration-create-integration-account.md
110110
- name: Trading partners
111111
href: logic-apps-enterprise-integration-partners.md
112112
- name: Agreements
113113
href: logic-apps-enterprise-integration-agreements.md
114+
- name: Schemas for XML validation
115+
href: logic-apps-enterprise-integration-schemas.md
116+
- name: Maps for XML transform
117+
href: logic-apps-enterprise-integration-maps.md
118+
- name: Certificates
119+
href: logic-apps-enterprise-integration-certificates.md
114120
- name: Artifact metadata
115121
href: logic-apps-enterprise-integration-metadata.md
116122
- name: Receive B2B messages
@@ -141,20 +147,14 @@
141147
href: logic-apps-scenario-edi-send-batch-messages.md
142148
- name: Process flat files
143149
href: logic-apps-enterprise-integration-flatfile.md
150+
- name: Transform XML
151+
href: logic-apps-enterprise-integration-transform.md
144152
- name: Process XML
145153
href: logic-apps-enterprise-integration-xml.md
146154
- name: Validate XML
147155
href: logic-apps-enterprise-integration-xml-validation.md
148-
- name: Add schemas for XML validation
149-
href: logic-apps-enterprise-integration-schemas.md
150-
- name: Transform XML
151-
href: logic-apps-enterprise-integration-transform.md
152-
- name: Add maps for XML transform
153-
href: logic-apps-enterprise-integration-maps.md
154156
- name: Transform JSON
155157
href: logic-apps-enterprise-integration-liquid-transform.md
156-
- name: Add security certificates
157-
href: logic-apps-enterprise-integration-certificates.md
158158
- name: Troubleshoot B2B errors
159159
href: logic-apps-enterprise-integration-b2b-list-errors-solutions.md
160160
- name: Build a disaster recovery plan

0 commit comments

Comments
 (0)