- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Prerequisites to Deploying OpenShift on Azure
In this lab you will be creating a key vault in an existing resource group to use for your OpenShift installation. You will be generating a an ssh key and storing it in the key vault. You will need to use the Azure CLI tools in the cloud shell using bash.

Lab Info
Table of Contents
-
Challenge
Configure Cloud Shell
Set up Cloud Shell by clicking the Cloud Shell button in the top-right corner of the screen:
- Use the same location as your lab provided resource group.
- Use the lab provided subscription.
- Use the existing resource group, and create a new storage account.
- Under File share, choose the radio button for Create new and specify okdcloudshell as the new file share name.
- Click Create Storage.
-
Challenge
Create a Key Vault Using Azure CLI
Now Use the Cloud Shell that we just created to run the Azure CLI
keyvault create
command to create a key vault to store our SSH key in that we will create in the next task. -
Challenge
Generate SSH Keys
Now in the Cloud Shell, we will need to generate SSH keys. We will store them in the
.ssh
directory and name itopenshift_rsa
. Make sure not to use a passphrase. -
Challenge
Store Your SSH Key in the Key Vault
Store your SSH key that you just created in the last task in your key vault using the
keyvault secret set
Azure CLI command.
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.