If you cannot see the options to scale your Azure Database for PostgreSQL flexible server under Compute + Storage, there could be several reasons:
- Permissions: Ensure that you have at least READ permission on the owning resource group. Without the necessary permissions, the scaling options may not be visible.
- Server State: The server might be in a state that does not allow scaling. For example, if there are ongoing operations or maintenance tasks, scaling options may be temporarily unavailable.
- Resource Limitations: Check if your current configuration meets the requirements for scaling. There may be limits on the number of vCores or storage size based on your subscription or the specific tier you are using.
- Region Restrictions: Some features may not be available in certain regions. Make sure that the region where your server is deployed supports the scaling options you are trying to use.
- Functional Limitations: There are functional limitations regarding scaling operations. For instance, scaling up the server storage requires a server restart, and you cannot scale down storage once it has been increased.
If you continue to experience issues, consider checking the Azure portal for any notifications or errors that might provide more context on the problem.