I'm trying to ingest data from an http endpoint into an Azure Data Factory using Terraform. The first step would be to create a linked service within ADF pointing to an HTTP. This is easily doable on Azure UI; however, I have not found such resource within Terraform. There's no resource azurerm_data_factory_linked_service_http on Terraform. Here I've done it via UI:
But I'd like to do the same via Terraform so that I can manage it automatically using code. Anyone knows how to create this resource in Terraform? I'd appreciate it.
