Duplicate CosmosDB connection call in application map from a function instance

jerrod.wetherill 1 Reputation point
2022-05-21T09:17:12.003+00:00

When we are connecting to a CosmosDB account from a functions instance (consumption plan) via SDK we can see the connections and calls in the application map - all good.

However these seem to be duplicated 1-1 with the same CosmosDB account but with the location added.

E.g.

test-db-1 (our DB)
test-db-1-uksouth (seemingly duplicated call)

My two questions are:-
1 - Why are there two calls for the same DB?
2 - Does this also count as a connection wrt using up our connection limit in Azure function instance.

Many Thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,959 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,925 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.