Azure Portal for Cosmos Database/Mongo API seems to calculate wrong RU sum

Pertti Rantanen 0 Reputation points
2024-01-12T11:19:01.6266667+00:00

When create CosmosDb account using MongoAPI with 2 databases, cannot set sensible RU values for second database because its total sum checks calculates too big totals. -Total maximum in account is set to 8000RU -First database has shared RU with max value 2000 -Second database has also shared RU, and when try to set max value to 4000, portal says that it cannot be done because total sum is then 12000 and your limit is 8000. In my math 2000+4000=6000, why Azure portal calculates 12000 ?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,614 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Pertti Rantanen 0 Reputation points
    2024-01-17T06:44:29.8366667+00:00

  2. GeethaThatipatri-MSFT 29,377 Reputation points Microsoft Employee
    2024-02-27T15:31:00.72+00:00

    @Pertti Rantanen I don't see anything wrong here? If you have two regions defined (the minimal definition of "geo-redundancy enabled" though more detail would be good), the account limit is the sum total of all regions because that is what will be billed – 2 copies of 2 DBs at 2000 RUs each is correctly 8000 RUs.

    Regards

    Geetha

    0 comments No comments

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.