How to deploy a Logic App Workflow in a standard Logic App #9026
Replies: 5 comments 9 replies
-
Hey @stefanstranger Did you find an answer for this ? I always deploy content via ADO pipeline task, however i believe you can do zipdeploy as an extension. https://github.com/projectkudu/kudu/wiki/MSDeploy-VS.-ZipDeploy I think you want ZipDeploy, not MSDeploy, however should be similar. |
Beta Was this translation helpful? Give feedback.
-
Hi @brwilkinson yes I was able to create IaC using Bicep to deploy a complete standard Logic App. Ping me internally and I can share the code I used. |
Beta Was this translation helpful? Give feedback.
-
@stefanstranger and @brwilkinson Can anyone share the bicep code to deploy complete standard logic app |
Beta Was this translation helpful? Give feedback.
-
I hit this exact same blocker last month. I created an azd template for Logic Apps Standard + Easy Auth + VNet and Dataverse. You can probably use that as a starting point. |
Beta Was this translation helpful? Give feedback.
-
can we write standard logic app workflows in bicep and then deploy them to logicapp, do any one know how to do it |
Beta Was this translation helpful? Give feedback.
-
I need to deploy a standard Logic App to enable support of Vnet Integration. For this I cannot use the Microsoft.Logic/workflows resource
For this I first need to deploy an App Service and then a Web Site. After these resources being deployed, I want to deploy the Workflow into the deployed Standard Logic App.
According to online information one of the options to deploy the Workflow is using zipdeploy...
Why cannot I deploy everything using a bicep deployment?
Resources:
Regards,
Stefan Stranger [MSFT]
Beta Was this translation helpful? Give feedback.
All reactions