Execute Stored Procedure in Azure Logic App - Bad gateway error

痴心易碎 提交于 2019-12-11 01:47:13

问题


When I execute the stored procedure from logic app designer, I'm getting bad gateway error.

The stored procedure which I'm trying to call

create procedure test as select * from testable

test table contains 100000+ rows.

The results of stored procedure are placed in Blob/FTP.

error

Duration: 0s

Start time: 2017-08-11T17:37:57.8096605Z

End time: 2017-08-11T17:37:58.0909952Z

Status: BadGateway

Can anyone please help me?

来源:https://stackoverflow.com/questions/45650565/execute-stored-procedure-in-azure-logic-app-bad-gateway-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!