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:
⚠️
windows_first
⚠️
powershell_heavy
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation displays a Windows bias by referencing PowerShell cmdlets as the primary method for troubleshooting, mentioning Windows-specific tools (like SSMS), and omitting Linux equivalents or examples. There are no instructions or troubleshooting steps tailored for Linux users, nor are cross-platform command-line tools or patterns (such as Azure CLI or SQLCMD) presented. The guidance assumes a Windows environment for local testing and management.
Recommendations:
- Include Azure CLI examples alongside or instead of PowerShell cmdlets for cross-platform compatibility.
- Mention and provide examples for using SQLCMD or Azure Data Studio, which are available on Linux, instead of only referencing SSMS.
- Explicitly state whether the troubleshooting steps are applicable to both Windows and Linux environments, and provide Linux-specific guidance where necessary.
- When recommending local testing of scripts, clarify how to do so on Linux (e.g., using bash scripts or compatible shells) and note any differences.
- Ensure that all references to tools or commands are accompanied by their cross-platform alternatives, and avoid assuming the user is on Windows.
Create pull request