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/create-single-tenant-workflows-azure-portal.md
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 01/28/2022
8
+
ms.date: 03/02/2022
9
9
ms.custom: ignite-fall-2021
10
10
---
11
11
@@ -70,19 +70,32 @@ As you progress, you'll complete these high-level tasks:
70
70
71
71
1. On the **Logic apps** page, select **Add**.
72
72
73
-
1. On the **Create Logic App** page, on the **Basics** tab, provide the following information about your logic app resource:
73
+
1. On the **Create Logic App** page, on the **Basics** tab, provide the following basic information about your logic app:
74
74
75
75
| Property | Required | Value | Description |
76
76
|----------|----------|-------|-------------|
77
-
|**Subscription**| Yes | <*Azure-subscription-name*> | The Azure subscription to use for your logic app. |
78
-
|**Resource Group**| Yes | <*Azure-resource-group-name*> | The Azure resource group where you create your logic app and related resources. This resource name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <p><p>This example creates a resource group named `Fabrikam-Workflows-RG`. |
79
-
|**Type**| Yes |**Standard**| This logic app resource type runs in the single-tenant Azure Logic Apps environment and uses the [Standard usage, billing, and pricing model](logic-apps-pricing.md#standard-pricing). |
80
-
|**Logic App name**| Yes | <*logic-app-name*> | The name to use for your logic app. This resource name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <p><p>This example creates a logic app named `Fabrikam-Workflows`. <p><p>**Note**: Your logic app's name automatically gets the suffix, `.azurewebsites.net`, because the **Logic App (Standard)** resource is powered by the single-tenant Azure Logic Apps runtime, which uses the Azure Functions extensibility model and is hosted as an extension on the Azure Functions runtime. Azure Functions uses the same app naming convention. |
81
-
|**Publish**| Yes | <*deployment-environment*> | The deployment destination for your logic app. By default, **Workflow** is selected for deployment to single-tenant Azure Logic Apps. Azure creates an empty logic app resource where you have to 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 (Preview)](azure-arc-enabled-logic-apps-overview.md). The resource locations for your logic app, custom location, and cluster must all be the same. |
82
-
|**Region**| Yes | <*Azure-region*> | The location to use for creating your resource group and resources. This example deploys the sample logic app to Azure and uses **West US**. <p>- If you selected **Docker Container**, select your custom location. <p>- To deploy to an [ASEv3](../app-service/environment/overview.md) resource, which must first exist, select that environment resource from the **Region** list. |
77
+
|**Subscription**| Yes | <*Azure-subscription-name*> | Your Azure subscription name. |
78
+
|**Resource Group**| Yes | <*Azure-resource-group-name*> | The [Azure resource group](../azure-resource-manager/management/overview.md#terminology) where you create your logic app and related resources. This name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>This example creates a resource group named **Fabrikam-Workflows-RG**. |
79
+
|**Logic App name**| Yes | <*logic-app-name*> | Your logic app name, which must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>**Note**: Your logic app's name automatically gets the suffix, `.azurewebsites.net`, because the **Logic App (Standard)** resource is powered by the single-tenant Azure Logic Apps runtime, which uses the Azure Functions extensibility model and is hosted as an extension on the Azure Functions runtime. Azure Functions uses the same app naming convention. <br><br>This example creates a logic app named **Fabrikam-Workflows**. |
83
80
|||||
84
81
85
-
The following example shows the **Create Logic App (Standard)** page:
82
+
1. Before you continue making selections, under **Plan type**, select **Standard** so that you view only the settings that apply to the Standard plan-based logic app type. The **Plan type** property specifies the logic app type and billing model to use.
83
+
84
+
| Plan type | Description |
85
+
|-----------|-------------|
86
+
|**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). |
87
+
|**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). |
88
+
|||
89
+
90
+
1. Now continue making the following selections:
91
+
92
+
| Property | Required | Value | Description |
93
+
|----------|----------|-------|-------------|
94
+
|**Publish**| Yes |**Workflow**| This option appears and applies only when **Plan type** is set to the **Standard** logic app type. By default, this option is set to **Workflow** 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. |
95
+
|**Region**| Yes | <*Azure-region*> | The Azure datacenter region to use for storing your app's information. This example deploys the sample logic app to the **West US** region in Azure. <br><br>- If you previously chose **Docker Container**, select your custom location from the **Region** list. <br><br>- If you want to deploy your app to an existing [App Service Environment v3 resource](../app-service/environment/overview.md), you can select that environment from the **Region** list. |
96
+
|||||
97
+
98
+
When you're done, your settings look similar to this version:
86
99
87
100

Copy file name to clipboardExpand all lines: articles/logic-apps/quickstart-create-first-logic-app-workflow.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 03/02/2022
13
13
14
14
# Quickstart: Create an integration workflow with multi-tenant Azure Logic Apps and the Azure portal
15
15
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).
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).
17
17
18
18
> [!NOTE]
19
19
> To create a workflow in a [Standard logic app resource that runs in *single-tenant* Azure Logic Apps], review
@@ -73,14 +73,14 @@ To create and manage a logic app resource using other tools, review these other
73
73
74
74

75
75
76
-
1. On the **Create Logic App** pane, provide the following basic information about your logic app:
76
+
1. On the **Create Logic App** pane, on the **Basics** tab, provide the following basic information about your logic app:
77
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
-
||||
78
+
| Property |Required |Value | Description |
79
+
|----------|----------|-------|-------------|
80
+
|**Subscription**|Yes |<*Azure-subscription-name*> | Your Azure subscription name. |
81
+
|**Resource Group**|Yes |<*Azure-resource-group-name*> | The [Azure resource group](../azure-resource-manager/management/overview.md#terminology)where you create your logic app and related resources. This name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>This example creates a resource group named **My-First-LA-RG**. |
82
+
|**Logic App name**|Yes |<*logic-app-name*> | Your logic app name, which must be unique across regions and can contain only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), and periods (`.`). <br><br>This example creates a logic app named **My-First-Logic-App**.|
83
+
|||||
84
84
85
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
86
@@ -92,10 +92,10 @@ To create and manage a logic app resource using other tools, review these other
92
92
93
93
1. Now continue making the following selections:
94
94
95
-
| Property | Value | Description |
96
-
|----------|-------|-------------|
97
-
|**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. |
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. |
95
+
| Property |Required |Value | Description |
96
+
|----------|----------|-------|-------------|
97
+
|**Region**|Yes |<*Azure-region*> | The Azure datacenter region for storing your app's information. This example deploys the sample logic app to the **West US** region in Azure. <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. |
98
+
|**Enable log analytics**|Yes |**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. |
99
99
||||
100
100
101
101
When you're done, your settings look similar to this version:
0 commit comments