This blog post discusses how to regenerate Secure Access Signature (SAS) keys for HTTP-triggered flows in Power Automate. SAS keys help protect these flows by controlling access to their HTTP endpoints. The steps to regenerate the SAS key are as follows: sign in to the Power Automate Portal, find the flow with the HTTP trigger, note down the existing HTTP POST URL, open the browser's developer tools, filter requests and find the "runs?api-version" request, copy the Request URL and replace "runs" with "regenerateAccessKey", note down the Authorization Access Token, create a new POST request in Postman, paste the Access Token, and send the request. Finally, verify the new SAS key in Power Automate. Regenerating SAS keys is an important security measure to protect Power Automate workflows from unauthorized access.
Login now to access my digest by 365.Training