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 Traffic Manager endpoints, without offering equivalent Bash, Azure CLI, or cross-platform alternatives. References to running scripts assume a Windows/PowerShell environment, and there is no mention of Linux or macOS-compatible instructions. This may hinder users on non-Windows platforms from following the guidance effectively.
Recommendations:
- Provide Bash or Azure CLI script alternatives for all PowerShell examples, especially for resource discovery tasks.
- Explicitly mention that PowerShell Core is cross-platform, or provide instructions for running scripts on Linux/macOS if PowerShell is required.
- When referencing downloadable scripts, offer both PowerShell and Bash versions, or at least note how Linux/macOS users can adapt the scripts.
- Ensure that all automation and scripting guidance is platform-neutral or includes both Windows and Linux/macOS instructions.
- Instruct users on how to use Azure CLI for resource queries and management wherever possible, as it is cross-platform.
Create pull request