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

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework

Results 153 serverless-azure-functions issues
Sort by recently updated
recently updated
newest added

Bumps [jszip](https://github.com/Stuk/jszip) from 3.4.0 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies

Bumps [jszip](https://github.com/Stuk/jszip) from 3.2.1 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies

# Support for Python 3.9 ## Description Community support for Python 3.8 for Azure Functions is ending on 14 October 2024. Python 3.8 will reach the end of community support...

# This is a Bug Report ## Description - What went wrong? I am creating Azure function with python runtime. Setting output queue binding and name of the queue. Irrespective...

# This is a Bug Report Please, let me know if this is actually a bug or I am doing something wrong. Thank you for your time. Environment variables not...

# This is a Feature Proposal ## Description - Version 3 of azure-functions-core-tools (currently using 3.0.x in release 2.2.1) does not support Node 16 and 18 and I'm sure there...

## What did you implement: Complete the docs to add template parameters to avoid error described below Related to #522 ## Todos: _**Note: Run `npm run test:ci` to run all...

# This is a Feature Proposal ## Description - What is the use case that should be solved. The more detail you describe this in the easier it is to...

# This is a Feature Proposal ## Description Our primary use case for this feature request is to be able to use the `validate-jwt` policy, but other policies will also...

# This is a Bug Report Expected function,json ``` { "disabled": false, "bindings": [ { "type": "httpTrigger", "direction": "in", "name": "req", "route": "negotiate", "authLevel": "function", "methods": ["POST"] }, { "type":...