title | description | services | ms.suite | ms.reviewer | ms.topic | ms.date |
---|---|---|---|---|---|---|
About single-tenant workflow designer |
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. |
logic-apps |
integration |
estfan, azla |
conceptual |
06/30/2021 |
When you work with Azure Logic Apps in the Azure portal, you can edit your workflows visually or programmatically. After you open a logic app resource in the portal, on the resource menu under Developer, you can select between 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.
Important
Currently, the latest version of the designer is available only for Standard logic app resources, which run in the single-tenant Azure Logic Apps environment. For more information about different resource types and runtime environments in Logic Apps, review Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps.
:::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.":::
When you select the Designer view, your workflow opens in the workflow designer.
:::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":::
- An Azure account and subscription. If you don't have a subscription, sign up for a free Azure account.
- A Standard logic app resource in a single-tenant environment. For more information, see Create an integration workflow with single-tenant Azure Logic Apps (Standard) in the Azure portal.
- A workflow for your single-tenant logic app.
The latest workflow designer offers a new experience with noteworthy features and benefits, for example:
- A new layout engine that supports more complicated workflows.
- You can create and view complicated workflows cleanly and easily, thanks to the new layout engine, a more compact canvas, and updates to the card-based layout.
- Add and edit steps using panels separate from the workflow layout. This change gives you a cleaner and clearer canvas to view your workflow layout. For more information, review Add steps to workflows.
- Move between steps in your workflow on the designer using keyboard navigation.
- Move to the next card: Ctrl + Down Arrow (↓)
- Move to the previous card: Ctrl + Up Arrow (↑)
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. Then, complete your workflow by adding one or more actions.
To add either the trigger or an action your workflow, follow these steps:
- Open your workflow in the designer.
- On the designer, select Choose an operation, which opens a pane named either Add a trigger or Add an action.
- In the opened pane, find an operation by filtering the list in the following ways:
- Enter a service, connector, or category in the search bar to show related operations. For example,
Azure Cosmos DB
orData Operations
. - If you know the specific operation you want to use, enter the name in the search bar. For example,
Call an Azure function
orWhen an HTTP request is received
. - Select the Built-in tab to only show categories of built-in operations. Or, select the Azure tab to show other categories of operations available through Azure.
- You can view only triggers or actions by selecting the Triggers or Actions tab. However, you can only add a trigger as the first step and an action as a following step. Based on the operation category, only triggers or actions might be available. :::image type="content" source="./media/designer-overview/designer-add-operation.png" alt-text="Screenshot of the Logic Apps designer in the Azure portal, showing a workflow being edited to add a new operation." lightbox="./media/designer-overview/designer-add-operation.png":::
- Enter a service, connector, or category in the search bar to show related operations. For example,
- Select the operation you want to use. :::image type="content" source="./media/designer-overview/designer-filter-operations.png" alt-text="Screenshot of the Logic Apps designer, showing a pane of possible operations that can be filtered by service or name." lightbox="./media/designer-overview/designer-filter-operations.png":::
- Configure your trigger or action as needed.
- Mandatory fields have a red asterisk (*) in front of the name.
- Some triggers and actions might require you to create a connection to another service. You might need to sign into an account, or enter credentials for a service. For example, if you want to use the Office 365 Outlook connector to send an email, you need to authorize your Outlook email account.
- Some triggers and actions use dynamic content, where you can select variables instead of entering information or expressions.
- Select Save in the toolbar to save your changes. This step also verifies that your workflow is valid.
The Code view allows you to directly edit the workflow definition file in JSON format. Make sure to select Save to save any changes you make in this view.
Tip
The Code view is also an easy way to find and copy the workflow definition, instead of using the Azure CLI or other methods.
:::image type="content" source="./media/designer-overview/code-view.png" alt-text="Screenshot of a Logic Apps workflow in Code view, showing the JSON workflow definition being edited in the Azure portal.":::
[!div class="nextstepaction"] Create an integration workflow with single-tenant Azure Logic Apps (Standard) in the Azure portal