How to deploy Create ADF pipeline in LogicApp with Terraform

Viewed 21

I have manually created LogicApp for triggering data factory pipeline with HTTP Post API call.

Now I would like to create LogicApp with Terraform so that I can deploy via DevOps to dev, test and prod.

I can succesfully create HTTP trigger by following documentation, but I don't now how to create Create a pipeline run. I cannot find documentation anywhere.

Any code sample or instructions to share with me?

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/logic_app_trigger_http_request

enter image description here

0 Answers
Related