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 'SQLPackage.exe' and 'SQL Client Tools' as the manual fallback for DACPAC/BACPAC deployment, which are primarily Windows-based tools. There are no explicit examples or instructions for performing these operations on Linux or with cross-platform tools, and no mention of Linux command-line equivalents or usage patterns.
Recommendations:
- Include instructions and examples for using sqlpackage on Linux (e.g., via the .NET Core cross-platform version).
- Mention and provide examples for using sqlcmd or Azure Data Studio on Linux/macOS.
- Clarify that 'SQLPackage' is available cross-platform and provide download/installation links for Linux.
- Avoid referencing only Windows-specific tools (e.g., 'SQLPackage.exe'); instead, use 'sqlpackage' and clarify platform compatibility.
- Add Linux shell command examples for uploading files to Azure Blob Storage (e.g., using Azure CLI or azcopy).
Create pull request