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 or cross-platform CLI scripts. References to running scripts assume a Windows/PowerShell environment, and there is no mention of Linux or macOS alternatives. The guidance for automation and scripting is Windows-centric, which may hinder users on Linux or macOS from following the instructions directly.
Recommendations:
- Provide equivalent Bash or Azure CLI scripts for all PowerShell examples, especially for identifying Traffic Manager endpoints.
- Explicitly mention that the PowerShell scripts can be run on PowerShell Core (cross-platform) or provide instructions for Linux/macOS users.
- Where automation is referenced, offer both Windows (PowerShell) and Linux/macOS (Bash/CLI) alternatives, or clarify if a solution is cross-platform.
- Add notes or links to documentation on running PowerShell scripts on non-Windows platforms if PowerShell is required.
- Review all scripting and automation guidance to ensure Linux and macOS users are not excluded or forced to adapt Windows-centric instructions.
Create pull request