Check your Azure Static Web App storage usage

Azure Static Web Apps offer several plans, including a free plan and a standard plan (and a dedicated plan which is currently in preview). Each plan comes with specific quotas and limits, one of which is storage capacity.
info You can find more details about these quotas here: Quotas in Azure Static Web Apps Show image Static Web Apps - Plans If you’re wondering how to check the storage usage of your Azure Static Web App, I recently discovered a way while exploring the Azure Portal.
Published on:
Learn moreRelated posts
Introducing the Azure Storage Connector for PyTorch
This post announces the Azure Storage Connector for PyTorch (azstoragetorch), integrating files from Azure Blob Storage into your PyTorch trai...
3 days ago
Removing Azure Resource Manager reliance on Azure DevOps sign-ins
Azure DevOps will no longer depend on the Azure Resource Manager (ARM) resource (https://management.azure.com) when you sign in or refresh Mic...
4 days ago
Using Azure Service Bus Queue to simplify Dataverse Concurrency
Have you ever faced a challenge where you needed to process bulk data that would update a single record? For example, you processed receipts f...
7 days ago