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 Windows-specific tools (PowerShell) for backend management and omits mention of Linux-native or cross-platform alternatives. No Linux command-line or scripting examples are provided, and the only CLI tool referenced is PowerShell, which is traditionally associated with Windows.
Recommendations:
- Include Azure CLI examples for managing backend entities, as Azure CLI is cross-platform and widely used on Linux.
- Mention and link to Azure CLI documentation alongside PowerShell in the note about backend management.
- If possible, provide Bash or shell script examples for relevant tasks to ensure parity for Linux users.
- Clarify that PowerShell Core is available cross-platform, if referencing PowerShell, and provide installation guidance for Linux if appropriate.
Create pull request