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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation demonstrates a moderate Windows bias. PowerShell examples are provided alongside Azure CLI, but there are references to Windows-specific tools (IIS, Certreq.exe) for certificate export without equivalent Linux instructions. In automation and FAQ sections, PowerShell is mentioned before or alongside CLI, but Linux-native tools or workflows are not equally highlighted. The document assumes familiarity with Windows tooling and does not provide parity for Linux users in several steps.
Recommendations:
- For certificate export, provide explicit Linux/OpenSSL instructions alongside or before Windows/IIS/Certreq.exe steps.
- Where PowerShell is shown, ensure Azure CLI (cross-platform) examples are always present and, where possible, shown first.
- In automation and FAQ sections, include Bash scripting or Linux-native automation examples, not just PowerShell.
- Reference Linux and macOS environments explicitly in prerequisites and examples, not just Windows.
- Where Windows-specific tools are mentioned (e.g., IIS, Certreq.exe), add equivalent Linux/macOS guidance or links.
- Review screenshots and UI instructions to ensure they are not Windows-centric if the portal experience is cross-platform.
Create pull request