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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by presenting Azure PowerShell examples first, followed by Azure CLI. There are no explicit Linux shell or Bash examples, nor is there mention of Linux-specific tools or workflows. The PowerShell example is more detailed and appears before the CLI example, which may reinforce a Windows-centric approach.
Recommendations:
- Provide Bash or shell script examples for Linux users, especially for common tasks like associating NAT Gateway with subnets.
- Alternate the order of examples, sometimes presenting Azure CLI (which is cross-platform) before PowerShell to avoid reinforcing a Windows-first pattern.
- Explicitly mention that Azure CLI commands can be run on Windows, Linux, and macOS, and provide guidance for Linux users where relevant.
- If PowerShell is used, clarify that PowerShell Core is available cross-platform, or provide equivalent Bash commands where possible.
- Include a section or note highlighting cross-platform compatibility and any differences in workflow for Linux users.
Create pull request