2

I have a web activity calling a REST API in Azure Data Factory. The @string(activity("web call").output ) returns what appears to be the output body, but i cannot see the http status (200, 404 etc) I know the status code is returned as postman can see it.

How can i get the http status from a web activity output?

1 Answer 1

2

Unfortunately there is no direct activity or expression in ADF to capture the HTTP response from the Web Activity output.

As a workaround, you can achieve this by using custom code in Azure Function to capture response codes and you can call this function from Web activity ADF.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.