Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1021 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 1021 Bytes

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

LogicApp-ARM-Template-Generator

To automate deployment of Azure Logic Apps, this PowerShell script helps to create an Azure Resource Manager (ARM) template.

How to use

  1. Download the Tool
    Download

  2. Open a Powershell session / Visual Studio Code

  3. Run the script using the following command

    .\GenerateARMTemplate.ps1 -LogicAppName LogicAppName `
                         -LogicAppResourceGroup LogicAppResourceGroup `
                         -MySubscriptionId MySubscriptionId `
                         -MyTenantName MyTenantName `
                         
    

Questions ❓ / Issues 🙋‍♂️ / Feedback 🗨

Post here.

Contributions are welcome! 👏