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

# This is a Feature Proposal ## Description - Azure subscription that have Secure transfer required are unable to deploy serverless functions due to not complying with the policy -...

Hi, I was trying to deploy my Azure function on a App Service which is already created. At the time of deployment `sls` is trying to create new resource group...

# This is a Feature Proposal ## Description - Storage account name generates combination of prefix, region, stage, md5 hash and suffix - However, many developers who use serverless-azure-functions for...

good first issue
documentation

## What did you implement: Closes #574 ## How did you implement it: in order to support the warm-up trigger in Serverless, I added the binding manually in the bindings.json...

# This is a Bug Report ## Description - What went wrong? I successfully deploy my serverless functions to Azure, setting eventHub as binding. While I visit the function page...

bug
needs more info

# This is a Feature Proposal ## Description [The warmup trigger lets you define a function that will be run on a new instance when it is added to your...

# This is a Feature Proposal ## Description I am extracting the openapi-specification from apim. Using path-parameters are well documented and works fine when I export. However, I am not...

# This is a Bug Report ## Description When I make a sls deployment to Azure by means of github actions (new functions or changes in existing ones), my changes...

I cant seem to change the port when running `sls offline`. No documentation on it either. ``` sls offline --httpPort 3000 ``` does not work for azure functions but it...

# This is a Bug Report ## Description - What went wrong? Running commands after Serverless `v2.33.0` results in the following warnings: ``` Deprecation warning: CLI options definitions were upgraded...