typescript-azure-functions icon indicating copy to clipboard operation
typescript-azure-functions copied to clipboard

A simple Azure Functions function app written in TypeScript.

Results 4 typescript-azure-functions issues
Sort by recently updated
recently updated
newest added

I have a situation in azure functions, where i am calling a api which returns 500items. Once i received them i have 500 items in a array. For each item...

I'm running into the following error when adding `"languageWorkers:node:arguments": "--inspect=5858"` in `local.settings.json` to enable local debugging as mentioned in the [Azure Functions docs](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-node#local-debugging). I'm using the same config mentioned in...

It seems like we're commingling "stuff that is source code" and "built stuff we want deployed" by building our deployed artifacts inside our source directory and then trimming out stuff...

If you just clone and try to run this following the steps, in my experience an error is briefly shown and then it immediately disappears and shows you a TypeScript...