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
⚠️ missing_linux_example
Summary:
The documentation demonstrates a moderate Windows bias. PowerShell is presented as a primary scripting example, and the PowerShell section appears before the Azure CLI section, which is more cross-platform. There are no explicit Linux shell or Bash examples, and no mention of Linux-specific considerations or tools. The CLI section is present, but the documentation does not clarify that PowerShell is Windows-centric or that Azure CLI is recommended for Linux/macOS users.
Recommendations:
  • Add explicit Bash/shell examples for configuring SAS expiration policies using Azure CLI, and clarify that Azure CLI commands work on Linux, macOS, and Windows.
  • Reorder the example sections so that Azure CLI (cross-platform) appears before PowerShell (Windows-centric), or at least clarify the platform applicability of each.
  • Include a note in the PowerShell section indicating it is primarily for Windows users, and recommend Azure CLI for Linux/macOS users.
  • Where screenshots or UI steps are shown, add clarifications if there are any differences in experience for Linux/macOS users (for example, in Azure Cloud Shell).
  • Consider including a table summarizing which tools are available on which platforms, to help users choose the best option for their environment.
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>
$account.SasPolicy