Can you deploy multiple logic apps thru Visual Studio or PowerShell?

JamieW1628 6 Reputation points
2021-11-04T14:52:29.35+00:00

I am using Visual Studio 2017 to create and deploy Azure Logic Apps to my Azure subscription. But this is a one at a time thing. Is there a way to easily deploy multiple logic apps at once either through Visual Studio or using Powershell. I tried to create a powershell script using the "Deploy-AzureResourceGroup.ps1" script that got auto-generated but it fails when I try to use it outside of the standard Deploy thru VS2017.

Thanks.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,772 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,511 Reputation points Microsoft Employee
    2021-11-09T09:34:11.35+00:00

    @JamieW1628 Logic Apps (Consumption/Multi-Tenant) are fully contained and are just ARM Templates as far as deployment goes. So, you could just have them in a repository for deployment which can be done using PowerShell or CLI and even via a DevOps Pipeline if required.

    The official docs for automating deployment covers many aspects that you might have to consider depending on your scenario.