当您有多个站点 运行 在一个 Azure 网站上进行负载测试时 运行 是否会对性能产生影响 运行

Can there be a performance impact when running a load test on one azure website when you have multiple sites running

我们是 运行 中型实例上的几个 Azure 网站(或 Web 应用程序)。我想知道 运行 对其中一个站点进行简单的负载测试时,是否会对其他任何站点的性能产生影响。换句话说,这些网站共享相同的 processor/memory 还是在 azure 中处理方式不同?

如果应用程序在同一个应用程序服务计划中,那么是的,会有影响。同一应用服务计划内的应用共享资源和容量。

https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/