Azure Cloud Shell automatically authenticates your command-line session using the credentials of the signed-in Azure account, eliminating the need to run login commands such as 'az login' or 'Connect-AzAccount' when starting a session.
Answer: Answer
Answer
True
The correct answer is True because Azure Cloud Shell is natively integrated with the Azure Portal and automatically authenticates the user. When a user opens Cloud Shell, their session is pre-authenticated with the credentials used to log into the portal, allowing them to manage resources immediately without running login commands.
Step-by-Step Solution
Key Concept
Azure Cloud Shell pre-authentication