0

I am using the Azure logic app. I am scraping email content as it is (with images/text) and storing it in azure blob storage but when I hit the blob url it's showing me pure HTML. I have modified the content type of a "created blob" action but no change. How can I retrieve the same content in an as-is format?

Chand Jogani
  • 146
  • 12

1 Answers1

0

I have added the content type as "text/html". it worked for me. enter image description here

Chand Jogani
  • 146
  • 12