Azure Web Apps are really slow

前端 未结 2 937
隐瞒了意图╮
隐瞒了意图╮ 2021-02-03 19:51

I\'ve been investigating a slow warmup time for my production app and I got some unexpected results.

Testing on various Azure VMs showed the warmup time to be well-relat

2条回答
  •  迷失自我
    2021-02-03 20:32

    Initially when we deployed our Azure App Service - Web app (hosted in Resource Group1) and our Azure SQL database (hosted in Resource Group2), the app was very slow. The mistake that I made was that both the RG1 vand RG2 were in two different locations. Later, when we changed the location of both RGs (recreated them actually) to be the same then the WebApps started running smooth.

    Thanks, Prawin

提交回复
热议问题