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
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by providing PowerShell examples alongside Azure CLI, mentioning Windows-specific support (e.g., outbound IPv6), and omitting explicit Linux shell or Bash examples where appropriate. Windows/Powershell commands are presented before or alongside CLI, but there are no Linux-specific instructions or clarifications, and Windows-specific features are highlighted without Linux parity.
Recommendations:
- For every PowerShell example, provide an equivalent Bash/Linux shell example, especially for commands that can be run locally (e.g., using curl, dig, or nslookup).
- When listing command-line examples, present Azure CLI (cross-platform) first, and PowerShell second, or clarify that both are supported equally.
- Where features are Windows-only (such as outbound IPv6), clearly state the Linux status and provide alternative guidance or a roadmap for Linux users.
- Include explicit Linux/Bash instructions for common administrative tasks, such as querying properties with jq or using REST APIs directly.
- If referencing tools or environments (like Cloud Shell), clarify that both Bash and PowerShell are available and show examples for both.
- Review all screenshots and UI instructions to ensure they are not Windows-centric (e.g., avoid showing only Windows-style file paths or dialogs).
Create pull request