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 a dedicated link and mention for Azure PowerShell usage (a Windows-centric tool) both in the introduction and in the 'Next steps' section, while not offering equivalent guidance or links for Linux-native tools such as Azure CLI. There are no command-line examples for Linux users, and the only shell command shown is 'kubectl', which is cross-platform but not Azure-specific. The documentation does not mention or link to Azure CLI instructions for backup/restore, nor does it provide Bash or Linux terminal examples, leading to a lack of parity for Linux users.
Recommendations:
- Add equivalent Azure CLI instructions and links alongside all PowerShell references, both in the introduction and 'Next steps'.
- Provide example commands for both PowerShell and Bash/Azure CLI where relevant, especially for backup and restore operations.
- Ensure that any references to Azure PowerShell are paired with Azure CLI alternatives, and do not present PowerShell as the default or only automation option.
- Consider adding a section or callout for Linux/macOS users, clarifying that all operations can be performed using Azure CLI and providing direct links to those instructions.
- Review screenshots and UI instructions to ensure they are not Windows-specific, and clarify where steps are platform-agnostic.
Create pull request