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

Bias Types:
⚠️ powershell_heavy
⚠️ windows_first
⚠️ windows_tools
Summary:
The documentation demonstrates a Windows bias by presenting PowerShell instructions before Azure CLI, using PowerShell-specific cmdlets, and referencing Windows-centric tooling and patterns. While Azure CLI is included, the PowerShell section is more detailed and appears before the CLI, which is more cross-platform. There are no Linux- or Bash-specific examples, and the documentation does not mention or show screenshots from Linux environments.
Recommendations:
  • Present Azure CLI instructions before PowerShell, as CLI is cross-platform and more accessible to Linux users.
  • Include Bash shell examples and clarify that Azure CLI commands work identically on Linux, macOS, and Windows.
  • Add notes or screenshots showing the process in Linux terminal environments where relevant.
  • Where PowerShell is mentioned, also mention that Azure CLI is available and preferred for Linux/macOS users.
  • Avoid using Windows-specific terminology or screenshots exclusively; include Linux equivalents or clarify cross-platform compatibility.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-06 00:00 #103 completed ✅ Clean
2025-09-05 00:00 #102 completed ✅ Clean
2025-09-04 00:00 #101 completed ✅ Clean
2025-09-03 00:00 #100 completed ✅ Clean
2025-08-29 00:01 #95 completed ✅ Clean
2025-08-22 00:01 #88 completed ✅ Clean
2025-08-20 00:01 #86 completed ✅ Clean
2025-08-19 00:01 #85 completed ✅ Clean
2025-08-07 00:00 #73 completed ✅ Clean
2025-08-01 00:00 #67 completed ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

$account = Set-AzStorageAccount -ResourceGroupName <resource-group> ` -Name <storage-account-name> ` -SasExpirationPeriod <days>.<hours>:<minutes>:<seconds>