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 usage. All command-line examples use Azure PowerShell cmdlets, and file paths are shown in Windows format (e.g., C:\Users\SampleUser\Downloads) before mentioning Linux/Cloud Shell equivalents. There are no examples using Azure CLI, Bash, or native Linux tools, and the workflow assumes familiarity with Windows conventions and PowerShell scripting.
Recommendations
  • Provide equivalent Azure CLI (az) command examples for each PowerShell command, as Azure CLI is cross-platform and commonly used on Linux and macOS.
  • Include Bash shell script examples and Linux file path conventions (e.g., /home/user/Downloads) alongside or before Windows paths.
  • Clearly indicate when a command or feature is only available in PowerShell, and suggest alternatives for Linux users where possible.
  • Add a section or callout at the beginning clarifying that all steps can be performed from Azure Cloud Shell (which supports both Bash and PowerShell), and provide explicit instructions for both environments.
  • Where file downloads or manipulations are discussed, show both Windows and Linux/MacOS methods for accessing or handling those files.
  • Avoid using Windows-specific terminology or tools (such as referencing only PowerShell or C:\ paths) without also providing Linux/MacOS equivalents.
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

   Get-AzExpressRoutePortsLocation -LocationName "Equinix-San-Jose-SV1" | format-list
   
   Get-AzExpressRoutePortsLocation | format-list
   
## <a name="authorization"></a>Generate the Letter of Authorization (LOA)

Reference the recently created ExpressRoute Direct resource, input a customer name to write the LOA to and (optionally) define a file location to store the document. If a file path isn't referenced, the document downloads to the current directory.

### Azure PowerShell

  
1. Create the ExpressRoute Direct authorization by running the following commands in PowerShell: