Azure CLI – invalid .NET runtime version
Our pipeline on Azure DevOps which has been working suddenly fails when running the Azure CLI command: az functionapp config set name "appname" --resource-group "groupname" --slot "slot" --net-framework-version v7.0 The error it produces is Invalid version: for runtime dotnet-isolated and…