Azure Logic App File storage Extract suddenly Erroring with 400 Bad Request The request was aborted: The request was canceled
Manura De Silva
30
Reputation points
Hi
We have two logic apps Deployed in the "Australia Southeast" region on a consumption plan that suddenly started failing to extract zip files that are stored in a files share. When i check the file share folders I can see that the extract has completed but is getting back the following error.
Following is the error
{
"status": 400,
"message": "The request was aborted: The request was canceled.\r\nclientRequestId: e5e26970-99a6-464a-8076-20438d590352",
"error": {
"message": "The request was aborted: The request was canceled."
},
"source": "azurefile-ase.azconn-ase-001.p.azurewebsites.net"
}
Following is the input
{
"method": "post",
"queries": {
"destination": "/esswebapistorage/ReportUserSubscriptions/AETS",
"overwrite": "True",
"queryParametersSingleEncoded": "True",
"source": "/esswebapistorage/ReportUserSubscriptionStaging/AETS/SUB476 - Employability Skills Training Services 2022 Referrals and Results.zip"
},
"path": "/datasets/default/extractFolderV2",
"host": {
"connection": {
"name": "/subscriptions/335c6b1a-42ad-4f79-977b-c241fd0ed76e/resourceGroups/ASU-RG-DATA-PRD-AE/providers/Microsoft.Web/connections/azurefile-21"
}
}
}
Any help would be greatly appreciated
Following are the two apps
ASU-LOGIC-AETS-ESSWEBCONNECT-01-PRD-AE
ASU-LOGIC-ASURIA-ESSWEBCONNECT-01-PRD-AE
Thanks
Manura
Sign in to answer