You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Although organizations use different protocols and formats for B2B communication
51
51
52
52
Visual Studio downloads and installs the extension.
53
53
54
-
* To create, manage, and deploy logic app resources, you can use the Azure portal, [Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md), [Visual Studio](quickstart-create-logic-apps-with-visual-studio.md), or [PowerShell](/powershell/module/az.logicapp).
54
+
* To create, manage, and deploy logic app resources, you can use the Azure portal, [Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md), or [PowerShell](/powershell/module/az.logicapp).
55
55
56
56
After you create an integration account and add your artifacts, you can start building B2B workflows by creating a logic app resource.
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-examples-and-scenarios.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ Every workflow starts with a single [*trigger*](logic-apps-overview.md#logic-app
40
40
After you add the trigger, continue building your workflow by adding one or more actions. The following quickstarts help you build your first Consumption logic app workflow, which runs in global, multitenant Azure Logic Apps:
41
41
42
42
*[Quickstart: Create an example Consumption logic app workflow in multitenant Azure Logic Apps - Azure portal](quickstart-create-example-consumption-workflow.md)
43
-
*[Quickstart: Create automated tasks, processes, and workflows by using Azure Logic Apps - Visual Studio](quickstart-create-logic-apps-with-visual-studio.md)
44
43
*[Quickstart: Create and manage automated logic app workflows by using Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md)
45
44
46
45
The following how-to guides help you build a Standard logic app workflow that runs in single-tenant Azure Logic Apps:
@@ -77,12 +76,15 @@ Sometimes, your logic app workflow might need access to secured resources, such
77
76
78
77
## Deploy, manage, and monitor logic app workflows
79
78
80
-
You can fully develop and deploy logic app resources with Visual Studio, Azure DevOps, or any other source control and automated build tools. To support deployment for workflows and dependent connections in a resource template, logic app resources use Azure resource deployment templates. Visual Studio tools automatically generate these templates, which you can check in to source control for versioning. For notification and diagnostic logs for workflow run status, Azure Logic Apps also provides monitoring and alerts.
79
+
You can fully develop and deploy logic app resources with Azure DevOps or any other source control and automated build tools. To support deployment for workflows and dependent connections in a resource template, logic app resources use Azure resource deployment templates. For notification and diagnostic logs for workflow run status, Azure Logic Apps also provides monitoring and alerts.
81
80
82
81
### Deploy
83
82
84
-
*[Quickstart: Create automated tasks, processes, and workflows by using Azure Logic Apps - Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md)
*[Set up deployment slots to enable zero downtime deployment in single-tenant Azure Logic Apps](/azure/logic-apps/set-up-deployment-slots)
84
+
*[DevOps deployment for Standard logic apps in single-tenant Azure Logic Apps](/azure/logic-apps/devops-deployment-single-tenant-azure-logic-apps)
85
+
*[Set up DevOps deployment for Standard logic apps in single-tenant Azure Logic Apps](/azure/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps)
86
+
*[Automate build and deployment with Azure DevOps for Standard logic apps](/azure/logic-apps/automate-build-deployment-standard)
87
+
*[Overview: Automate logic app deployment with Azure Resource Manager templates](../logic-apps/logic-apps-azure-resource-manager-templates-overview.md)
86
88
*[Create Azure Resource Manager templates to automate deployment for Azure Logic Apps](../logic-apps/logic-apps-create-azure-resource-manager-templates.md)
87
89
*[Deploy Azure Resource Manager templates for Azure Logic Apps](../logic-apps/logic-apps-deploy-azure-resource-manager-templates.md)
88
90
*[Sample: Set up an API Management action for Azure Logic Apps](https://github.com/Azure-Samples/azure-logic-apps-deployment-samples/tree/master/api-management-actions)
@@ -96,7 +98,6 @@ You can fully develop and deploy logic app resources with Visual Studio, Azure D
96
98
97
99
*[Plan and manage costs](plan-manage-costs.md)
98
100
*[Manage logic apps in the Azure portal](manage-logic-apps-with-azure-portal.md)
99
-
*[Manage logic apps with Visual Studio](manage-logic-apps-with-visual-studio.md)
100
101
*[Create and manage integration accounts for B2B enterprise integrations](logic-apps-enterprise-integration-create-integration-account.md)
101
102
*[Move logic app resources to other Azure resource groups, regions, or subscriptions](move-logic-app-resources.md)
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-overview.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ You can start small with your current systems and services, and then grow increm
108
108
109
109
### Visually create and edit workflows with easy-to-use tools
110
110
111
-
Save time and simplify complex processes by using the visual design tools in Azure Logic Apps. Create your workflows from start to finish by using the Azure Logic Apps workflow designer in the Azure portal, Visual Studio Code, or Visual Studio. Just start your workflow with a trigger, and add any number of actions from the [connectors gallery](/connectors/connector-reference/connector-reference-logicapps-connectors).
111
+
Save time and simplify complex processes by using the visual design tools in Azure Logic Apps. Create your workflows from start to finish by using the Azure Logic Apps workflow designer in the Azure portalor Visual Studio Code. Just start your workflow with a trigger, and add any number of actions from the [connectors gallery](/connectors/connector-reference/connector-reference-logicapps-connectors).
112
112
113
113
### Connect different systems across various environments
114
114
@@ -184,7 +184,7 @@ The following section describes the logic for the example enterprise workflow, w
184
184
185
185
:::image type="content" source="./media/logic-apps-overview/example-enterprise-workflow.png" alt-text="Screenshot shows the workflow designer and a sample enterprise workflow that uses switches and conditions." lightbox="./media/logic-apps-overview/example-enterprise-workflow.png":::
186
186
187
-
You can visually create workflows using the Azure Logic Apps workflow designer in the Azure portal, Visual Studio Code, or Visual Studio. Each workflow also has an underlying definition that uses JavaScript Object Notation (JSON) format. If you prefer, you can edit workflows by changing this JSON definition. For some creation and management tasks, Azure Logic Apps provides Azure PowerShell and Azure CLI command support. For automated deployment, Azure Logic Apps supports Azure Resource Manager templates.
187
+
You can visually create workflows using the Azure Logic Apps workflow designer in the Azure portalor Visual Studio Code. Each workflow also has an underlying definition that uses JavaScript Object Notation (JSON) format. If you prefer, you can edit workflows by changing this JSON definition. For some creation and management tasks, Azure Logic Apps provides Azure PowerShell and Azure CLI command support. For automated deployment, Azure Logic Apps supports Azure Resource Manager templates.
188
188
189
189
## Pricing options
190
190
@@ -198,8 +198,6 @@ When you're ready, try one or more of the following quickstart guides for Azure
198
198
199
199
*[Create a multitenant Consumption logic app workflow in the Azure portal](quickstart-create-example-consumption-workflow.md)
200
200
201
-
*[Create a multitenant Consumption logic app workflow in Visual Studio](quickstart-create-logic-apps-with-visual-studio.md)
202
-
203
201
*[Create a multitenant Consumption logic app workflow in Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md)
204
202
205
203
You might also want to explore other quickstart guides for Azure Logic Apps:
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-perform-data-operations.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ To try the **Compose** action, follow these steps by using the workflow designer
75
75
76
76
### [Consumption](#tab/consumption)
77
77
78
-
1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
78
+
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.
79
79
80
80
This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by several **Variables** actions named **Initialize variable**. These actions are set up to create two string variables and an integer variable.
81
81
@@ -200,7 +200,7 @@ To try the **Create CSV table** action, follow these steps by using the workflo
200
200
201
201
### [Consumption](#tab/consumption)
202
202
203
-
1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
203
+
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.
204
204
205
205
This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. The action is set up to create a variable where the initial value is an array that has some properties and values in JSON format.
206
206
@@ -388,7 +388,7 @@ To try the **Create HTML table** action, follow these steps by using the workflo
388
388
389
389
### [Consumption](#tab/consumption)
390
390
391
-
1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
391
+
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.
392
392
393
393
This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. The action is set up to create a variable where the initial value is an array that has some properties and values in JSON format.
394
394
@@ -586,7 +586,7 @@ To try the **Filter array** action, follow these steps by using the workflow des
586
586
587
587
### [Consumption](#tab/consumption)
588
588
589
-
1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
589
+
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.
590
590
591
591
This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. The action is set up to create where the initial value is an array that has some sample integer values.
592
592
@@ -693,7 +693,7 @@ To try the **Join** action, follow these steps by using the workflow designer. O
693
693
694
694
### [Consumption](#tab/consumption)
695
695
696
-
1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
696
+
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.
697
697
698
698
This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. This action is set up to create a variable where the initial value is an array that has some sample integer values.
699
699
@@ -783,7 +783,7 @@ For more information about this action in your underlying workflow definition, s
783
783
784
784
### [Consumption](#tab/consumption)
785
785
786
-
1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
786
+
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.
787
787
788
788
This example uses the Azure portal and a sample workflow with a **Recurrence** trigger followed by an **Initialize variable** action. This action is set up to create a variable whose initial value is the following JSON object with properties and values:
789
789
@@ -974,7 +974,7 @@ To try the **Select** action, follow these steps by using the workflow designer.
974
974
975
975
### [Consumption](#tab/consumption)
976
976
977
-
1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, open your logic app workflow in the designer.
977
+
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, open your logic app workflow in the designer.
978
978
979
979
This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. The action is set up for create a variable where the initial value is an array that has some sample integers.
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-scenario-social-serverless.md
+2-21Lines changed: 2 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,9 @@ Office 365, Survey Monkey, X, and an
34
34
[HTTP request from a web form](/archive/blogs/logicapps/calling-a-logic-app-from-an-html-form).
35
35
The workflow that you create monitors a hashtag on X.
36
36
37
-
You can [build the entire solution in Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md)
38
-
and [deploy the solution with Azure Resource Manager template](../logic-apps/logic-apps-deploy-azure-resource-manager-templates.md).
39
-
For a video walkthrough that shows how to create this solution,
40
-
[watch this Channel 9 video](/shows/).
41
-
42
37
## Trigger on customer data
43
38
44
-
1. In the Azure portal or Visual Studio, create a blank logic app workflow.
45
-
46
-
If you're new to logic apps, review the [quickstart for the Azure portal](../logic-apps/quickstart-create-example-consumption-workflow.md) or the [quickstart for Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md).
39
+
1. In the Azure portal, create a blank logic app workflow.
47
40
48
41
2. In workflow designer, find and add the X trigger that has this action: **When a new tweet is posted**
49
42
@@ -139,26 +132,14 @@ and then select the function that you created.
139
132
To review any current or previous runs for your logic app,
140
133
you can use the rich debugging and monitoring capabilities
141
134
that Azure Logic Apps provides in the Azure portal,
142
-
Visual Studio, or through the Azure REST APIs and SDKs.
135
+
Visual Studio Code, or through the Azure REST APIs and SDKs.
143
136
144
137
To easily test your logic app, in Logic App Designer,
145
138
choose **Run Trigger**. The trigger polls for tweets
146
139
based on your specified schedule until a tweet that
147
140
meets your criteria is found. While the run progresses,
148
141
the designer shows a live view for that run.
149
142
150
-
To view previous run histories in Visual Studio or the Azure portal:
151
-
152
-
* Open Visual Studio Cloud Explorer.
153
-
Find your logic app, open the app's shortcut menu.
154
-
Select **Open run history**.
155
-
156
-
> [!TIP]
157
-
> If you don't have this command in Visual Studio 2019, check that you have the latest updates for Visual Studio.
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-serverless-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To connect your workflows to other Azure services, Microsoft services, cloud-bas
24
24
25
25
If no connector is available to meet your needs, you can use the built-in HTTP operation or Request trigger to communicate with any service endpoint. Or, you can create your own connector using an existing API.
26
26
27
-
Based on the logic app resource type that you choose, the associated workflow runs in either multitenant Azure Logic Apps or single-tenant Azure Logic Apps. Each has their own capabilities, benefits, and billing models. The Azure portal provides the fastest way to get started creating logic app workflows. However, you can also use other tools such as Visual Studio Code, Visual Studio, Azure PowerShell, and others. For more information, review [What is Azure Logic Apps](logic-apps-overview.md)?
27
+
Based on the logic app resource type that you choose, the associated workflow runs in either multitenant Azure Logic Apps or single-tenant Azure Logic Apps. Each has their own capabilities, benefits, and billing models. The Azure portal provides the fastest way to get started creating logic app workflows. However, you can also use other tools such as Visual Studio Code, Azure PowerShell, and others. For more information, review [What is Azure Logic Apps](logic-apps-overview.md)?
28
28
29
29
To get started with Azure Logic Apps, try a [quickstart to create an example Consumption logic app workflow in multitenant Azure Logic Apps using the Azure portal](quickstart-create-example-consumption-workflow.md). Or, try these [steps that create an example serverless app with Azure Logic Apps and Azure Functions in Visual Studio](create-serverless-apps-visual-studio.md).
30
30
@@ -52,9 +52,9 @@ For other information, review the following documentation:
52
52
53
53
## Get started with serverless apps in Azure
54
54
55
-
Azure provides rich tools for developing, deploying, and managing serverless apps. You can create serverless apps using the Azure portal, Visual Studio, or [Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md). After you build your app, you can [deploy that app quickly with Azure Resource Manager templates](logic-apps-deploy-azure-resource-manager-templates.md). Azure also provides monitoring, which you can access through the Azure portal, through the API or SDKs, or with integrated tooling for Azure Monitor logs and Application Insights.
55
+
Azure provides rich tools for developing, deploying, and managing serverless apps. You can create serverless apps using the Azure portal or [Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md). After you build your app, you can [deploy that app quickly with Azure Resource Manager templates](logic-apps-deploy-azure-resource-manager-templates.md). Azure also provides monitoring, which you can access through the Azure portal, through the API or SDKs, or with integrated tooling for Azure Monitor logs and Application Insights.
56
56
57
-
## Next steps
57
+
## Related content
58
58
59
59
*[Create an example serverless app with Azure Logic Apps and Azure Functions in Visual Studio](create-serverless-apps-visual-studio.md)
60
-
*[Create a customer insights dashboard with serverless](logic-apps-scenario-social-serverless.md)
60
+
*[Create a customer insights dashboard with serverless](logic-apps-scenario-social-serverless.md)
0 commit comments