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 page demonstrates a Windows bias by prioritizing Azure Portal (GUI) and Azure PowerShell instructions before Azure CLI, and by providing only PowerShell scripting examples for automation before CLI equivalents. There are no explicit Linux shell or cross-platform scripting examples (e.g., Bash), and the workflow assumes familiarity with Windows-centric tools and patterns.
Recommendations:
- Provide Azure CLI and Bash scripting examples alongside or before PowerShell examples to ensure parity for Linux and cross-platform users.
- Explicitly mention that Azure CLI commands work on Windows, Linux, and macOS, and provide guidance for running them in Bash or other common Linux shells.
- Where automation is discussed, include both PowerShell and Bash/CLI scripts, and clarify any OS-specific prerequisites or differences.
- Consider including screenshots or walkthroughs for Azure CLI in Cloud Shell (which is cross-platform) in addition to Azure Portal.
- Review terminology and instructions to ensure they are not implicitly Windows-centric (e.g., avoid assuming use of PowerShell or Windows file paths).
Create pull request