An Azure NoSQL database service for app development.
Hi Patrick
It sounds like you're running into some confusion regarding the changes in your Azure Cosmos DB free tier RU/s. Initially, you were getting 1000 RU/s, but it appears that it's now been reduced to 100 RU/s.
According to the Free Tier in Azure Cosmos DB documentation, the free tier provides an initial 1000 RU/s and 25 GB of storage for free. However, if you see that it's limited to 100 RU/s on your cost management page, there could be a few reasons for this:
Account Configuration: Ensure that your account is indeed enabled for the free tier. Sometimes options can be disabled if there’s another account already using the free tier within the same subscription.
Provisioned Throughput Model: If you're using a provisioned throughput model, confirm what the current configuration settings are for your databases or containers. You might need to check if the throughput settings have been altered.
Billing Confusion: The billing will not immediately reflect free limits unless you're below them. Anything above 1000 RU/s and 25 GB will incur charges, and you wouldn’t see a line item for those free limits on your bill.
If your account was indeed set up for the free tier correctly and all seems in order, consider the following follow-up questions for deeper investigation:
Can you confirm if you have any other Azure Cosmos DB accounts enabled on the same subscription that might be affecting this?
Have there been any recent changes to the resource configurations or scaling settings in your Azure portal?
Can you check if you're exceeding the limits of the free tier anywhere, such as provisioned throughput on a database or container?
Have you set up any autoscale configurations that may have altered the available RU/s?
Are you receiving any notifications or messages regarding billing or changes to your service limits?
Once we gather more info, we can dive deeper into resolving this! Hope this helps, and let me know if you need further clarification!