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 page demonstrates a bias towards Windows environments by providing only PowerShell examples (specifically the Microsoft Graph PowerShell module) for configuring password expiry duration, without offering equivalent CLI or scripting examples for Linux/macOS users. There are no references to cross-platform tools or instructions for performing these tasks outside of the Azure Portal or PowerShell, and no mention of Bash, Azure CLI, or REST API usage from non-Windows environments.
Recommendations:
- Provide equivalent Azure CLI or Bash examples for all PowerShell commands, especially for updating password expiry duration.
- Explicitly mention that the Microsoft Graph API can be used from any platform, and provide curl or HTTP request examples for relevant operations.
- Clarify that the Azure Portal is web-based and accessible from any OS, but for scripting/automation, offer both Windows (PowerShell) and Linux/macOS (CLI, Bash, curl) instructions.
- Add a section or note highlighting cross-platform options for administrators who do not use Windows or PowerShell.
Create pull request