增加 Azure App Service 计划的存储

Increase Storage of Azure App Service Plan

我们正在考虑将一些网站迁移到 Microsoft Azure。我们相信 App Service 标准层 S1 服务将满足我们的大部分需求。

App Service plan details

遗憾的是,它最多提供 50Gb 的存储空间。是否可以将存储添加到整体服务计划中? (例如,存储空间将可供应用服务上的所有应用使用)。

我知道您可以单独为每个应用程序添加 blob 存储,但我们更愿意在整个服务计划中增加可用存储空间。

在我看来,50GB 是标准计划的限制。

App Service limits

Standard; 50GB.

Premium; 500GB.

我想这会给您留下 (至少) 以下选项。

  1. 将您的计划升级到高级版。
  2. 看看 Microsoft 是否会提高您的限制。

Azure subscription and service limits, quotas, and constraints

If you want to raise the limit or quota above the Default Limit, open an online customer support request at no charge. The limits can't be raised above the Maximum Limit...If there is no Maximum Limit column, then the resource doesn't have adjustable limits.

  1. 寻找其他解决方案,无需将数据放置在您的应用服务上。例如专用的 Azure 存储机制,例如blob、CDN、Redis 缓存、SQL 等

  2. 查看应用服务环境。

App Service limits

The storage limit [of an App Service] is the total content size across all apps in the same App Service plan. More storage options are available in App Service Environment.

App Service Environment Storage

Each ASE is configured with 500 GB of storage. This space is used across all the apps in the ASE.

应用服务托管应用的文件系统配额由在区域和资源组中创建的应用服务计划的集合决定

您可以创建一个或多个标准应用程序服务计划,这将为您提供 50GB (50GB * x) 文件系统存储空间的倍数。您可以决定不在您创建的附加应用程序服务计划中部署任何内容,只需使用它来增加您的存储大小。记住要在同一个区域和资源组。