![]() |
1
5
似乎不能将Linux和Windows资源放在同一资源组中
https://docs.microsoft.com/en-us/azure/app-service/containers/app-service-linux-intro#limitations 所以您现在唯一的选择就是为linux资源创建一个新的资源组 |
![]() |
2
0
无法在同一资源组和同一位置创建Linux应用服务计划和Windows应用服务计划,但可以使用同一资源组并在不同位置部署这两个计划。
https://docs.microsoft.com/en-us/azure/app-service/containers/app-service-linux-intro#limitations 尽管我发现,如果您通过 REST api 或通过 terraform (也在使用rest api)在创建linux应用服务计划之前。在同一位置创建证书之前,必须创建Linux应用程序服务计划。 |