我知道,在Windows环境中,由于以下错误,我无法将Web应用设置为dotnetcore
运行时:https://github.com/Azure/azure-rest-api-specs/issues/7688
但是我试图通过这种方式做到这一点:
az resource create -g my-rg --resource-type "Microsoft.Web/sites/config" -n my-app --properties '{""siteConfig"": { ""metadata"": [{""CURRENT_STACK"": ""dotnetcore""}] }}'
没有错误消息。但是,当我转到Azure门户时,我看到堆栈未设置为dotnetcore并保持在当前值(dotnet)上。这是更改堆栈的正确方法吗?