An Azure service that provides an event-driven serverless compute platform.
Looking into the error message it says that value "Title" cannot be converted to System.Int32 i.e. looks like the value is expected as an integer value.
Can you please verify what code you have written/executing in line no 94 in the run.ps1 file and verify if you are passing the integer value or not for that statement.
If the expected value is a string then you need to update your code on line 94. If the value can be empty that in your code you need to first verify where the value is null or empty before typecasting it.