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
Summary:
The documentation provides PowerShell-specific instructions and examples (e.g., using the Microsoft Graph PowerShell module and cmdlets like Update-MgDomain) without offering equivalent command-line examples for Linux/macOS users. There is an implicit assumption that administrators will use Windows tools, and no cross-platform alternatives (such as Azure CLI, Bash, or REST API with curl) are mentioned. This limits accessibility for non-Windows users.
Recommendations:
- Provide equivalent examples using Azure CLI and/or REST API with curl for Linux/macOS users, especially for operations currently shown only with PowerShell.
- Explicitly mention that PowerShell Core is cross-platform, if relevant, and provide installation instructions for non-Windows systems.
- Where possible, present REST API examples alongside PowerShell, and show how to invoke them from different platforms.
- Review all step-by-step instructions to ensure they are not dependent on Windows-only tools or interfaces, or provide alternatives where necessary.
Create pull request