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
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation demonstrates a moderate Windows bias. Windows-specific content and examples are often presented first or in more detail, especially regarding base images, persistent storage, and advanced configuration (e.g., customizing memory/CPU, health ping, machine key injection). PowerShell examples are consistently provided alongside Bash, but not vice versa for Linux-specific commands. Some advanced configuration sections (e.g., customizing memory/CPU, health ping) are only described for Windows containers, with no Linux equivalent or guidance. Windows tools and patterns (e.g., Kudu, PowerShell, Windows directory paths) are referenced more prominently or exclusively in some sections.
Recommendations:
- Ensure all advanced configuration sections (e.g., memory/CPU limits, health ping behavior) include Linux parity or explicitly state if not supported on Linux.
- When providing command-line examples, always include both Bash (for Linux) and PowerShell (for Windows) where applicable, and clarify which OS each applies to.
- Present Windows and Linux content in parallel or with equal prominence, rather than consistently leading with Windows.
- Where Windows-specific tools or concepts are mentioned (e.g., Kudu, C:\home), ensure Linux equivalents (e.g., /home, SSH, Linux logging paths) are equally described.
- For sections that are only relevant to Windows (e.g., machine key injection), clearly label them as such and provide Linux-specific security/configuration advice where possible.
- Review for missing Linux examples or guidance, especially in sections about advanced configuration, diagnostics, and persistent storage.
Create pull request