Hello everyone,
I am working on a POC where I am trying to replace a customer form in Power Pages to a static web site hosted on Azure, the reason being the cost of Power Pages license.
Here's my design :
1. A static web site on azure captures user informations and triggers an Azure function.
2. The Azure function triggers a PA flow granted its URL.
3. My PA flows is triggered and does some updates to some of my DV tables.
My users are anonymous so my trigger can only be "Anyone". How do I make sure this Azure Function call is secure.
Thank you