Skip to content

Commit be391ce

Browse files
committed
Update UX
1 parent b582027 commit be391ce

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed
13.2 KB
Loading

articles/logic-apps/quickstart-create-first-logic-app-workflow.md

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,23 @@ ms.date: 03/02/2022
1313

1414
# Quickstart: Create an integration workflow with multi-tenant Azure Logic Apps and the Azure portal
1515

16-
This quickstart shows how to create an example automated workflow that integrates two services, an RSS feed for a website and an email account, and that runs in [*multi-tenant* Azure Logic Apps](logic-apps-overview.md). While this example is cloud-based, Azure Logic Apps supports workflows that connect apps, data, services, and systems across cloud, on premises, and hybrid environments. For more information about multi-tenant versus single-tenant Azure Logic Apps, review [Single-tenant versus multi-tenant and integration service environment](single-tenant-overview-compare.md).
16+
This quickstart shows how to create an example automated workflow that integrates two services, an RSS feed for a website and an email account. More specifically, you create a [Consumption plan-based]((logic-apps-pricing.md#consumption-pricing)) logic app resource and workflow that uses the RSS connector and the Office 365 Outlook connector. This resource runs in [*multi-tenant* Azure Logic Apps](logic-apps-overview.md).
1717

18-
In this example, you create a logic app resource and workflow that uses the RSS connector and the Office 365 Outlook connector. The resource runs in multi-tenant Azure Logic Apps and is based on the [Consumption pricing model](logic-apps-pricing.md#consumption-pricing). The RSS connector has a trigger that checks an RSS feed, based on a schedule. The Office 365 Outlook connector has an action that sends an email for each new item. The connectors in this example are only two among the [hundreds of connectors](/connectors/connector-reference/connector-reference-logicapps-connectors) that you can use in a workflow.
18+
> [!NOTE]
19+
> To create a workflow in a [Standard logic app resource that runs in *single-tenant* Azure Logic Apps], review
20+
> [Create an integration workflow with single-tenant Azure Logic Apps](create-single-tenant-workflows-azure-portal.md).
21+
> For more information about multi-tenant versus single-tenant Azure Logic Apps, review
22+
> [Single-tenant versus multi-tenant and integration service environment](single-tenant-overview-compare.md).
23+
24+
The RSS connector has a trigger that checks an RSS feed, based on a schedule. The Office 365 Outlook connector has an action that sends an email for each new item. The connectors in this example are only two among the [hundreds of connectors](/connectors/connector-reference/connector-reference-logicapps-connectors) that you can use in a workflow. While this example is cloud-based, Azure Logic Apps supports workflows that connect apps, data, services, and systems across cloud, on premises, and hybrid environments.
1925

2026
The following screenshot shows the high-level example workflow:
2127

2228
![Screenshot showing the example workflow with the RSS trigger, "When a feed item is published" and the Outlook action, "Send an email".](./media/quickstart-create-first-logic-app-workflow/quickstart-workflow-overview.png)
2329

2430
As you progress through this quickstart, you'll learn these basic steps:
2531

26-
* Create a Consumption logic app resource that runs in the multi-tenant Azure Logic Apps environment.
32+
* Create a Consumption logic app resource that runs in multi-tenant Azure Logic Apps.
2733
* Select the blank logic app template.
2834
* Add a trigger that specifies when to run the workflow.
2935
* Add an action that performs a task after the trigger fires.
@@ -55,7 +61,7 @@ To create and manage a logic app resource using other tools, review these other
5561

5662
<a name="create-logic-app-resource"></a>
5763

58-
## Create a logic app resource
64+
## Create a Consumption logic app resource
5965

6066
1. Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
6167

@@ -67,19 +73,33 @@ To create and manage a logic app resource using other tools, review these other
6773

6874
![Screenshot showing the Azure portal and Logic Apps service page and "Add" option selected.](./media/quickstart-create-first-logic-app-workflow/add-new-logic-app.png)
6975

70-
1. On the **Create Logic App** pane, select the Azure subscription to use, create a new [resource group](../azure-resource-manager/management/overview.md#terminology) for your logic app resource, and provide basic details about your logic app resource.
76+
1. On the **Create Logic App** pane, provide the following basic information about your logic app:
77+
78+
| Property | Value | Description |
79+
|----------|-------|-------------|
80+
| **Subscription** | <*Azure-subscription-name*> | Your Azure subscription name. |
81+
| **Resource Group** | <*Azure-resource-group-name*> | The [Azure resource group](../azure-resource-manager/management/overview.md#terminology) name, which must be unique across regions. <br><br>This example creates a resource group named **My-First-LA-RG**. |
82+
| **Logic App name** | <*logic-app-name*> | Your logic app name, which must be unique across regions. <br><br>This example uses **My-First-Logic-App**. <p><p>**Important**: This name can contain only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), and periods (`.`). |
83+
||||
84+
85+
1. Before you continue making selections, under **Plan type**, select **Consumption** so that you view only the settings that apply to the Consumption plan-based logic app type. The **Plan type** property specifies the logic app type and billing model to use.
86+
87+
| Plan type | Description |
88+
|-----------|-------------|
89+
| **Consumption** | This logic app type runs in global, multi-tenant Azure Logic Apps and uses the [Consumption billing model](logic-apps-pricing.md#consumption-pricing). |
90+
| **Standard** | This logic app type is the default selection and runs in single-tenant Azure Logic Apps and uses the [Standard billing model](logic-apps-pricing.md#standard-pricing). |
91+
|||
92+
93+
1. Now continue making the following selections:
7194

7295
| Property | Value | Description |
7396
|----------|-------|-------------|
74-
| **Subscription** | <*Azure-subscription-name*> | The name of your Azure subscription. |
75-
| **Resource Group** | <*Azure-resource-group-name*> | The [Azure resource group](../azure-resource-manager/management/overview.md#terminology) name, which must be unique across regions. This example uses "My-First-LA-RG". |
76-
| **Type** | **Consumption** | The logic app resource type and billing model to use for your resource: <p><p>- **Consumption**: This logic app resource type runs in global, multi-tenant Azure Logic Apps and uses the [Consumption billing model](logic-apps-pricing.md#consumption-pricing). <p>- **Standard**: This logic app resource type runs in single-tenant Azure Logic Apps and uses the [Standard billing model](logic-apps-pricing.md#standard-pricing). <br><br>To continue following this quickstart, make sure that you select the **Consumption** option. |
77-
| **Logic App name** | <*logic-app-name*> | Your logic app resource name, which must be unique across regions. This example uses **My-First-Logic-App**. <p><p>**Important**: This name can contain only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), and periods (`.`). |
78-
| **Publish** | **Workflow** | Available only when you select the [**Standard** logic app resource type](create-single-tenant-workflows-azure-portal.md). By default, **Workflow** is selected for deployment to [single-tenant Azure Logic Apps](single-tenant-overview-compare.md) and creates an empty logic app resource where you add your first workflow. <p><p>**Note**: Currently, the **Docker Container** option requires a [*custom location*](../azure-arc/kubernetes/conceptual-custom-locations.md) on an Azure Arc enabled Kubernetes cluster, which you can use with [Azure Arc enabled Logic Apps (Standard)](azure-arc-enabled-logic-apps-overview.md). The resource locations for your logic app, custom location, and cluster must all be the same. |
7997
| **Region** | <*Azure-region*> | The Azure datacenter region where to store your app's information. This example selects the **West US** region. <p>**Note**: If your subscription is associated with an [integration service environment](connect-virtual-network-vnet-isolated-environment-overview.md), this list includes those environments. |
80-
| **Enable log analytics** | **No** | Available only when you select the **Consumption** logic app resource type. <p><p>Change this option only when you want to enable diagnostic logging. For this example, leave this option unselected. |
98+
| **Enable log analytics** | **No** | This option appears and applies only when you select the **Consumption** logic app type. <p><p>Change this option only when you want to enable diagnostic logging. For this quickstart, keep the default selection. |
8199
||||
82100

101+
When you're done, your settings look similar to this version:
102+
83103
![Screenshot showing the Azure portal and logic app resource creation page with details for new logic app.](./media/quickstart-create-first-logic-app-workflow/create-logic-app-settings.png)
84104

85105
1. When you're ready, select **Review + Create**.

0 commit comments

Comments
 (0)