Azure / azure-functions-on-container-apps

Docs , samples and issues for Azure Functions on Azure Container Apps
MIT License
74 stars 18 forks source link

Unable to run the functions on the local system #12

Open kamini-kamal opened 1 year ago

kamini-kamal commented 1 year ago

Executed the steps below:

  1. func init LocalFunctionProj --worker-runtime dotnet-isolated --docker --target-framework net7.0
  2. 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.0 dotnet-isolated:3.0-dotnet-isolated5.0 to dotnet-isolated:4-dotnet-isolated7.0
  3. 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

log.txt

raorugan commented 1 year ago

Can you please let us know if this issue is resolved?

kamini-kamal commented 1 year ago

Doesn't work on Ventura. I tried on VMs with Linux-based OS. Works fine there.