Skip to content

Create Storage Account

Define parameters for consistent storage account creation.

Parameter Options Considerations
Name 3-24 characters Lowercase letters and numbers only.
Region Location Proximity to users and services.
Performance Standard, Premium Standard for general; Premium for low latency.
Redundancy LRS, ZRS, GRS/RA-GRS, GZRS/RA-GZRS (depending on account type) Trade off cost, availability, and geo-replication.
Access Tier Hot, Cool, Cold Optimization for data access frequency.

Note

Naming restrictions require 3-24 characters, lowercase letters, and numbers. Names must be globally unique across Azure.

mermaid graph TD A[Choose Name] --> B[Select Region] B --> C[Choose Perf/Tier] C --> D[Select Redundancy] D --> E[Review and Create]

Validation Checklist

  • Confirm subscription and resource group placement.
  • Confirm account kind and performance tier match workload.
  • Confirm redundancy selection matches RPO and RTO targets.
  • Confirm public network access posture before deployment.
  • Confirm minimum TLS version and secure transfer are enabled.
  • Confirm access tier defaults for expected object lifecycle.

See Also

Sources