100 Days of Cloud (Azure Edition)

Day 16 of Cloud (Azure Edition)

AZURE

Nyan

12/9/2025

Day 16: Create a Private Azure Blob Storage Container

Task: As part of the data migration process, the Nautilus DevOps team is actively creating several storage containers on Azure. They plan to utilise private Blob containers to store the relevant data. Given the ongoing migration of other infrastructure to Azure, it is logical to consolidate data storage within the Azure environment as well.

Create a new storage account named devopsst23493 and a private Blob container named devops-blob-31992 within the storage account.

Day 16 of 100 Days of Cloud (Azure Edition) : Solution

  1. Type st in the search box and choose Storage accounts.

Day 16 of 100 Days of Cloud (Azure Edition) : Cheers

  1. Choose the existing resource group and give the storage account name as devopsst23493 as provided in lab.

  2. Choose Preferred storage type as Azure Blob Storage or Azure Data Lake Storage Gen 2.

  3. Choose Performance as Standard.

  4. Choose Redundancy as Locally-redundant storage (LRS).

  5. Click Review + Create button.

  1. For creating the Private Blob container, choose Storage browser inside of newly created storage account.

  2. Choose Blob containers and click Add container.

  3. Provide the name as devops-blob-31992 for private blob container and click create.