Create a Storage Account in Azure

In the "Code Editor" tab, open the storage.tf file.

Your task: Add resources to create a storage account named mystorageaccount in the resource group defined in main.tf. Use Standard tier, Locally-redundant storage (LRS), and create a blob container named mycontainer.

GitOps Repository

  • 📁 /root/learn-terraform-azure-storage
    • 📄 provider.tf
    • 📄 main.tf
    • 📄 storage.tf

Code Editor

Terminal