how to fix internal server issue occurring on Logic Apps connector for Azure Digital Twin
umair18
0
Reputation points
how to fix internal server issue occurring on Logic Apps connector for Azure Digital Twin, i am following the steps mentioned in this article :
Below is my input :
{
"method": "post",
"queries": {
"api-version": "2020-10-31"
},
"path": "/query",
"host": {
"connection": {
"name": "/subscriptions/5b3df2c0-1e61-43d4-9d8c-3b853a519508/resourceGroups/IoTEdgeResources/providers/Microsoft.Web/connections/azuredigitaltwins"
}
},
"body": {
"query": "SELECT * FROM digitaltwins"
}
}
and my output :
{
"statusCode": 500,
"headers": {
"Request-Context": "appId=cid-v1:4d4d456b-80df-4c13-ba38-5b001ac1a4e0",
"x-ms-function-status": "OK",
"Date": "Mon, 19 Jun 2023 12:00:18 GMT",
"Content-Length": "141",
"Content-Type": "application/json; charset=utf-8"
},
"body": {
"result": "{ \"statusCode\": 500, \"message\": \"Internal server error\", \"activityId\": \"62de68b3-a957-4e6a-bfd1-0d0c366416ec\" }"
}
}
Sign in to answer