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_tools
⚠️
windows_first
Summary:
The documentation page demonstrates a mild Windows bias, particularly in the PowerShell deployment examples and file path conventions. Azure PowerShell is featured as a primary deployment method, and all PowerShell examples use Windows-style (C:\) paths without Linux equivalents. Visual Studio Code is referenced as the main editor, but no mention is made of Linux-native editors or shells. There are no explicit Linux shell (bash) or cross-platform PowerShell Core examples, and file paths are not shown in a platform-neutral way.
Recommendations:
- Provide Linux/bash equivalents for all PowerShell deployment examples, using bash syntax and Linux file paths (e.g., /home/user/templates/storage.bicep).
- When showing file paths, use both Windows (C:\...) and Linux (/home/...) examples, or use platform-neutral notation.
- Mention that Azure PowerShell and Azure CLI are both cross-platform, and clarify that PowerShell Core can be used on Linux/macOS.
- Include examples using Linux-native editors (e.g., vim, nano) or at least acknowledge their use alongside Visual Studio Code.
- Where Visual Studio Code features are described, note that they are available on all supported platforms.
- Explicitly state that all commands and tools shown are available on Linux, and provide installation links or notes for Linux users.
Create pull request