Azure-csharp template authLevel issue

Possible issue ? :thinking:

STEPS TO REPRODUCE

  1. Create azure+csharp serverless project. serverless create --template azure-csharp
  2. 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!! :slight_smile: