diff --git a/samples/azure-functions/typescript/HttpExample/local.settings.json b/samples/azure-functions/typescript/HttpExample/local.settings.json index fc4570c5..51d5ad9e 100644 --- a/samples/azure-functions/typescript/HttpExample/local.settings.json +++ b/samples/azure-functions/typescript/HttpExample/local.settings.json @@ -1,7 +1,6 @@ { "IsEncrypted": false, "Values": { - "AzureWebJobsStorage": "UseDevelopmentStorage=true", - "FUNCTIONS_WORKER_RUNTIME": "dotnet" + "FUNCTIONS_WORKER_RUNTIME": "node" } } \ No newline at end of file