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_tools
missing_linux_example
windows_first
Summary
The documentation exclusively provides PowerShell (Az.Storage module) examples for publishing configuration packages to Azure Blob Storage, with no mention of Linux-native tools, Bash, or cross-platform CLI alternatives. All code snippets and workflow steps assume a Windows/PowerShell environment, and there are no references to Linux or macOS workflows.
Recommendations
  • Add equivalent examples using Azure CLI (az storage ...) commands, which are cross-platform and work natively on Linux, macOS, and Windows.
  • Include Bash shell script examples for uploading files to Azure Blob Storage.
  • Mention and provide examples for using tools like azcopy, which is available on all major platforms.
  • Explicitly state that the process can be performed from Linux/macOS as well as Windows, and provide guidance for those environments.
  • Reorganize the documentation to present cross-platform or CLI-first solutions before PowerShell-specific instructions, or at least present them in parallel.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
2026-01-11 00:00 #240 completed Clean Clean
2026-01-10 00:00 #237 completed Clean Clean
2026-01-09 00:34 #234 completed Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased

Flagged Code Snippets

If you're using an existing storage container, you can use the container's [connection string][04]
with the `New-AzStorageContext` cmdlet: