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

Azure functions templates for the azure portal, CLI, and VS

Results 148 azure-functions-templates issues
Sort by recently updated
recently updated
newest added

https://github.com/Azure/azure-functions-templates/pull/1218

Needs: Triage (functions)

Please see [Authentication Events for details](https://github.com/Azure/microsoft-azure-webJobs-extensions-authentication-events)

Needs: Author feedback

Hi Team, Azure function Blob trigger (dotnet script-created from azure portal itself) is not triggering for a particular blob path. For remaining blob paths, it is triggering. Blob trigger is...

Needs: Triage (functions)

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)

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

### Issue 1 For v4 in-proc, the boilerplate code created for different trigger types are not consistent, some triggers have static class and static method while some are not. Here...

Needs: Triage (functions)

The boiler plate code generated for a service bus trigger in a V4 in-proc app is not correct. The class is static, but the function method is not. It causes...

Needs: Triage (functions)