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
⚠️
missing_linux_example
Summary:
The documentation references Azure CLI/PowerShell scripts as a primary automation method, with PowerShell mentioned alongside Azure CLI but without explicit mention of Bash or Linux shell scripting. The use of Windows-style environment variables (e.g., %HOME%\site) in the persisted local storage section further centers Windows conventions. There are no explicit Linux or Bash examples, and Linux-specific patterns are only briefly referenced (e.g., 'Apps running on Linux might be using an explicitly mounted share'), but not elaborated with examples or parity in instructions.
Recommendations:
- When mentioning automation, explicitly list Bash or Linux shell scripting alongside Azure CLI and PowerShell, and provide equivalent Bash examples.
- In sections referencing environment variables or file paths, provide both Windows (%HOME%\site) and Linux ($HOME/site) formats.
- Where PowerShell is mentioned, ensure that Azure CLI examples are shown in Bash syntax as well, and clarify that Azure CLI is cross-platform.
- Expand on Linux-specific scenarios, such as mounting file shares, with concrete examples or links to relevant documentation.
- Review for other subtle Windows-first language or patterns and ensure Linux users are equally addressed.
Create pull request