Edited the following values inside Docker file (as shown in step 3) since the specified versions didn't match to the one installed locally:
dotnet/sdk:5.0to dotnet/sdk:7.0dotnet-isolated:3.0-dotnet-isolated5.0 to dotnet-isolated:4-dotnet-isolated7.0
The app started but terminated with the error. Please find the log file attached.
My system specification:
System Version: macOS 13.2.1 (22D68)
Kernel Version: Darwin 22.3.0
Executed the steps below:
func init LocalFunctionProj --worker-runtime dotnet-isolated --docker --target-framework net7.0
dotnet/sdk:5.0
todotnet/sdk:7.0
dotnet-isolated:3.0-dotnet-isolated5.0
todotnet-isolated:4-dotnet-isolated7.0
My system specification: System Version: macOS 13.2.1 (22D68) Kernel Version: Darwin 22.3.0
log.txt