Data Source: azurerm_data_share_dataset_blob_storage

Use this data source to access information about an existing Data Share Blob Storage Dataset.

Example Usage

provider "azurerm" {
  features {}
}

data "azurerm_data_share_dataset_blob_storage" "example" {
  name          = "example-dsbsds"
  data_share_id = "example-share-id"
}

output "id" {
  value = data.azurerm_data_share_dataset_blob_storage.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A storage_account block supports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: