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
Summary:
The documentation references SQL Server Management Studio (SSMS) as the tool for connecting to Azure SQL Edge, which is a Windows-only application. There are no examples or mentions of Linux-native tools (such as sqlcmd, Azure Data Studio, or other cross-platform clients) for connecting to the SQL Edge instance. This creates a bias toward Windows users and omits guidance for Linux or macOS users.
Recommendations:
- Include examples of connecting to Azure SQL Edge using cross-platform tools such as Azure Data Studio or sqlcmd, which are available on Linux, macOS, and Windows.
- When mentioning SSMS, clarify that it is a Windows-only tool and suggest alternatives for Linux/macOS users.
- Provide sample connection commands for Linux/macOS terminals (e.g., using sqlcmd or Azure Data Studio) alongside or before SSMS instructions.
- Review all tool references to ensure that Linux and macOS users are not excluded from any step in the workflow.
Create pull request