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:
⚠️
windows_first
⚠️
windows_tools
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias by consistently referencing Windows tools (such as Microsoft Azure Storage Explorer), prioritizing Windows in instructions and examples, and providing PowerShell commands without equivalent Linux/bash examples. In several places, the documentation mentions PowerShell before Azure CLI, and in the function app creation section, Windows is selected as the example OS, with in-portal editing only supported on Windows. There are no explicit Linux or cross-platform command-line examples, and no mention of Linux-native tools or workflows.
Recommendations:
- Provide equivalent bash/Azure CLI examples alongside PowerShell commands wherever PowerShell is mentioned.
- Include explicit instructions or screenshots for Linux/macOS users, especially for tools like Azure Storage Explorer and Azure CLI.
- When referencing operating systems, avoid defaulting to Windows in examples; instead, show both Windows and Linux options or use neutral language.
- Mention cross-platform alternatives to Windows-only features (e.g., in-portal editing limitations) and provide guidance for Linux/macOS users.
- Ensure that all prerequisite and setup steps are platform-agnostic or have clear, parallel instructions for Linux/macOS.
Create pull request