About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page is generally platform-neutral when describing Azure portal operations, but introduces Windows bias in the section on revoking user sessions. Only Microsoft Graph PowerShell is mentioned, with explicit references to 'Windows PowerShell' and no mention of Linux/macOS equivalents or cross-platform instructions. There are no CLI or bash examples, and PowerShell is presented as the primary (and only) scripting tool, which may exclude Linux users.
Recommendations:
- Explicitly state that Microsoft Graph PowerShell is cross-platform and can be used on Windows, Linux, and macOS.
- Replace references to 'Windows PowerShell' with 'PowerShell', or clarify that the instructions apply to all supported platforms.
- Provide equivalent examples using Azure CLI, Bash, or direct Microsoft Graph API calls via curl or httpie for Linux/macOS users.
- Add a note or section for Linux/macOS users, outlining any prerequisites or differences in running PowerShell or using alternative tools.
- Ensure that scripting and automation examples are not Windows-centric, and that parity is maintained for all major operating systems.
Create pull request