Hi @sakuraime Thank you for posting your question on Microsoft Q&A. The number of physical partitions in your container depends on the following:
The number of throughput provisioned (each individual physical partition can provide a throughput of up to 10,000 request units per second). The 10,000 RU/s limit for physical partitions implies that logical partitions also have a 10,000 RU/s limit, as each logical partition is only mapped to one physical partition.
The total data storage (each individual physical partition can store up to 50GB data).
The articles below explain this in more details .
https://learn.microsoft.com/en-us/azure/cosmos-db/partitioning-overview#physical-partitions
https://learn.microsoft.com/en-us/azure/cosmos-db/scaling-provisioned-throughput-best-practices#prerequisites
Hope that helps
Regards,
Oury