Skip to content

Commit d41edd1

Browse files
committed
updates from esther
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 19ea4e0 commit d41edd1

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

articles/logic-apps/designer-overview.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
11
---
2-
title: About the Standard Workflow Designer
3-
description: Learn how the designer in single-tenant Azure Logic Apps helps you visually create workflows through the Azure portal. Discover the benefits and features in this latest version.
2+
title: Navigate the Standard Workflow Designer
3+
description: Learn how to complete basic tasks in the Standard workflow designer, which helps you visually create workflows using the Azure portal.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8-
ms.date: 01/04/2024
8+
ms.date: 04/21/2025
99
---
1010

11-
# About the designer for Standard workflows in single-tenant Azure Logic Apps
11+
# Navigate around the designer for Standard workflows in single-tenant Azure Logic Apps
1212

1313
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
1414

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. From your[*logic app* resource](logic-apps-overview.md#logic-app-concepts) in the portal, navigate to your workflow under **Workflows** > **Workflows** on the resource menu and select between [**Code** view](#code-view) and **Designer** view. When you want to visually develop, edit, and run your workflow, select the designer view. You can switch between the designer view and code view at any time.
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.
1616

17-
:::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.":::
17+
## Open the workflow designer
1818

19-
When you select the **Designer** view, your workflow opens in the workflow designer.
19+
1. In the [Azure portal](https://portal.azure.com), open your [*logic app* resource](logic-apps-overview.md#logic-app-concepts).
2020

21-
:::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":::
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":::
2234

2335
## Prerequisites
2436

0 commit comments

Comments
 (0)