Naren Soni

Results 24 issues of Naren Soni

We need an API that would list the process id of the function app in order to facilitate remote debugging experience.

enhancement

Right now in production node process uses built in default for memory. With the defaults node does not take advantage of the maximum memory available in the SKU. We should...

lang-js
enhancement

This line of code hangs when running extension metadata generator on certain system attributes. https://github.com/Azure/azure-functions-host/blob/b5e21770905343a3a58a6614c0a32ec3d80f1860/tools/ExtensionsMetadataGenerator/src/ExtensionsMetadataGenerator.Console/ExtensionsMetadataGenerator.cs#L95 #### Repro Call ExtensionsMetadataGenerator.Generate on the assemblies in [drop.zip](https://github.com/Azure/azure-functions-host/files/9238646/drop.zip)

Right now the file [bindings.json](https://github.com/Azure/azure-functions-templates/blob/dev/Functions.Templates/Bindings/bindings.json) is just a single that serves all the templates and bundles. With bundle v3 and v4 the metadata for each of the bindings is likely...

Needs: Triage (functions)

Dotnet precompiled templates right now are required to have static reference to an extension package. This basically means that every time there is an extension update, the extension authors are...

Needs: Triage (functions)

The metadata for eventGrid output binding is missing. It needs to be added to bindings.json. https://github.com/Azure/azure-functions-templates/blob/dev/Functions.Templates/Bindings/bindings.json#L1189

Have put fixes in place for current regex related issues. We need to do go through all the regexs for all the bindings to see if they are too restrictive...