Skip to content

Commit 0fb6722

Browse files
authored
Merge pull request #47706 from edyoung/patch-9
Explain change in behavior with AzureAD cmdlets
2 parents 2f8f4df + 93568b3 commit 0fb6722

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/cloud-shell/troubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Known resolutions for troubleshooting issues in Azure Cloud Shell include:
2525

2626
## General troubleshooting
2727

28+
### Error running AzureAD cmdlets in PowerShell
29+
30+
- **Details**: When you run AzureAD cmdlets like `Get-AzureADUser` in Cloud Shell, you might see an error: `You must call the Connect-AzureAD cmdlet before calling any other cmdlets`.
31+
- **Resolution**: Run the `Connect-AzureAD` cmdlet. Previously, Cloud Shell ran this cmdlet automatically during PowerShell startup. To speed up start time, the cmdlet no longer runs automatically. You can choose to restore the previous behavior by adding `Connect-AzureAD` to the $PROFILE file in PowerShell.
32+
2833
### Early timeouts in FireFox
2934

3035
- **Details**: Cloud Shell utilizes an open websocket to pass input/output to your browser. FireFox has preset policies that can close the websocket prematurely causing early timeouts in Cloud Shell.

0 commit comments

Comments
 (0)