Generate Secure Passwords in Azure Logic Apps
This guide is going to break down how to create a secure password string in a logic app flow and upload this secret into a key vault using REST API. I had previously explored executing java code in the Inline Code connector, which utilises an integration account to generate a password string. However, on further …