100 Days of Cloud (Azure Edition)

Day 4 of Cloud (Azure Edition)

AZURE

Nyan

11/27/2025

Day 4: Create a Virtual Network (VNet) in Azure

Task:The Nautilus DevOps team is strategising the migration of a portion of their infrastructure to the Azure cloud. Recognising the scale of this undertaking, they have opted to approach the migration in incremental steps rather than as a single massive transition. To achieve this, they have segmented large tasks into smaller, more manageable units. This granular approach enables the team to execute the migration in gradual phases, ensuring smoother implementation and minimising disruption to ongoing operations.

Create a Virtual Network (VNet) named `nautilus-vnet` in the `East US` region with any `IPv4` CIDR block.

Use below given Azure Credentials: (You can run the `showcreds` command on the `azure-client` host to retrieve these credentials)

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

  1. Type vnet in the search portal and choose Virtual networks.

  2. Create a virtual network and named as nautilus-vnet.

  3. Choose Region as (US) East US.

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

  1. Review + Create a virtual network.