Possible issue ?
STEPS TO REPRODUCE
- Create azure+csharp serverless project. serverless create --template azure-csharp
- Pack your project with serverless package
ANALYSIS
- Your serverless.yml contains both functions (hello and goodbye) with an authLevel is set to anonymous
- Unzip file .serverless/azure.zip
- Open file .serverless/azure/hello/function.json and you will see that the authLevel is set to function
Am I missing something? Seems quite a basic thing and I think I have something misunderstood. Thanks I advance!!