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 exclusively uses PowerShell-style cmdlets (e.g., Get-StoragePolicy, Set-VMStoragePolicy) and the Azure portal 'Run command' interface, both of which are Windows-centric. There are no examples or instructions for performing these operations via Linux command-line tools, REST APIs, or cross-platform automation frameworks. The documentation assumes the use of Windows tools and patterns throughout, with no mention of Linux or cross-platform alternatives.
Recommendations:
- Provide equivalent examples using cross-platform tools such as Azure CLI, REST API, or PowerCLI on Linux/macOS.
- Explicitly mention whether the 'Run command' interface is accessible from non-Windows environments, and provide instructions if so.
- Include bash or shell script examples where possible, or clarify if only Windows/PowerShell is supported.
- Add a section or note addressing Linux/macOS users and guiding them to appropriate tools or interfaces.
- Where screenshots are shown, consider including examples from non-Windows environments if available.
Create pull request