Question

Difficulty: MediumAzure Portal, CLI, PowerShell, and Cloud Shell

A cloud administrator plans to use the browser-based command line environment within the Azure portal to execute management scripts. Is it true or false that this environment requires an associated Azure Storage account to persist files across different sessions?

Answer: Answer

Answer

True
The correct answer is True because Azure Cloud Shell requires an Azure Storage account to mount an Azure Files share, ensuring that files, scripts, and user profiles are saved and accessible in future sessions.

Step-by-Step Solution

1
Identify the Azure management tool described in the scenario.
The browser-based command line environment within the Azure portal is Azure Cloud Shell.
Recognizing the tool allows us to evaluate its operating requirements and storage mechanisms.
2
Determine how Azure Cloud Shell handles data persistence.
Azure Cloud Shell uses a mounted Azure Files share within an Azure Storage account to persist files in the user's home directory.
Since the container hosting the session is temporary and gets deleted after inactivity, external storage is required to save data.

Key Concept

Azure Cloud Shell storage account dependency
Rate this question