- Lab
- A Cloud Guru
Configuring and Customizing the Azure Cloud Shell
In this lab, you will learn the various customization options available in Azure Cloud Shell, as well as the pre-available features it comes with.
Path Info
Table of Contents
-
Challenge
Log In to Azure and Launch Azure Cloud Shell
You will log in to the Azure portal and launch Azure Cloud Shell. Given the unique restrictions of Azure labs, you will be required to correctly configure Azure Cloud Shell before moving on to terminal selection.
-
Challenge
Choose Terminal Option and Begin Customization
You must choose whether to begin Azure Cloud Shell in Bash or PowerShell. You will then customize the interface by confirming the following:
- font size
- font face
-
Challenge
Launch Multi-session
You will launch a second session of Azure Cloud Shell using the other terminal option that you did not choose in the previous objective.
-
Challenge
Create New File in Cloud Shell and Download
Using Bash, you will create a new file titled
learncloud.txt
with the following command:touch learncloud.txt
Using PowerShell, you will create another new file titled
learncloud2.txt
with the following command:touch learncloud2.txt
You will then download the file to your local machine.
What's a lab?
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.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.