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:
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a moderate Windows bias, particularly in the 'Automated testing' section, where only .NET/NUnit with Visual Studio and PowerShell are mentioned as tools for automated testing and CI/CD scripting. There are no examples or explicit mentions of Linux-native tools, shell scripting, or cross-platform alternatives for these tasks. The documentation assumes familiarity with Windows-centric development environments and does not provide parity for Linux users.
Recommendations:
- Include examples of using Linux-native tools for automated testing, such as running tests with Python (pytest, unittest), Bash scripts, or cross-platform test runners.
- Mention and provide examples of using Azure CLI (az) in Bash or other shells, not just PowerShell, for CI/CD and deployment automation.
- Reference cross-platform editors and IDEs (e.g., VS Code) in addition to Visual Studio, and clarify that NUnit and other .NET tools can be run on Linux via .NET Core.
- Add explicit Linux/macOS command-line examples for common tasks (e.g., using Bash scripts for deployment, running az CLI commands in Linux shells).
- Ensure that any references to scripting or automation (such as 'run TEST pipelines with PowerShell or AZ CLI') include both Windows and Linux shell syntax where appropriate.
Create pull request