sparse-intern-71089
11/12/2023, 4:26 AMcolossal-room-15708
11/12/2023, 8:28 AMnew function_apps.WebApp("reportApp", {
name: `${reportContainerAppName}`,
resourceGroupName: resourceGroupLinuxFunctionApp.name,
kind: "functionapp,linux,container,azurecontainerapps",
managedEnvironmentId: managedEnvironment.id,
...
colossal-room-15708
11/12/2023, 9:33 AMazure-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.colossal-room-15708
11/12/2023, 10:18 AM""
, otherwise deployments would fail.
Also, can't use managed identity to pull from ACR, wow.bored-activity-40468
11/12/2023, 11:25 PMbored-activity-40468
11/13/2023, 7:33 PM<http://mcr.microsoft.com/azure-functions/dotnet:4|mcr.microsoft.com/azure-functions/dotnet:4>
container?bored-activity-40468
11/13/2023, 7:34 PMbored-activity-40468
11/13/2023, 7:36 PMbored-activity-40468
11/13/2023, 7:39 PM