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
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,25 +117,11 @@ More workflows in your logic app raise the risk of longer load times, which nega
117
117
|**Windows Plan**| Yes | <*plan-name*> | The plan name to use. Either select an existing plan name or provide a name for a new plan. <br><br>This example uses the name **My-App-Service-Plan**. <br><br>**Note**: Don't use a Linux-based App Service plan. Only the Windows-based App Service plan is supported. |
118
118
|**Pricing plan**| Yes | <*pricing-tier*> | The [pricing tier](../app-service/overview-hosting-plans.md) to use for your logic app and workflows. Your selection affects the pricing, compute, memory, and storage that your logic app and workflows use. <br><br>For more information, review [Hosting plans and pricing tiers](logic-apps-pricing.md#standard-pricing). |
119
119
120
-
> [!NOTE]
121
-
>
122
-
> If you select an Azure region that supports availability zone redundancy, the **Zone redundancy**
123
-
> section is enabled. This section offers the choice to enable availability zone redundancy
124
-
> for your logic app. However, currently supported Azure regions don't include **West US**,
125
-
> so you can ignore this section for this example. For more information, see
126
-
> [Protect logic apps from region failures with zone redundancy and availability zones](set-up-zone-redundancy-availability-zones.md).
127
-
128
120
When you finish, your settings look similar to the following example:
129
121
130
122
:::image type="content" source="media/create-single-tenant-workflows-azure-portal/create-logic-app-basics.png" alt-text="Screenshot shows Azure portal and page named Create Logic App Workflow Service Plan." lightbox="media/create-single-tenant-workflows-azure-portal/create-logic-app-basics.png":::
131
123
132
-
> [!NOTE]
133
-
>
134
-
> By default, the language worker runtime value for your Standard logic app is **`dotnet`**.
135
-
> Previously, **`node`** was the default value. However, **`dotnet`** is now the default value
136
-
> for all new and existing deployed Standard logic apps, even for apps that had a different value.
137
-
> This change shouldn't affect your workflow's runtime, and everything should work the same way
138
-
> as before. For more information, see the [**FUNCTIONS_WORKER_RUNTIME** app setting](edit-app-settings-host-settings.md#reference-local-settings-json).
The first time when you start a local debugging session or run the workflow without debugging, the Azure Logic Apps runtime registers the workflow with the service endpoint and subscribes to that endpoint for notifying the webhook operations. The next time that your workflow runs, the runtime won't register or resubscribe because the subscription registration already exists in local storage.
0 commit comments