Skip to content

Commit efccd11

Browse files
authored
Updates per feedback
1 parent 0600fa9 commit efccd11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/connectors/enable-stateful-affinity-built-in-connectors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In Standard logic app workflows, the following built-in, service provider-based
1717
- Azure Service Bus
1818
- SAP
1919

20-
To run these connector operations in stateful mode, you have to enable stateful mode, or their affinity capability. This how-to guide shows how to enable stateful mode for these connectors.
20+
To run these connector operations in stateful mode, you must enable this capability. This how-to guide shows how to enable stateful mode for these connectors.
2121

2222
## Prerequisites
2323

@@ -172,9 +172,9 @@ Set-AzResource :
172172
}
173173
```
174174

175-
## Prevent context loss during resource scale in
175+
## Prevent context loss during resource scale-in events
176176

177-
If you choose to scale in resources, prevent the loss of context by fixing the number of instances available for your logic app resource:
177+
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.
178178

179179
1. On your logic app resource menu, under **Settings**, select **Scale out**.
180180

@@ -188,5 +188,5 @@ If you choose to scale in resources, prevent the loss of context by fixing the n
188188

189189
## Next steps
190190

191+
- [Connect to Azure Service Bus](connectors-create-api-servicebus.md)
191192
- [Connect to SAP](../logic-apps/logic-apps-using-sap-connector.md)
192-
- [Connect to Azure Service Bus](connectors-create-api-servicebus.md)

0 commit comments

Comments
 (0)