问题描述: 当我尝试部署我的大型网站时,AppService报错无法成功部署。
解决方法:
az appservice list-locations --sku F1
这将列出所有支持F1定价层的位置,以及每个位置的可用配额。
az appservice plan update --name  --resource-group  --sku 
   其中,
az monitor app-insights component create --app  --location  --kind web --resource-group 
   其中,
以上是一些可能的解决方法,根据具体情况选择适合的方法来解决AppService无法部署大型网站的问题。
                    上一篇:AppServiceWordPressStorageAccountNotWorking
                
下一篇:AppService在使用时崩溃,报错Couldnotloadfileorassembly,但在本地环境中可以正常运行。