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_first
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by providing only Azure PowerShell examples for exporting and importing runbooks, and referencing Azure PowerShell as a primary deployment method. There are no examples or guidance for performing these actions using cross-platform tools such as Azure CLI, REST API, or scripting languages commonly used on Linux. This may hinder Linux users or those working in non-Windows environments.
Recommendations:
- Provide equivalent Azure CLI commands for exporting and importing runbooks, as well as for deploying templates.
- Include examples or references for using REST API or ARM/Bicep/Terraform from Linux/macOS environments.
- Explicitly mention that PowerShell Core is cross-platform, if PowerShell must be used, and provide installation guidance for Linux/macOS.
- Add a section or callout for Linux/macOS users, outlining supported tools and workflows.
- Ensure that all steps referencing PowerShell have parallel instructions for Azure CLI or other cross-platform tools.
Create pull request