Skip to content

Commit 20d7ecb

Browse files
author
Matias Quaranta
committed
Addressing comments
1 parent b743c32 commit 20d7ecb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
- name: Azure Cosmos DB Trigger logs
535535
href: how-to-configure-cosmos-db-trigger-logs.md
536536
name: Azure Cosmos DB Trigger connection policy
537-
href: how-to-configure-cosmos-db-trigger-connectionpolicy.md
537+
href: how-to-configure-cosmos-db-trigger-connection-policy.md
538538
- name: Multiple Azure Cosmos DB Triggers
539539
href: how-to-create-multiple-cosmos-db-triggers.md
540540
- name: Troubleshoot Azure Cosmos DB Triggers

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

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

45-
## A note on Consumption Plan
45+
## Azure Function hosting plans
4646

47+
> [!NOTE]
4748
> 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).
4849
4950
## Next steps

0 commit comments

Comments
 (0)