FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

azure_storage_blob

Creates a new storage blob within a given storage container on Azure.

Example Usage

resource "azure_storage_blob" "foo" {
    name = "tftesting-blob"
    storage_service_name = "tfstorserv"
    storage_container_name = "terraform-storage-container"
    type = "PageBlob"
    size = 1024
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io