Azure DataProtection Backup Policy Blob Storage

This page shows how to write Terraform and Azure Resource Manager for DataProtection Backup Policy Blob Storage and write them securely.

azurerm_data_protection_backup_policy_blob_storage (Terraform)

The Backup Policy Blob Storage in DataProtection can be configured in Terraform with the resource name azurerm_data_protection_backup_policy_blob_storage. 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

The following arguments are supported:

  • name - (Required) The name which should be used for this Backup Policy Blob Storage. Changing this forces a new Backup Policy Blob Storage to be created.

  • vault_id - (Required) The ID of the Backup Vault within which the Backup Policy Blob Storage should exist. Changing this forces a new Backup Policy Blob Storage to be created.

  • retention_duration - (Required) Duration of deletion after given timespan. It should follow ISO 8601 duration format. Changing this forces a new Backup Policy Blob Storage to be created.

In addition to the Arguments listed above - the following Attributes are exported:

  • id - The ID of the Backup Policy Blob Storage.

Explanation in Terraform Registry

Manages a Backup Policy Blob Storage.

Microsoft.DataProtection/backupVaults/backupPolicies (Azure Resource Manager)

The backupVaults/backupPolicies in Microsoft.DataProtection can be configured in Azure Resource Manager with the resource name Microsoft.DataProtection/backupVaults/backupPolicies. 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

    Name of the policy

  • properties required
      • datasourceTypes required - array

        Type of datasource for the backup management

  • systemData optional
      • createdAt optional - string

        The timestamp of resource creation (UTC).

      • createdBy optional - string

        The identity that created the resource.

      • createdByType optional - string

        The type of identity that created the resource.

      • lastModifiedAt optional - string

        The type of identity that last modified the resource.

      • lastModifiedBy optional - string

        The identity that last modified the resource.

      • lastModifiedByType optional - string

        The type of identity that last modified the resource.

  • type required - string

Frequently asked questions

What is Azure DataProtection Backup Policy Blob Storage?

Azure DataProtection Backup Policy Blob Storage is a resource for DataProtection of Microsoft Azure. Settings can be wrote in Terraform.