I can now use the ARM template task to successfully deploy the Azure logic app (Consumption). In the Consumption mode, I can export the complete arm template (including the set variables and the set workflow) in the Azure logic app.
But when I try to export the arm template in Standard Azure logic app mode, the exported arm template doesn't contain the variables and workflow I added in Standard Azure logic app, so when I deploy using Arm template in Azure DevOps, I can't Deploy variables and workflows into the logic app.
My question is: How to deploy Azure Logic app(Standard) in Azure DevOps?
By the way: this official documentation is not suitable for our needs, we are dragging and dropping the workflow in the Azure logic app instead of building it locally.https://learn.microsoft.com/en-us/azure/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps?source=recommendations&tabs=azure-devops#deploy-infrastructure
Appreciate any insight