Selected file must be between 1 and 2097152 bytes
For a POC - Getting Started with Logic Apps - EDI X12 to XML , I had to use an xml schema and EDI 850 schema and map between them and use them in Logic App. We use Integration account to store this artifacts, but when loading EDI schema (I missed to check the size) got below error "Selected file 'X12_00504_850.xsd' must be between 1 and 2097152 bytes . " Why it happened Actually I missed to check the size before uploading the schema and should have choose another option - Large File. However, w hen dealing with EDI schemas (X12,EDIFACT etc), you will often see that the size of schemas are in mb’s and it is because lot of annotations are part of it. And Integration Account currently doesn’t support big size files ( In my view, the only reason it is so - so as to push users to go for storage account ;) ) Wha...