Skip to content

Commit 93568b3

Browse files
authored
public repo edits for style
1 parent c002223 commit 93568b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cloud-shell/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Known resolutions for troubleshooting issues in Azure Cloud Shell include:
2727

2828
### Error running AzureAD cmdlets in PowerShell
2929

30-
- **Details**: When running AzureAD cmdlets such as `Get-AzureADUser` in Cloud Shell you may 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 automatically during PowerShell startup. This has been removed in order to speed up start time. If desired, the previous behavior can be restored by adding `Connect-AzureAD` to the $PROFILE file in PowerShell.
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.
3232

3333
### Early timeouts in FireFox
3434

0 commit comments

Comments
 (0)