Azure Data Share Account

This page shows how to write Terraform and Azure Resource Manager for Data Share Account and write them securely.

azurerm_data_share_account (Terraform)

The Account in Data Share can be configured in Terraform with the resource name azurerm_data_share_account. 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

Manages a Data Share Account.

Microsoft.DataShare/accounts (Azure Resource Manager)

The accounts in Microsoft.DataShare can be configured in Azure Resource Manager with the resource name Microsoft.DataShare/accounts. 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
  • identity required
      • type optional - string

        Identity Type.

  • location optional - string

    Location of the azure resource.

  • name required - string

    The name of the share account.

  • properties required
    • tags optional - string

      Tags on the azure resource.

    • type required - string

    Frequently asked questions

    What is Azure Data Share Account?

    Azure Data Share Account is a resource for Data Share of Microsoft Azure. Settings can be wrote in Terraform.