Detected Bias Types
Powershell Heavy
🔧
Windows Tools
Windows First
Summary
The documentation page primarily describes user management tasks in the Azure portal, which is platform-agnostic. However, for session revocation, it exclusively provides instructions using Microsoft Graph PowerShell, explicitly referencing 'Windows PowerShell' and omitting equivalent Linux/macOS shell examples. There is no mention of using Bash, Azure CLI, or cross-platform alternatives for these tasks, and the PowerShell method is presented first and solely.
Recommendations
- Provide examples for revoking user sessions using Microsoft Graph API via curl or other HTTP clients, which are platform-independent.
- Clarify that Microsoft Graph PowerShell can be used on Linux/macOS (via PowerShell Core), and provide installation and usage instructions for those platforms.
- Include Azure CLI or Bash script examples where possible, especially for bulk operations or automation.
- Avoid referencing 'Windows PowerShell' exclusively; use 'PowerShell' and specify cross-platform compatibility.
- Add notes or links to documentation for Linux/macOS users to ensure parity and inclusivity.