Sad Tux - Windows bias detected
This page contains Windows bias

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

Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation is heavily biased towards Windows and PowerShell. All examples use PowerShell syntax, and the only installation instructions reference Azure PowerShell for Windows. There are no examples or guidance for Linux or cross-platform command-line environments (such as Bash or Azure CLI). The prerequisite check explicitly mentions 'windows powershell', and there is no mention of equivalent steps for Linux or macOS users.
Recommendations
  • Provide equivalent instructions and examples using Azure CLI, which is cross-platform and works on Windows, Linux, and macOS.
  • Include Bash or shell script examples for Linux/macOS users, especially for file handling and sending emails.
  • Clarify that Azure PowerShell can be installed and used on Linux/macOS, and provide installation links and instructions for those platforms.
  • Avoid language that assumes the user is on Windows (e.g., 'In a windows powershell...'). Instead, use neutral phrasing or provide platform-specific sections.
  • Add a section or callout for Linux/macOS users, outlining any differences or additional steps required.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets

After installing Communication module, run the `Get-Command -Module Az.Communication` command to get all the communication modules.