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_first
⚠️
windows_tools
Summary:
The documentation references Azure PowerShell before Azure CLI when describing deployment commands, and mentions the Visual Studio Azure Resource Group project template as a related tool, both of which are Windows-centric. There are no explicit Linux or cross-platform tool examples, and no mention of Linux-native editors or workflows.
Recommendations:
- Present Azure CLI examples before or alongside Azure PowerShell, as Azure CLI is cross-platform.
- Include examples or references for deploying ARM templates using Linux-native tools or shell environments (e.g., Bash scripts, Cloud Shell).
- Mention cross-platform editors such as VS Code, or provide instructions for using ARM templates with editors available on Linux.
- Avoid highlighting Windows-specific tools (like Visual Studio) without also mentioning cross-platform alternatives.
Create pull request