boilerplate-azurefunctions icon indicating copy to clipboard operation
boilerplate-azurefunctions copied to clipboard

A boilerplate project for getting started with Azure Functions Serverless Framework plugin

Results 3 boilerplate-azurefunctions issues
Sort by recently updated
recently updated
newest added

Not who is responsible for the documentation, but at: https://serverless.com/framework/docs/providers/azure/guide/quickstart/ step 5 is missing `azure role assignment create --objectId -o Contributor`

After running `serverless deploy` I get the following error Error -------------------------------------------------- clientId must be a non empty string. For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable. Get...

When trying to retrieve a service principal an error occurs: ``` % azure ad sp -c my-app error: '-c' is not an azure command. See 'azure help' ``` It appears...