FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

azure_storage_container

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

Example Usage

resource "azure_storage_container" "stor-cont" {
    name = "terraform-storage-container"
    container_access_type = "blob"
    storage_service_name = "tfstorserv"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io