T12:53:19.401 Error indexing method 'Function.WatchTrain' T12:53:19.401 Function 'Function.TestTable' failed indexing and will be disabled. T12:53:19.358 Error indexing method 'Function.TestTable' Here's the output from the Host log file: Return (ActionResult)new OkObjectResult(requestBody) String requestBody = new StreamReader(req.Body).ReadToEnd() Public static IActionResult TestTable(HttpRequest req, CloudTable trainTable, TraceWriter log) I've created a simplified version of the function, but it still doesn't work: It works fine in the local environment and it's using the CloudTable as one of the parameters. failed indexing and will be disabled' when deploying my C# library function (v2) from VS2017 to the Azure.