Bias Analysis
Detected Bias Types
missing_linux_example
windows_first
Summary
The documentation exclusively describes using the Azure portal UI and Azure Resource Graph (ARG) for identifying protected/unprotected resources, but does not provide any command-line examples (such as Azure CLI, PowerShell, or Bash). While no explicit Windows-only tools are mentioned, the absence of Linux/CLI examples and the focus on portal-based workflows may disadvantage Linux users or those preferring cross-platform automation.
Recommendations
- Add Azure CLI examples for querying protectable and protected resources using Azure Resource Graph, ensuring commands work on both Windows and Linux.
- If PowerShell examples are added, ensure equivalent Bash/Azure CLI examples are provided and presented with equal prominence.
- Explicitly mention that ARG queries can be run from any platform using Azure CLI or REST API, not just via the portal.
- Include screenshots or terminal snippets from both Windows and Linux environments if command-line workflows are shown.
Create Pull Request