0

i tried uploading json format data on integration account but it throws an error "Integration account The content of schema 'sd' of type 'Xml' must be a valid XML." but on azure logic app i am able to upload json schemas not on azure integration account If azure integration doesn't support.Kindly help me with the official link

i tried uploading the json file.it not worked

nitesh
  • 1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jan 10 '23 at 18:18

1 Answers1

0

As mentioned in document, schemas in integration account expects files to be in xsd format and maps to be xslt format. enter image description here If you want to upload json file, you need to use liquid template. Here is reference link to generate liquid templates. enter image description here Basically Integration Account uses maps to transform XML data between formats. A map is an XML document that defines the data in a document that should be transformed into another format.

Reference link

vijaya
  • 1,525
  • 1
  • 2
  • 6