In azure logic app, I am getting the following error
{
"error": {
"code": "DirectApiAuthorizationRequired",
"message": "The request must be authenticated only by Shared Access scheme."
}
}
but as for as I know SAS token for authorization will append to url so no need to pass any authorization.
But i am unable to solve the above problem.