When calling an Azure Function from a Logic App if the status code returned from the Azure Function is 401 the Logic App stops executing.
This is a new Logic App testing for something for work. I have a conditional after the Azure Function call checking if the status code is 200 or not but it never gets to that conditional if the status code returned is 401.

I would have expected that the Logic App continued to execute and the conditional should have been hit checking the status code.
