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 Bash, Azure CLI, or cross-platform alternatives. References to 'open PowerShell' and running '.ps1' scripts are Windows-centric, and there is no mention of equivalent Linux/macOS workflows. Additionally, the PowerShell script is mentioned before any CLI or REST API options, and no Linux shell or cross-platform scripting options are provided for the same tasks.
Recommendations:
- Provide equivalent Bash or Azure CLI scripts for all PowerShell examples, especially for identifying Traffic Manager endpoints.
- Explicitly mention that PowerShell Core is cross-platform, or provide instructions for running scripts on Linux/macOS if PowerShell is required.
- Where automation is referenced, offer both Windows (PowerShell) and Linux/macOS (Bash/CLI) examples side by side.
- Avoid language such as 'Open PowerShell' without also mentioning terminal/shell on other platforms.
- Ensure that CLI and REST API examples are given equal prominence and are not only referenced after PowerShell scripts.
- Consider linking to or providing sample scripts in Bash or Python for common administrative tasks.
Create pull request