Execute Stored Procedure in Azure Logic App - Bad

2019-07-09 08:52发布

问题:

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?