I have a blob container "X", with a directory "Y" containing a "body.txt" that has the body of a message sent to my inbox.
What is the best way to convert that "body.txt" into a PDF.
So my end result should be "X/Y/body.txt" and "X/Y/body.pdf" Can a logic app perform that? If not what should my code look like.