79102912

Date: 2024-10-18 16:37:07
Score: 2.5
Natty:
Report link

Your local.settings.json should be similar as below

{ "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", "FUNCTIONS_WORKER_RUNTIME": "dotnet" "FUNCTIONS_INPROC_NET8_ENABLED": "1" } }

Upgrade net6.0 to net8.0 and use version 4.5.0 for Microsoft.NET.Sdk.Functions

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Venu D