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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation demonstrates a Windows bias by providing PowerShell scripts as the only automation example for identifying impacted Azure Traffic Manager endpoints, without offering Bash, Azure CLI, or cross-platform alternatives. References to 'open PowerShell' and script execution instructions are Windows-centric. There is no mention of Linux/macOS-compatible approaches, and PowerShell is presented as the default or only automation tool for certain tasks.
Recommendations:
- Provide equivalent Bash or Azure CLI scripts for all PowerShell examples, especially for resource discovery and automation tasks.
- Explicitly mention that PowerShell Core is cross-platform if PowerShell must be used, and provide instructions for Linux/macOS environments.
- When referencing scripts, include both Windows (PowerShell) and Linux/macOS (Bash/CLI) usage instructions, or clarify if the script is cross-platform.
- Avoid language such as 'open PowerShell' without also mentioning terminal or shell for non-Windows users.
- Where possible, use Azure CLI examples as the primary automation method, as it is natively cross-platform.
Create pull request