-
Notifications
You must be signed in to change notification settings - Fork 489
Description
The email reports are not embedding the images correctly.
As an example:
<img src=\"cid:@{body ('Run_query_and_visualize_results-PolicyTrend')? ['attachmentName']}\" width:\"50px\"/>
Should be:
<img src=\"data:image/jpeg;base64,@{body ('Run_query_and_visualize_results-PolicyTrend')? ['attachmentContent']}\" width=\"50px\"/>
I have tested my changes by testing by changing directly in the Logic Ap and subsequently cloned and branched the repository to update the files.
Commit: 91f2a21
I should be able to test using https://portal.azure.com/?feature.workbookGalleryBranch=sangling-BackupReportEmailImages
Workbooks are being redirected correctly:
However, as it can't be deployed from Workbooks, I get the following error when deploying from the Recover Services Vault:
Thanks,