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 page demonstrates a Windows bias primarily through exclusive use of Azure PowerShell commands for feature registration status checks, with no equivalent Azure CLI (cross-platform) or Bash examples provided. The only command-line examples are in PowerShell, and there are no Linux-specific or cross-platform instructions for these tasks. The documentation also references the Azure portal (web UI), which is platform-neutral, but all scripting/automation is Windows-centric.
Recommendations:
- Provide Azure CLI (az) command equivalents for all Azure PowerShell examples, especially for feature registration checks (e.g., az feature show --namespace Microsoft.NetApp --name ANFBasicToStdNetworkFeaturesUpgrade).
- Where possible, include Bash shell examples for scripting tasks, or clarify that the steps can be performed on any OS using the Azure CLI.
- Explicitly state that both Azure PowerShell and Azure CLI can be used for management tasks, and link to relevant cross-platform tool documentation.
- If any automation or scripting is shown, ensure parity by including both PowerShell and Bash/Azure CLI snippets.
- Review for any terminology or tool references that are Windows-specific and provide Linux/macOS equivalents where applicable.
Create pull request