Skip to content

Commit 192f30d

Browse files
Merge pull request #297763 from hhunter-ms/hh-417721
[Logic Apps] Designer overview freshness
2 parents 642a961 + 1740e40 commit 192f30d

File tree

5 files changed

+25
-18
lines changed

5 files changed

+25
-18
lines changed

articles/logic-apps/designer-overview.md

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
---
2-
title: About Standard logic app 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
7-
ms.topic: conceptual
8-
ms.date: 01/04/2024
7+
ms.topic: how-to
8+
ms.date: 04/21/2025
99
---
1010

11-
# About the Standard logic app workflow designer 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. After you open a [*logic app* resource](logic-apps-overview.md#logic-app-concepts) in the portal, on the resource menu under **Developer**, you can 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.
16-
17-
> [!IMPORTANT]
18-
> Currently, the latest version of the designer is available only for *Standard* logic app resources, which run in the
19-
> *single-tenant* Azure Logic Apps environment. For more information about different resource types and runtime
20-
> environments in Logic Apps, review [Single-tenant versus multi-tenant in Azure Logic Apps](single-tenant-overview-compare.md).
21-
22-
:::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.":::
23-
24-
When you select the **Designer** view, your workflow opens in the workflow designer.
25-
26-
:::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":::
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.
2716

2817
## Prerequisites
2918

@@ -47,6 +36,24 @@ The latest workflow designer offers a new experience with noteworthy features an
4736

4837
- Move to the previous card: **Ctrl** + **Up Arrow (↑)**
4938

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+
5057
## Add steps to workflows
5158

5259
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).
13.7 KB
Loading
-56.7 KB
Loading
18 KB
Loading

articles/logic-apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ items:
9595
items:
9696
- name: Overview
9797
href: single-tenant-overview-compare.md
98-
- name: About the Standard workflow designer
98+
- name: Navigate the Standard workflow designer
9999
href: designer-overview.md
100100
- name: Built-in versus Azure connector operations
101101
href: ../connectors/compare-built-in-azure-connectors.md

0 commit comments

Comments
 (0)