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

…. Otherwise generated functions.json will include topicName and queueName with default value. ## What did you implement: Closes #352 ## How did you implement it: The service bus binding need...

# This is a Feature Proposal Config to link existing APIM to multiple serverless files ## Description Currently, there is no way to define that we don't want to create...

### What's happening When I use armTeplate sometimes the deployment of the functions fails with "functionApp cannot be null or undefines The armTemplate is deployed succesfully. ### Versions Framework Core:...

# 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...

Hello @tbarlow12, @wbreza, @mydiemho :wave: We got notified that `serverless-azure-functions` repository might've been impacted by the recent Codecov incident: https://about.codecov.io/security-update/ To our best knowledge, no sensitive secrets were exposed during...

# This is a Bug Report Unable to configure apim `urlTemplate: /other` different to the functions name. `https://sls-weur-dev-xxxxxx-apim.azure-api.net/api/v1/greet/hello` https://github.com/glockenbach/serverless/blob/bug/apim-operations-urlTemplate/lib/plugins/create/templates/azure-python/serverless.yml ```functions: hello: handler: src/handlers/hello.main events: - http: true methods: - GET...

# This is a Bug Report ## Description - What went wrong? - A default queueName is added to the function.json along with the specified topicName - What did you...

bug

Please prioritise and fix: https://github.com/serverless/serverless-azure-functions/pull/519 axios v0.18.1 needs to be bumped to v0.21.1 to fix critical security vulnerability

# This is a Feature Proposal ## Description If the azure credentials are missing, serverless currently attempts to login to azure via a browser: ``` Serverless: Packaging service... Serverless: Excluding...

# This is a Feature Proposal ## Description When running commands like `sls deploy`, I get this warning: ``` Serverless: Configuration warning: Unrecognized provider 'azure' Serverless: Serverless: You're relying on...