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/connectors/enable-stateful-affinity-built-in-connectors.md
+23-25Lines changed: 23 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,16 @@ To run these connector operations in stateful mode, you must enable this capabil
25
25
26
26
- An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
27
27
28
-
- The Standard logic app resource where you plan to create the workflow that uses the stateful mode-enabled connector operations. If you don't have this resource, [create your Standard logic app resource now](../logic-apps/create-single-tenant-workflows-azure-portal.md).
28
+
- The Standard logic app resource where you plan to create the workflow that uses the stateful mode-enabled connector operations. If you don't have this resource, [create your Standard logic app resource now](/azure/logic-apps/create-single-tenant-workflows-azure-portal).
29
29
30
30
- An Azure virtual network with a subnet to integrate with your logic app. If you don't have these items, see the following documentation:
31
31
32
-
-[Quickstart: Create a virtual network with the Azure portal](../virtual-network/quick-create-portal.md)
33
-
-[Add, change, or delete a virtual network subnet](../virtual-network/virtual-network-manage-subnet.md?tabs=azure-portal)
32
+
-[Quickstart: Create a virtual network with the Azure portal](/azure/virtual-network/quick-create-portal)
33
+
-[Add, change, or delete a virtual network subnet](/azurevirtual-network/virtual-network-manage-subnet?tabs=azure-portal)
34
34
35
35
## Enable stateful mode in the Azure portal
36
36
37
-
> [!NOTE]
38
-
> If you use network security groups in your virtual network, stateful mode requires that
39
-
> you open [ports 20,000 to 30,000](../app-service/overview-vnet-integration.md#private-ports).
37
+
If you use network security groups in your virtual network, stateful mode requires that you open [ports 20,000 to 30,000](../app-service/overview-vnet-integration.md#private-ports).
40
38
41
39
1. In the [Azure portal](https://portal.azure.com), open the Standard logic app resource where you want to enable stateful mode for these connector operations.
42
40
@@ -100,22 +98,22 @@ OAuth authorization and the bearer token are required. To get the bearer token,
100
98
101
99
Updates a resource by using the specified resource ID:
Resource scale-in events might cause the loss of context for built-in connectors with stateful mode enabled. To prevent this potential loss before such events can happen, fix the number of instances available for your logic app resource. This way, no scale-in events can happen to cause this potential context loss.
201
199
202
-
1. On your logic app resource menu, under **Settings**, select **Scale out**.
200
+
1. On your logic app resource menu, under **Settings**, select **Scale out (App Service plan)**.
203
201
204
-
1. On the **Scale out** page, in the **App Scale out** section, follow these steps:
202
+
1. On the **Scale out (App Service plan)** page, in the **App Scale out** section, follow these steps:
205
203
206
-
1. Set **Enforce Scale Out Limit** to **Yes**, which shows the **Maximum Scale Out Limit**.
204
+
1. Set **Enforce Scale Out Limit** to **Yes**, which shows the **Maximum Scale Out Limit** property.
207
205
208
206
1. Set **Always Ready Instances** to the same number as **Maximum Scale Out Limit** and **Maximum Burst**, which appears in the **Plan Scale out** section, for example:
209
207
210
-
:::image type="content" source="media/enable-stateful-affinity-built-in-connectors/scale-in-settings.png" alt-text="Screenshot shows Azure portal, Standard logic app resource, Scale out page, and Always Ready Instances number set to match Maximum Burst and Maximum Scale Out Limit.":::
208
+
:::image type="content" source="media/enable-stateful-affinity-built-in-connectors/scale-in-settings.png" alt-text="Screenshot shows Azure portal, Standard logic app resource, Scale out page, and Always Ready Instances number set to match Maximum Burst and Maximum Scale Out Limit.":::
211
209
212
210
1. When you're done, on the **Scale out** toolbar, select **Save**.
0 commit comments