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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation provides both Azure CLI and PowerShell examples for resource cleanup, but PowerShell is given equal prominence to Azure CLI, which may not be as relevant for Linux/macOS users. There are no explicit Linux/macOS-specific instructions or terminal examples, and the PowerShell example is presented as a primary alternative to Azure CLI, rather than, for example, Bash or shell scripting. There are no references to Windows-only tools, but the lack of explicit Linux parity (e.g., Bash examples, mention of running CLI commands in Linux/macOS terminals) suggests a subtle Windows/PowerShell bias.
Recommendations:
- Explicitly mention that Azure CLI commands can be run on Windows, Linux, and macOS, and provide guidance for installing Azure CLI on different platforms.
- Consider providing Bash or shell script examples for Linux/macOS users, especially for resource cleanup and automation.
- If PowerShell is included, clarify that it is available cross-platform, but also provide native Bash alternatives where appropriate.
- Add a note or section highlighting cross-platform compatibility and any platform-specific considerations.
- Ensure that any screenshots or UI references do not assume a Windows environment.
Create pull request