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
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation lists both Azure CLI and PowerShell as supported CLI tools, but PowerShell is given equal prominence to Azure CLI, despite PowerShell being primarily a Windows-centric tool (even though it is now cross-platform, its usage is still heavily associated with Windows). There are no explicit Linux shell (bash) examples or references, and no mention of Linux-native tooling or usage patterns. The documentation does not provide any Linux-specific guidance or examples, which may make Linux users feel less prioritized.
Recommendations:
- Add explicit bash/Linux shell examples for common Azure NetApp Files operations using Azure CLI.
- Clarify that Azure CLI is cross-platform and works natively on Linux, macOS, and Windows.
- If mentioning PowerShell, note that it is available cross-platform, but provide parity by including bash or shell equivalents.
- Consider listing Azure CLI before PowerShell in tables and descriptions, as it is the primary cross-platform tool.
- Include a section or note for Linux users about installation and usage best practices.
Create pull request