send hyperlink in email sent from data factory

arkiboys 9,686 Reputation points
2023-03-09T13:18:56.7166667+00:00

hello,

inside the data factory, I use the web activity to send an email using logic app...

question:

how is it possible to add a hyperlink of a folder in a storage account into the email so that when the user clicks on it in email (Assuming the user has access rights to the storage account folder), then user can go to that folder in the storage gen2?

thank you

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,197 questions
0 comments No comments
{count} votes

Accepted answer
  1. HimanshuSinha-msft 19,386 Reputation points Microsoft Employee
    2023-03-10T01:45:47.39+00:00

    Hello @arkiboys , Thanks for the question and using MS Q&A platform.

    Yes you can . For that the format of the email should be HTML and you will have to construct the message that it's in the HTML tag . I have a different implementation, but I will send the tag like this

    <a href="urloftheStrageaccount">click her to navigate to Storage account </a>

    Thanks Himanshu

    Please accept as "Yes" if the answer provided is useful , so that you can help others in the community looking for remediation for similar issues. 

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful