Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
723 views
in Technique[技术] by (71.8m points)

Azure Logic App - BadRequest. Http request failed: the content was not a valid JSON

I have created a Logic APP in Azure which was working fine till now. I am getting "BadRequest. Http request failed: the content was not a valid JSON" error from today. Please note that no changes made to the SP. Below is detailed process

  1. Created SP in DB to generate the reports
  2. Created Logic APP in Azure
  3. Set the occurrence to run every week Monday at 1 AM

enter image description here

When i reran the report, facing the same issue again. Then i connected to DB and manually ran the SP. Then in Azure if i ran the report then it was success. Really not sure how to fix this issue.

question from:https://stackoverflow.com/questions/65883794/azure-logic-app-badrequest-http-request-failed-the-content-was-not-a-valid-j

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Your problem may be caused by the returned result of the stored procedure not json, or by some known issues or limitations. You can refer to the following official document:

https://docs.microsoft.com/en-us/connectors/sql/#known-issues-and-limitations


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...