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 page exclusively uses PowerShell commands and Windows-centric tools (Az PowerShell Module) for all examples and instructions. There are no examples or guidance for Linux users, such as using Azure CLI or Bash. The documentation assumes the use of PowerShell, which is more common on Windows, and does not mention or provide parity for Linux environments.
Recommendations
  • Add equivalent Azure CLI (az) command examples for each PowerShell command, as Azure CLI is cross-platform and widely used on Linux.
  • Include instructions for installing and using the Azure CLI on Linux and macOS, alongside the PowerShell module.
  • Present both PowerShell and CLI examples side by side, or clearly indicate which sections are for Windows/PowerShell and which are for Linux/CLI.
  • Avoid assuming the user is on Windows or using PowerShell by default; mention cross-platform options early in the prerequisites.
  • Link to Linux/macOS-specific documentation where appropriate.
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

PS C:\> Install-Module Az.Communication
PS C:\> New-AzCommunicationService -ResourceGroupName ContosoResourceProvider1 -Name ContosoAcsResource1 -DataLocation UnitedStates -Location Global
PS C:\> New-AzCommunicationService -ResourceGroupName ContosoResourceProvider1 -Name ContosoAcsResource1 -DataLocation UnitedStates -Location Global -SubscriptionId SubscriptionID
PS C:\> Update-AzCommunicationService -Name ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1 -Tag @{ExampleKey1="ExampleValue1"}

PS C:\> Update-AzCommunicationService -Name ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1 -Tag @{ExampleKey1="ExampleValue1"} -SubscriptionId SubscriptionID
PS C:\> Get-AzCommunicationService -SubscriptionId SubscriptionID
PS C:\> Get-AzCommunicationService -Name ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1