Function
Jared Rhodes  

Your app is currently in read-only mode because you have published a generated function.json

If you published your Azure function from Visual Studio and are seeing the message:

Your app is currently in read-only mode because you have published a generated function.json

Then do the following steps:

From the functions page click Platform Features.

Click platform features

After you go to the platform features page, click on App Service Editor

platform featuresAfter that, find your function in the list of functions. In the image below the function name is “IoTUploadProcessingFunction”. Expand the files underneath it and select the function.json file. Delete the line “generatedBy”: “Microsoft.NET.Sdk.Functions-1.0.0.0”.

Delete this line

After that your function should be running. If not go back to the functions screen in Azure and start it.

8 thoughts on “Your app is currently in read-only mode because you have published a generated function.json

  1. Patrick

    Fixed it for me! Thanks.

  2. Luis Fernando Forero Guzman

    Excelent, thanks

  3. Oleksii

    Thanks!!!

  4. russhaley

    Everytime I redeploy, I have to make this same change. Is there no way to permanently make the change on the local file? I can’t seem to find a local file…

    1. Jared Rhodes

      As far as I know its generated and its up to the team to fix this.

  5. Georg

    Any change on this one?
    Do i have to do it everytime i upload deploy??
    Thanks

  6. Sushant

    Thank you..it works!!!!!

  7. Priyanka

    It is giving me error while trying to remove

Leave A Comment