Skip to content

Commit 9772a92

Browse files
author
Matias Quaranta
committed
Removing title
1 parent 20d7ecb commit 9772a92

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/cosmos-db/how-to-configure-cosmos-db-trigger-connection-policy.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ If your Azure Functions project is working with Azure Functions V1 runtime, the
4242
}
4343
```
4444

45-
## Azure Function hosting plans
46-
4745
> [!NOTE]
48-
> Consumption Plan instances have a limit in the amount of Socket Connections that they can maintain. When working with Direct / TCP mode, by design more connections are created and can hit the [Consumption Plan limit](../azure-functions/manage-connections.md#connection-limit), in which case you can either use Gateway mode or run your Azure Functions in [App Service Mode](../azure-functions/functions-scale.md#app-service-plan).
46+
> When working with Azure Functions Consumption Plan Hosting plan, each instance has a limit in the amount of Socket Connections that it can maintain. When working with Direct / TCP mode, by design more connections are created and can hit the [Consumption Plan limit](../azure-functions/manage-connections.md#connection-limit), in which case you can either use Gateway mode or run your Azure Functions in [App Service Mode](../azure-functions/functions-scale.md#app-service-plan).
4947
5048
## Next steps
5149

0 commit comments

Comments
 (0)