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_first
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by providing PowerShell as the first and most detailed scripting example for assigning Microsoft Graph API permissions, referencing Visual Studio (a Windows-centric IDE) for initial setup, and using PowerShell-specific modules and cmdlets. Although an Azure CLI example is included, the prominence and order of PowerShell examples, as well as the mention of Visual Studio, indicate a preference for Windows tools and workflows.
Recommendations:
- Present Azure CLI examples before or alongside PowerShell examples to avoid implying PowerShell is the primary or preferred method.
- Explicitly mention that all Azure CLI commands work cross-platform (Windows, Linux, macOS) and provide guidance for Linux/macOS users.
- Include references to Linux-friendly development environments (e.g., VS Code, command-line deployment) instead of or in addition to Visual Studio.
- Review screenshots and UI instructions to ensure they are not Windows-specific or clarify if the steps are identical across platforms.
- Add a note or section highlighting parity and any differences in experience for Linux users.
Create pull request