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.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

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 as Azure 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.

risk-label

azurerm_data_lake_store

Ensure to enable the encryption of data lake storage

It is better to enable the encryption of Data Lake storage.

Review your Azure Data Lake settings

In addition to the above, there are other security points you should be aware of making sure that your .tf files are protected in Shisho Cloud.

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 - string
  • name required - string

    The name of the virtual network rule to create or update.

  • properties required
      • subnetId required - string

        The resource identifier for the subnet.

  • type required - string

Frequently asked questions

What is Azure Data Lake Store Virtual Network Rule?

Azure Data Lake Store Virtual Network Rule is a resource for Data Lake of Microsoft Azure. Settings can be wrote in Terraform.