Skip to content

Commit f792688

Browse files
author
Matias Quaranta
committed
Fixing paths
1 parent 878e761 commit f792688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/how-to-configure-cosmos-db-trigger-connectionmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Our [performance tips](./performance-tips.md#networking) explain in detail the e
1818

1919
## Changing the Connection Mode and Protocol
2020

21-
To change the default Connection Mode and Protocol used by the Azure Cosmos DB Trigger (and all the [Azure Cosmos DB bindings](./functions-bindings-cosmosdb-v2.md#output)), you need to locate the `host.json` file in your Azure Functions project or Azure Functions App and manually add the following [extra setting](./functions-bindings-cosmosdb-v2.md#hostjson-settings):
21+
To change the default Connection Mode and Protocol used by the Azure Cosmos DB Trigger (and all the [Azure Cosmos DB bindings](../azure-functions/functions-bindings-cosmosdb-v2.md#output)), you need to locate the `host.json` file in your Azure Functions project or Azure Functions App and manually add the following [extra setting](../azure-functions/functions-bindings-cosmosdb-v2.md#hostjson-settings):
2222

2323
```js
2424
{

0 commit comments

Comments
 (0)