UPDATE : V2.0 Playbook ARM Template Generator has been pushed to Azure Sentinel GitHub Repo - https://github.com/Azure/Azure-Sentinel/tree/master/Tools/Playbook-ARM-Template-Generator
To automate deployment of Azure Logic Apps, this PowerShell script helps to create an Azure Resource Manager (ARM) template.
-
Open a Powershell session / Visual Studio Code
-
Run the script using the following command
.\GenerateARMTemplate.ps1 -LogicAppName LogicAppName ` -LogicAppResourceGroup LogicAppResourceGroup ` -MySubscriptionId MySubscriptionId ` -MyTenantName MyTenantName `
Post here.
Contributions are welcome! 👏