0

I use vscode extension Azure Functions to create htmltrigger project on my local.

and I want to edit htmltrigger authLevel to anonymous, but I searched my local vscode folder for function.json and not found it

and azure portal show Your app is currently in read only mode because you are running from a package file. To make any changes update the content in your zip file and WEBSITE_RUN_FROM_PACKAGE app setting., it can not edit function.json

Wei Lin
  • 3,591
  • 2
  • 20
  • 52

1 Answers1

1

Usually, the function.json file is generated after VS build. Check whether it's in a folder named after your function, under ~\bin....... folder.

Sajeetharan
  • 216,225
  • 63
  • 350
  • 396