Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation presents both Azure CLI and Azure PowerShell examples for enabling partitioning, but the PowerShell example is given equal prominence to the CLI example, and there is no explicit mention of Linux or Bash scripting. The PowerShell example, which is primarily a Windows tool, is included as a primary method, potentially signaling a Windows-centric approach. However, the Azure CLI example is cross-platform and presented first, which helps mitigate bias. There are no explicit Linux-only tools or examples, and no mention of Bash or shell scripting. The 'Next steps' section is language-agnostic.
Recommendations
- Clearly indicate that Azure CLI commands are cross-platform and can be run on Windows, Linux, and macOS.
- Consider including a Bash or shell scripting example or note for Linux users, especially if there are any platform-specific considerations.
- If PowerShell is included, clarify that it is available cross-platform (PowerShell Core), or specify when the example is Windows-only.
- Add a brief note or section for Linux/macOS users to reinforce parity and inclusivity.
- Ensure that any screenshots or UI references do not assume a Windows environment unless unavoidable.
Create Pull Request