
100 Days of Cloud (Azure Edition)
Day 1 of Cloud (Azure Edition)
AZURE
Nyan
11/24/2025
Day 1: Create SSH Key Pair for Azure Virtual Machine
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. By breaking down the migration into smaller tasks, the Nautilus DevOps team can systematically progress through each stage, allowing for better control, risk mitigation, and optimisation of resources throughout the migration process.
For this task, create an SSH key pair with the following requirements:
The name of the SSH key pair should be datacenter-kp.
The key pair type must be rsa.
Use below given Azure Credentials: (You can run the showcreds command on the azure-client host to retrieve these credentials).
Day 1 of 100 Days of Cloud (Azure Edition) : Solution
Type SSH in the azure portal’s search box.
Choose SSH Keys.




Choose existing Resource Group.
Write down the provided name of key pair.
Choose RSA SSH Format.
Review + Create
Create.
Download private key and create resource.




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

