Skip to content

Commit b3417de

Browse files
authored
Update troubleshoot-changefeed-functions.md
1 parent b24b002 commit b3417de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/cosmos-db/nosql/troubleshoot-changefeed-functions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ This article covers common issues, workarounds, and diagnostic steps when you're
2020

2121
The Azure Functions trigger and bindings for Azure Cosmos DB depend on the extension package [Microsoft.Azure.WebJobs.Extensions.CosmosDB](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.CosmosDB) over the base Azure Functions runtime. Always keep these packages updated, because they include fixes and new features that can help you address any potential issues you might encounter.
2222

23-
This article refers to Azure Functions V2 whenever the runtime is mentioned, unless it explicitly specifies otherwise.
24-
2523
## Consume the Azure Cosmos DB SDK independently
2624

2725
The key functionality of the extension package is to provide support for the Azure Functions trigger and bindings for Azure Cosmos DB. The package also includes the [Azure Cosmos DB .NET SDK](sdk-dotnet-core-v2.md), which is helpful if you want to interact with Azure Cosmos DB programmatically without using the trigger and bindings.
@@ -72,7 +70,7 @@ This error means that you're currently using a partitioned lease collection with
7270

7371
To resolve this issue:
7472

75-
* Upgrade to the latest available version. If you're currently running Azure Functions V1, you need to upgrade to Azure Functions V2.
73+
* Upgrade to the latest available version.
7674

7775
### Your Azure function fails to start, with error message "Forbidden (403); Substatus: 5300... The given request [POST ...] can't be authorized by AAD token in data plane"
7876

0 commit comments

Comments
 (0)