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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates bias towards Windows by exclusively referencing and providing examples for Windows-specific tools such as SQL Server Management Studio (SSMS), SqlPackage.exe, and cmd.exe commands. There are no equivalent instructions or examples for Linux users, such as using Azure Data Studio on Linux, sqlcmd in a bash shell, or Linux-compatible versions of SqlPackage. The ordering of tool recommendations also places Windows tools first, with no mention of Linux alternatives.
Recommendations:
- Include explicit instructions and examples for Linux users, such as using Azure Data Studio or sqlcmd from a bash shell.
- Provide Linux-compatible SqlPackage usage examples, including installation and command-line usage on Linux/macOS.
- Mention cross-platform tools (like Azure Data Studio and sqlcmd) before Windows-only tools (like SSMS), or at least present them in parallel.
- Clarify which tools are cross-platform and which are Windows-only, and provide download links or installation instructions for Linux/macOS where applicable.
- Where command-line examples are given, provide both Windows (cmd.exe/PowerShell) and Linux (bash) syntax.
Create pull request