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 a PowerShell example for configuring password expiry duration using the Microsoft Graph PowerShell module, but does not offer equivalent command-line examples for Linux/macOS users (e.g., using Azure CLI, Bash, or REST with curl). The focus on PowerShell and lack of cross-platform command-line instructions introduces a Windows bias.
Recommendations:
- Provide equivalent examples using Azure CLI or Bash scripts (with curl) for Linux/macOS users alongside PowerShell commands.
- Explicitly mention that the PowerShell module can be used on non-Windows platforms, if applicable, and provide installation instructions for those platforms.
- Where possible, present REST API calls with sample commands using curl or HTTPie to demonstrate platform-agnostic approaches.
- Ensure that any references to tools or commands are balanced, giving equal prominence to both Windows and Linux/macOS workflows.
Create pull request