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
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by providing only Azure PowerShell examples for scripting and automation, referencing PowerShell steps before (or instead of) Azure CLI or cross-platform alternatives, and omitting Linux-specific or cross-platform command-line examples. The 'Next steps' section also directs users to a PowerShell-based guide, reinforcing the bias. There is no mention of Bash, Linux shell, or platform-agnostic scripting for certificate management or deployment.
Recommendations:
- Provide equivalent Azure CLI (az) examples alongside PowerShell for all automation steps, especially for referencing Key Vault secrets and configuring Application Gateway.
- Include Bash/Linux shell script examples for certificate management and deployment tasks.
- In sections where PowerShell is referenced, mention Azure CLI and provide links or inline examples for both platforms.
- Update the 'Next steps' section to include links to CLI and ARM/Bicep template guides, not just PowerShell.
- Explicitly state that all steps can be performed on both Windows and Linux, and clarify any platform-specific requirements.
- Where screenshots or UI steps are shown, clarify that the Azure portal is cross-platform and accessible from any OS.
Create pull request