Scale Up of Azure App Service Plan (Linux) 会导致停机吗?

Does Scale Up of Azure App Service Plan (Linux) cause downtime?

我需要 Azure Functions 的更高性能。

从 P1v2 扩展到 P2v2 会导致服务停机吗? 如果有停机时间会是多长时间?

是的,任何规模 up/down 都会导致停机,因为它会更改下划线硬件并在新硬件(计算)上执行部署。

导致停机多长时间? 它完全取决于该计划上托管的应用程序以及应用程序启动需要多少时间以及启动期间的依赖性。所以它完全取决于该计划托管的应用程序。