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
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