I have made an azure web app which sends email to outlook.
In the email html body there is one hyperlink and when user clicks on that link, it will call another azure web app. So, right now my requirement is to connect with another azure web app using the hyperlink. The azure web app is written in python flask and I need to call that flask app from the hyperlink.
How to configure that in the hyperlink and call another azure web app ?
Any suggestion will help.
Thanks in advance.