In Azure Data Factory it is possible to create 3 types of Integration Runtimes using the Portal:
- Azure
- Azure-SSIS
- Self-hosted
But looking at Terraform documentation site for the AzureRM provider it is only possible to create an Azure-SSIS (azurerm_data_factory_integration_runtime_managed) and self-hosted (azurerm_data_factory_integration_runtime_self_hosted).
Have anyone successfully created a default Azure IR connected to a virtual network as specified in https://docs.microsoft.com/en-us/azure/data-factory/managed-virtual-network-private-endpoint using Terraform?