Azure Data Lake Store Virtual Network Rule
This page shows how to write Terraform and Azure Resource Manager for Data Lake Store Virtual Network Rule and write them securely.
azurerm_data_lake_store_virtual_network_rule (Terraform)
The Store Virtual Network Rule in Data Lake can be configured in Terraform with the resource name azurerm_data_lake_store_virtual_network_rule
. 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
-
account_name
required - string -
id
optional computed - string -
name
required - string -
resource_group_name
required - string -
subnet_id
required - string -
timeouts
single block
Explanation in Terraform Registry
Allows you to add, update, or remove an Azure Data Lake Store to a subnet of a virtual network.
Note: This resoruce manages an
Azure Data Lake Storage Gen1
, previously known asAzure Data Lake Store
.
Tips: Best Practices for The Other Azure Data Lake Resources
In addition to the azurerm_data_lake_store, Azure Data Lake has the other resources that should be configured for security reasons. Please check some examples of those resources and precautions.
azurerm_data_lake_store
Ensure to enable the encryption of data lake storage
It is better to enable the encryption of Data Lake storage.
Microsoft.DataLakeStore/accounts/virtualNetworkRules (Azure Resource Manager)
The accounts/virtualNetworkRules in Microsoft.DataLakeStore can be configured in Azure Resource Manager with the resource name Microsoft.DataLakeStore/accounts/virtualNetworkRules
. 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
apiVersion
required - stringname
required - stringThe name of the virtual network rule to create or update.
properties
requiredsubnetId
required - stringThe resource identifier for the subnet.
type
required - string