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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
windows_tools
Summary:
The documentation page demonstrates a moderate Windows bias, particularly in its developer guidance and command-line tooling. PowerShell is referenced prominently, with a dedicated note about the Azure PowerShell Az module and its installation, and PowerShell examples are provided alongside Azure CLI. The PowerShell example is given equal or slightly greater prominence than the Azure CLI example, and there is no mention of Bash, Linux shells, or Linux-specific tooling. Additionally, references to Visual Studio and System Center Operations Manager further reinforce a Windows-centric perspective.
Recommendations:
- Include explicit Bash/Linux shell examples for all command-line instructions, especially where Azure CLI is used.
- When referencing PowerShell, ensure that equivalent Linux/Bash commands are provided and shown first or side-by-side.
- Mention cross-platform compatibility of Azure CLI and PowerShell Core (pwsh) to clarify usage on Linux and macOS.
- Add guidance for using non-Windows developer tools (e.g., VS Code, JetBrains Rider) in relevant sections.
- Avoid assuming Visual Studio or Windows-only tools; provide alternatives or clarify when a tool is cross-platform.
- Where possible, use neutral language such as 'command-line' or 'shell' instead of 'PowerShell' unless specifically required.
Create pull request