Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
missing_linux_example
Summary
The documentation page is heavily focused on PowerShell-based troubleshooting steps and examples, which are primarily relevant to Windows environments. All command-line instructions reference PowerShell cmdlets (e.g., Add-AzureRmEnvironment, connect-AzureRmAccount) and PowerShell-specific configuration steps. There are no equivalent instructions or examples for Linux/macOS users, such as using Azure CLI, Bash, or cross-platform scripting. The troubleshooting steps for client configuration assume PowerShell is the primary tool, and validation steps (e.g., certificate installation, module setup) are described only for PowerShell. Linux/macOS issues are mentioned only in the context of a specific SSL error, without broader guidance for non-Windows environments.
Recommendations
- Add equivalent troubleshooting steps and examples using Azure CLI and Bash for Linux/macOS users.
- Provide instructions for installing and configuring Azure CLI and required certificates on Linux/macOS.
- Include cross-platform guidance for endpoint validation, certificate management, and debugging.
- Clearly indicate which steps are Windows-specific and provide alternatives for other platforms.
- Reorder examples so that cross-platform or Linux/macOS instructions are presented alongside or before Windows/PowerShell examples.
Create Pull Request