Skip to content

Backup Report email not displaying images #2029

@sangling

Description

@sangling

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:
image

However, as it can't be deployed from Workbooks, I get the following error when deploying from the Recover Services Vault:
image

Thanks,

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions