We have a Website where we would like to integrate a stand alone Logic App Designer for users to be able to create workflows visually and have the designer auto generate the JSON.
In the back end we intend to deploy the Workflows using the generated JSON to the required azure resource groups.
We DO not want users to directly access Azure Portal or have to use Visual Studio.
How can we accomplish this?
