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 152 serverless-azure-functions issues
Sort by recently updated
recently updated
newest added

Bumps [@azure/ms-rest-nodeauth](https://github.com/Azure/ms-rest-nodeauth) from 1.1.1 to 3.0.8. Changelog Sourced from @​azure/ms-rest-nodeauth's changelog. 3.0.8 - 2021/03/23 Fix command injection in core function execAz() by replacing exec() with execFile() - CVE-2021-28458 3.0.7 -...

dependencies

I deployed 1 serverless function on azure stack for the existing resource group as I don't have permission to create any new RG due to company policy. And i needed...

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.9.0 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

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

#This is a Bug Report ## Description When i try sls deploy i get the following output: Serverless: -> Function App not ready. Retry 0 of 30... Serverless: -> Function...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

1 deprecation triggered in the last command: CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not predefine type...

I was trying to deploy service, I was successfully deploying a week ago, but now after re-login to Azure (and applying workaround for #250) it crashes for me with: ```...

bug
v1

Hi 👋 , Serverless Framework core team here! We have a yeoman generator and when why try to execute the following command we got an error ```bash npm i serverless-express...