colossal-room-15708
11/12/2023, 4:26 AMnew function_apps.WebApp("reportApp", {
name: `${reportContainerAppName}`,
resourceGroupName: resourceGroupLinuxFunctionApp.name,
kind: "functionapp,linux,container,azurecontainerapps",
managedEnvironmentId: managedEnvironment.id,
...
azure-native:web/v20220901:WebApp reportApp creating (3s) error: Code="BadRequest" Message="Invalid parameter. NetFrameworkVersion is not supported for Azure Functions on Azure Container apps. Please retry the operation without NetFrameworkVersion." Details=[{"Message":"Invalid parameter. NetFrameworkVersion is not supported for Azure Functions on Azure Container apps. Please retry the operation without NetFrameworkVersion."},{"Code":"BadRequest"},{"ErrorEntity":{"Code":"BadRequest","Message":"Invalid parameter. NetFrameworkVersion is not supported for Azure Functions on Azure Container apps. Please retry the operation without NetFrameworkVersion."}}]
I'm not setting NetFrameworkVersion
anywhere in my code. No idea where that's coming from.""
, otherwise deployments would fail.
Also, can't use managed identity to pull from ACR, wow.bored-activity-40468
11/12/2023, 11:25 PM<http://mcr.microsoft.com/azure-functions/dotnet:4|mcr.microsoft.com/azure-functions/dotnet:4>
container?