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/designer-overview.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to complete basic tasks in the Standard workflow designer
4
4
services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
-
ms.topic: conceptual
7
+
ms.topic: how-to
8
8
ms.date: 04/21/2025
9
9
---
10
10
@@ -14,24 +14,6 @@ ms.date: 04/21/2025
14
14
15
15
When you work with Azure Logic Apps in the Azure portal, you can edit your [*workflows*](logic-apps-overview.md#logic-app-concepts) visually or programmatically.
16
16
17
-
## Open the workflow designer
18
-
19
-
1. In the [Azure portal](https://portal.azure.com), open your [*logic app* resource](logic-apps-overview.md#logic-app-concepts).
20
-
21
-
1. On the logic app menu, under **Workflows**, select **Workflows**.
22
-
23
-
1. On the **Workflows** page, select the workflow that you want.
24
-
25
-
1. On the workflow menu, select **Designer**.
26
-
27
-
To visually develop, edit, and run your workflow, select the designer view. To edit the workflow in JSON view, select [**Code**](#code-view). You can switch between the designer view and code view at any time.
28
-
29
-
:::image type="content" source="./media/designer-overview/choose-developer-view.png" alt-text="Screenshot of a logic app resource page in the Azure portal, showing the sidebar options to view a workflow in Code or Designer view.":::
30
-
31
-
1. When you select the **Designer** view, your workflow opens in the workflow designer.
32
-
33
-
:::image type="content" source="./media/logic-apps-overview/example-enterprise-workflow.png" alt-text="Screenshot that shows the workflow designer and a sample enterprise workflow that uses switches and conditions." lightbox="./media/logic-apps-overview/example-enterprise-workflow.png":::
34
-
35
17
## Prerequisites
36
18
37
19
- An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
@@ -54,6 +36,24 @@ The latest workflow designer offers a new experience with noteworthy features an
54
36
55
37
- Move to the previous card: **Ctrl** + **Up Arrow (↑)**
56
38
39
+
## Open the workflow designer
40
+
41
+
1. In the [Azure portal](https://portal.azure.com), open your [*logic app* resource](logic-apps-overview.md#logic-app-concepts).
42
+
43
+
1. On the logic app menu, under **Workflows**, select **Workflows**.
44
+
45
+
1. On the **Workflows** page, select the workflow that you want.
46
+
47
+
1. On the workflow menu, select **Designer**.
48
+
49
+
To visually develop, edit, and run your workflow, select the designer view. To edit the workflow in JSON view, select [**Code**](#code-view). You can switch between the designer view and code view at any time.
50
+
51
+
:::image type="content" source="./media/designer-overview/choose-developer-view.png" alt-text="Screenshot of a logic app resource page in the Azure portal, showing the sidebar options to view a workflow in Code or Designer view.":::
52
+
53
+
1. When you select the **Designer** view, your workflow opens in the workflow designer.
54
+
55
+
:::image type="content" source="./media/logic-apps-overview/example-enterprise-workflow.png" alt-text="Screenshot that shows the workflow designer and a sample enterprise workflow that uses switches and conditions." lightbox="./media/logic-apps-overview/example-enterprise-workflow.png":::
56
+
57
57
## Add steps to workflows
58
58
59
59
The workflow designer provides a visual way to add, edit, and delete steps in your workflow. As the first step in your workflow, always add a [*trigger*](logic-apps-overview.md#logic-app-concepts). Then, complete your workflow by adding one or more [*actions*](logic-apps-overview.md#logic-app-concepts).
0 commit comments