An administrator frequently switches between the Bash and PowerShell environments in Azure Cloud Shell to execute scripts. Is the following statement true or false?
Switching the shell environment from Bash to PowerShell within Azure Cloud Shell automatically deletes all files stored in the user's home directory because the two environments mount separate Azure Files shares.
Answer: Answer
Answer
The statement is false.
The statement is false because Azure Cloud Shell uses a single persistent Azure Files share for a given user profile, preserving the home directory across both Bash and PowerShell environments.
Step-by-Step Solution
Key Concept
Azure Cloud Shell persistent storage and environment behavior
Estimated Time:1m 30s