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 including PowerShell-based resource group creation steps (via an include file) without providing equivalent Linux/bash examples. The use of PowerShell is implied as the default, and there is no explicit Linux command-line guidance. While OpenSSL is mentioned as a prerequisite for both Windows and Linux, the operational steps and tooling focus on Windows-first patterns.
Recommendations:
- Provide equivalent bash/CLI examples for resource group creation and other command-line steps, alongside or instead of PowerShell.
- Explicitly mention that all steps can be performed on Linux, and provide Linux-specific instructions where appropriate.
- If using include files for PowerShell, also create and reference include files for bash/CLI commands.
- Ensure that screenshots and UI references are not Windows-specific, or clarify that the Azure portal experience is cross-platform.
- Review all procedural steps to ensure Linux users are not left to infer or adapt Windows-centric instructions.
Create pull request