什么 CPU 是 Azure App Service 运行?
What CPU is Azure App Service running on?
Microsoft App Service V1 运行 使用的是什么处理器?
V2 似乎是 运行 在 Dv2 系列 VM 上:
"The new Premium V2 tier features Dv2-series VMs with even faster processors, SSD storage, and double the memory-to-core ratio compared to the previous compute iteration."
https://azure.microsoft.com/en-us/blog/azure-app-service-premium-v2-in-public-preview/
但是,相应的 VM,CPU 或前一次计算迭代的性能是多少?
P1 和 P1V2(或者例如 4 核 P3 和 2 核 P2V2)之间的 CPU 性能差异(大致)是什么?
编辑 根据这篇文章 - https://cloudspectator.com/microsoft-azure-dv2-vs-ds-comparison/ - Dv2 would be roughly 35% faster than Dv1 which would be roughly 60% faster than A (https://cloudspectator.com/wp-content/uploads/report/generational-performance-comparison-microsoft-azures-a-series-and-d-series.pdf),如接受的答案中所述,在 V1 应用程序服务中使用
A 系列 VM 上的基本、标准和高级 V1(包括 V1 应用服务环境)运行。
Dv2 系列计算机上的 Premium V2 和 Isolated Sku(应用程序服务环境 V2)运行。
如果有人考虑使用 Azure 服务计划并且对使用 A 系列(S、S2、S3)或 Dv2 系列(P1V2、P2V2、P3V2)感到困惑,则应考虑 Dv2 系列。
在 Simple Dv2 系列中,据说是双倍或更多资源(CPU、RAM 和存储)和更好的性能。详情请参考文章Announcing pricing decrease for Azure App Service on the Premium plan。
With the new price reduction, it is more economical from a performance perspective (and more powerful!) to run a P1v2 App Service plan rather than an S1 App Service plan. This is also true for the other size plans when moving from S2 > P2v2 and S3 > P3v2, with each providing double the performance and memory of the comparable Standard plan. This can be seen in the green arrows in the image above.
Microsoft App Service V1 运行 使用的是什么处理器?
V2 似乎是 运行 在 Dv2 系列 VM 上:
"The new Premium V2 tier features Dv2-series VMs with even faster processors, SSD storage, and double the memory-to-core ratio compared to the previous compute iteration." https://azure.microsoft.com/en-us/blog/azure-app-service-premium-v2-in-public-preview/
但是,相应的 VM,CPU 或前一次计算迭代的性能是多少? P1 和 P1V2(或者例如 4 核 P3 和 2 核 P2V2)之间的 CPU 性能差异(大致)是什么?
编辑 根据这篇文章 - https://cloudspectator.com/microsoft-azure-dv2-vs-ds-comparison/ - Dv2 would be roughly 35% faster than Dv1 which would be roughly 60% faster than A (https://cloudspectator.com/wp-content/uploads/report/generational-performance-comparison-microsoft-azures-a-series-and-d-series.pdf),如接受的答案中所述,在 V1 应用程序服务中使用
A 系列 VM 上的基本、标准和高级 V1(包括 V1 应用服务环境)运行。
Dv2 系列计算机上的 Premium V2 和 Isolated Sku(应用程序服务环境 V2)运行。
如果有人考虑使用 Azure 服务计划并且对使用 A 系列(S、S2、S3)或 Dv2 系列(P1V2、P2V2、P3V2)感到困惑,则应考虑 Dv2 系列。 在 Simple Dv2 系列中,据说是双倍或更多资源(CPU、RAM 和存储)和更好的性能。详情请参考文章Announcing pricing decrease for Azure App Service on the Premium plan。
With the new price reduction, it is more economical from a performance perspective (and more powerful!) to run a P1v2 App Service plan rather than an S1 App Service plan. This is also true for the other size plans when moving from S2 > P2v2 and S3 > P3v2, with each providing double the performance and memory of the comparable Standard plan. This can be seen in the green arrows in the image above.