Azure Postgresql limit. What is using it?

Rusty 0 Reputation points
2023-08-09T03:32:41.69+00:00

Hello!

I'm looking at my Azure Free services for 12 months. for my Azure Database for PostgreSQL, Flexible Server Storage it shows the following. usage/limit 128% 41.08 / 32 (1 GB/Month). I assume those numbers are in GB. I'm wondering how i can find out what is using the 41.08, since my main db is only 550MB.

Thank you much in advance!

User's image

Azure Database for PostgreSQL
{count} votes

1 answer

Sort by: Most helpful
  1. Cloudoire Academy 23,595 Reputation points Volunteer Moderator
    2023-08-09T04:07:14.9333333+00:00

    The storage you provision is the amount of storage capacity available to your Azure Database for PostgreSQL server. The storage is used for the database files, temporary files, transaction logs, and the PostgreSQL server logs. The total amount of storage you provision also defines the I/O capacity available to your server.

    https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-compute-storage


Your answer

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