/TestConcordFunctionApp

demonstration of a WCF error in azure function host v2

Primary LanguageC#

TestConcordFunctionApp

demonstration of a WCF error in azure function host v2

Azure/azure-functions-host#3568

Sample local.settings.json:

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