Azure Data Factory Integration Runtime Azure Ssis
This page shows how to write Terraform and Azure Resource Manager for Data Factory Integration Runtime Azure Ssis and write them securely.
azurerm_data_factory_integration_runtime_azure_ssis (Terraform)
The Integration Runtime Azure Ssis in Data Factory can be configured in Terraform with the resource name azurerm_data_factory_integration_runtime_azure_ssis. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
data_factory_namerequired - string -
descriptionoptional - string -
editionoptional - string -
idoptional computed - string -
license_typeoptional - string -
locationrequired - string -
max_parallel_executions_per_nodeoptional - number -
namerequired - string -
node_sizerequired - string -
number_of_nodesoptional - number -
resource_group_namerequired - string -
catalog_infolist block-
administrator_loginoptional - string -
administrator_passwordoptional - string -
pricing_tieroptional - string -
server_endpointrequired - string
-
-
custom_setup_scriptlist block-
blob_container_urirequired - string -
sas_tokenrequired - string
-
-
timeoutssingle block -
vnet_integrationlist block-
subnet_namerequired - string -
vnet_idrequired - string
-
Explanation in Terraform Registry
Manages a Data Factory Azure-SSIS Integration Runtime.
Tips: Best Practices for The Other Azure Data Factory Resources
In addition to the azurerm_data_factory, Azure Data Factory has the other resources that should be configured for security reasons. Please check some examples of those resources and precautions.
azurerm_data_factory
Ensure to disable public access
It is better to disable public access for Data Factory, which is enabled as default.
Microsoft.DataFactory/factories/integrationruntimes (Azure Resource Manager)
The factories/integrationruntimes in Microsoft.DataFactory can be configured in Azure Resource Manager with the resource name Microsoft.DataFactory/factories/integrationruntimes. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.