This page contains Windows bias

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 page demonstrates a Windows bias by providing only PowerShell examples for certificate creation and management, referencing Windows-specific certificate stores and tools, and explicitly stating that certain features (private client certificates) are only supported in Windows code apps. There are no equivalent Linux or cross-platform instructions or examples, and the use of Windows-centric terminology (e.g., Cert:\LocalMachine\Root) further excludes Linux users.
Recommendations:
  • Provide equivalent Linux examples for certificate creation (e.g., using OpenSSL) and management.
  • Include instructions for accessing and managing certificates on Linux-based App Service apps, or clarify platform limitations.
  • Use cross-platform terminology and tools where possible, or clearly separate instructions for Windows and Linux scenarios.
  • Explicitly state platform support at the beginning of relevant sections to set user expectations.
  • Offer Bash or CLI alternatives to PowerShell commands for parity.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean
2025-07-09 23:22 #6 cancelled ✅ Clean

Flagged Code Snippets

To perform testing, you can create a self signed certificate and generate a *.cer* file with the following PowerShell: