Skip to main content

StorageAccount



Resource Icon

Resource Overview

Azure Storage Account is a foundational storage resource that provides Blob, File, Queue, and Table storage services within a single account.
It supports a wide range of application workloads through scalable data storage, high availability, and secure network access control.

Associated Resources

Parent Resources

Connected Resources


Resource Configuration

  • account_kind : Type of the Storage Account - StorageV2, Storage
  • account_tier : Performance tier for using the Storage Account - Standard, Premium
  • account_replication_type : Data replication type of the Storage Account - LRS, GRS, RAGRS, ZRS, GZRS, RAGZRS
  • access_tier : Data usage tier - Hot, Cool
  • min_tls_version : Minimum supported TLS version for the Storage Account - TLS1_0, TLS1_1, TLS1_2
  • enable_https_traffic_only : Whether to allow access only through HTTPS - true, false
  • tag : Tags used to categorize resources

Networking (networking)

  • networking.public_network_access : Public Network Access policy - All, Selected, Disabled
  • networking.ip_rules : List of IP address ranges to which network rules are applied
  • networking.bypass : Traffic bypass targets - AzureServices, Logging, Metrics

Storage Container (storage_container)

  • storage_container.container_access_type : Storage Container access level - private, blob, container

Storage Queue (storage_queue)

  • storage_queue.name : Queue name

Storage Share (storage_share)

  • storage_share.quota : Maximum capacity of the file share (GB)

Storage Table (storage_table)

  • storage_table.name : Table name

References