166
Total Pages
109
Linux-Friendly Pages
57
Pages with Bias
34.3%
Bias Rate

Bias Trend Over Time

Pages with Bias Issues

479 issues found
Showing 351-375 of 479 flagged pages
Azure App Configuration Monitor Azure App Configuration ...s/azure-app-configuration/monitor-app-configuration.md
Low Priority View Details →
Scanned: 2026-02-16 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides monitoring instructions for Azure App Configuration using the Azure portal, Azure CLI, and PowerShell. While the Azure CLI section is cross-platform, the PowerShell section is Windows-specific and is presented as a primary option alongside CLI and portal. Additionally, the CLI instructions mention Windows PowerShell as an example of a command console application, listing it before alternatives (e.g., Bash or Terminal), which subtly prioritizes Windows tools. There are no Linux/macOS-specific examples or explicit mentions of their usage, and screenshots are portal-based (cross-platform).
Recommendations
  • Clarify that Azure CLI works on Windows, Linux, and macOS, and provide examples of opening a terminal on Linux/macOS (e.g., Bash, Terminal.app) alongside Windows PowerShell.
  • Add a note in the PowerShell section that it is Windows-specific, and suggest Azure CLI as the recommended cross-platform alternative for Linux/macOS users.
  • Consider providing Bash script examples for common tasks, or at least mention that Bash and other shells are supported for CLI commands.
  • Reorder or balance the mention of command consoles so that Linux/macOS options are not secondary to Windows PowerShell.
Azure App Configuration Quickstart to learn how to use Azure App Configuration .../azure-app-configuration/quickstart-java-spring-app.md
Low Priority View Details →
Scanned: 2026-02-16 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS (export), and uses 'cmd' syntax for Maven and curl commands, but does include Linux/macOS equivalents. No critical Windows-only tools or patterns are used, and Linux users can complete all steps.
Recommendations
  • Present Linux/macOS environment variable instructions first, or side-by-side with Windows.
  • Use generic shell syntax for build/run/test commands (e.g., 'mvn ...', 'curl ...') instead of 'cmd' block, or clarify that these commands work cross-platform.
  • Explicitly state that all steps are cross-platform and provide any OS-specific caveats if needed.
Azure App Configuration Tutorial for using Azure App Configuration Key Vault references in a Java Spring Boot app | Microsoft Docs ...-configuration/use-key-vault-references-spring-boot.md
Low Priority View Details →
Scanned: 2026-02-16 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides environment variable setup instructions for Windows (setx and PowerShell) before Linux/macOS (export), and includes explicit PowerShell examples. However, Linux/macOS instructions are present and the overall workflow is cross-platform, with Azure CLI used throughout. The bias is mostly in ordering and example prominence.
Recommendations
  • Present Linux/macOS and Windows environment variable instructions side-by-side or in parallel sections, rather than Windows-first.
  • Use generic shell commands (e.g., export) as the primary example, with OS-specific notes as needed.
  • Explicitly mention that all steps can be performed on Linux/macOS unless there are exceptions.
  • Consider removing or minimizing Windows-specific command prompt instructions unless they are essential.
Azure App Configuration Quickstart to learn how to use Azure App Configuration .../azure-app-configuration/quickstart-java-spring-app.md
Low Priority View Details →
Scanned: 2026-02-15 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation provides environment variable setting instructions for Windows (cmd, PowerShell) before Linux/macOS (bash), and uses Windows terminology like 'command prompt' as the default. However, Linux/macOS equivalents are present and the Maven build/run instructions are cross-platform.
Recommendations
  • Present Linux/macOS environment variable instructions before or alongside Windows instructions, rather than after.
  • Use neutral terminology such as 'terminal' instead of 'command prompt' to avoid implying Windows as the default.
  • Explicitly state that Maven commands work on all platforms, and clarify any platform-specific steps.
  • Consider grouping environment variable instructions by OS in a table or list for clarity.
Scanned: 2026-02-15 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS (bash), and includes Windows-specific commands (setx, PowerShell) with detailed restart instructions. Linux/macOS instructions are present and correct, but are listed after Windows examples. The use of Visual Studio Code is explicitly cross-platform. Build and run instructions use Maven, which is cross-platform. The curl example uses Windows cmd syntax, but is generic.
Recommendations
  • Present Linux/macOS (bash) environment variable instructions before or alongside Windows examples, rather than after.
  • Clarify that all commands are cross-platform where applicable, and avoid implying Windows is the default.
  • Provide curl examples using bash syntax (e.g., $ curl ...) or clarify that curl is available on all platforms.
  • Consider grouping environment variable instructions by platform, or using tabs for Windows, macOS, and Linux.
  • Explicitly mention that Maven commands work on all platforms.
Azure App Configuration Monitor Azure App Configuration ...s/azure-app-configuration/monitor-app-configuration.md
Low Priority View Details →
Scanned: 2026-02-15 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides monitoring instructions for Azure App Configuration using the Azure portal, Azure CLI, and PowerShell. While the Azure CLI section mentions both Azure Cloud Shell and local installation, it refers to 'Windows PowerShell' as the example for a local console, and the PowerShell section exclusively uses Windows PowerShell. The PowerShell instructions are presented as a separate tab, and the CLI tab mentions Windows PowerShell first when discussing local consoles. There are no explicit Linux/macOS shell examples (e.g., Bash), nor is there guidance for running PowerShell on non-Windows platforms, despite PowerShell Core being cross-platform.
Recommendations
  • In CLI instructions, mention Bash or other common Linux/macOS shells alongside Windows PowerShell.
  • Clarify that Azure CLI works on Bash, zsh, and other shells on Linux/macOS, not just Windows PowerShell.
  • In PowerShell instructions, specify that PowerShell Core (pwsh) is available cross-platform, and provide examples for both Windows PowerShell and PowerShell Core.
  • Add explicit notes or examples for Linux/macOS users where relevant, such as launching Azure CLI in Bash/zsh.
  • Ensure screenshots and step-by-step instructions are not Windows-centric unless the feature is Windows-only.
Azure App Configuration Quickstart for adding feature flags to Spring Boot with Azure App Configuration ...p-configuration/quickstart-feature-flag-spring-boot.md
Low Priority View Details →
Scanned: 2026-02-15 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS (bash), but includes all platforms. No Windows-only tools or PowerShell-heavy examples are present. All code and build instructions are cross-platform (Java, Maven).
Recommendations
  • Present Linux/macOS environment variable instructions before Windows, or group them equally.
  • Explicitly state that all commands work on Windows, Linux, and macOS to reinforce parity.
  • Consider adding a note that Maven and Java are cross-platform and supported on all major OSes.
Azure App Configuration Tutorial for using Azure App Configuration Key Vault references in a Java Spring Boot app | Microsoft Docs ...-configuration/use-key-vault-references-spring-boot.md
Low Priority View Details →
Scanned: 2026-02-15 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides environment variable setup instructions for Windows (setx and PowerShell) before Linux/macOS (export), and includes explicit PowerShell examples. However, Linux/macOS instructions are present and the overall tutorial is cross-platform, with Java and Maven usage and Azure CLI commands.
Recommendations
  • Present Linux/macOS environment variable instructions before or alongside Windows examples, rather than after.
  • Use a table or side-by-side layout for environment variable setup commands for all platforms.
  • Clarify that all steps can be performed on Linux/macOS, and highlight cross-platform tools (e.g., Azure CLI, Maven).
  • Reduce emphasis on Windows-specific tools unless required, and ensure parity in example ordering.
Scanned: 2026-02-14 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS (bash), and includes explicit PowerShell and Windows command prompt examples. However, Linux/macOS instructions are also present and clearly labeled. The bias is minor, mostly in the ordering and prominence of Windows tools.
Recommendations
  • Present Linux/macOS (bash) environment variable instructions before Windows examples, or group all OS instructions together for parity.
  • Add clarifying statements that all commands are cross-platform unless otherwise noted.
  • Where possible, use generic shell commands (e.g., 'export') as the primary example, with OS-specific variants as secondary notes.
  • Ensure screenshots and UI references are not Windows-centric (none detected here, but review for future updates).
Azure App Configuration Quickstart for adding feature flags to Spring Boot with Azure App Configuration ...p-configuration/quickstart-feature-flag-spring-boot.md
Low Priority View Details →
Scanned: 2026-02-14 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation provides environment variable setting instructions for Windows (cmd and PowerShell) before Linux/macOS (bash), but includes all platforms. No Windows-only tools or patterns are used, and all code and build/run steps are cross-platform. No critical Linux/macOS omissions are present.
Recommendations
  • Present Linux/macOS environment variable instructions before Windows, or group them equally.
  • Explicitly note that all steps are cross-platform and that Maven and Java are available on all major OSes.
  • Add a brief statement at the start of the 'Build and run the app locally' section clarifying cross-platform support.
Azure App Configuration Quickstart to learn how to use Azure App Configuration .../azure-app-configuration/quickstart-java-spring-app.md
Low Priority View Details →
Scanned: 2026-02-14 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS (bash), and uses Windows terminology ('command prompt') in build/run steps. However, Linux/macOS equivalents are present, and all code examples are platform-neutral Java/Maven.
Recommendations
  • Present Linux/macOS environment variable instructions before Windows, or group them equally.
  • Use neutral terminology such as 'terminal' instead of 'command prompt'.
  • Explicitly mention that Maven and curl commands work identically on Linux/macOS.
  • Consider adding a note that all steps are cross-platform unless otherwise stated.
Azure App Configuration Tutorial for using Azure App Configuration Key Vault references in a Java Spring Boot app | Microsoft Docs ...-configuration/use-key-vault-references-spring-boot.md
Low Priority View Details →
Scanned: 2026-02-14 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before mentioning Linux/macOS equivalents. Windows-specific tools (setx, PowerShell) are described first, and Linux/macOS instructions are grouped together and shown after Windows. However, all critical steps are covered for Linux/macOS users, and the Azure CLI is used throughout, which is cross-platform.
Recommendations
  • Present Linux/macOS environment variable instructions before or alongside Windows examples, rather than after.
  • Explicitly mention that Azure CLI commands work on all platforms.
  • Consider using a tabbed layout for environment variable setup (Windows CMD, PowerShell, Linux/macOS) to improve clarity and parity.
  • Avoid phrasing that implies Windows is the default or primary platform.
Scanned: 2026-02-13 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides environment variable setting instructions for Windows (cmd and PowerShell) before Linux/macOS (bash), and includes Windows-specific commands (setx, PowerShell) with detailed restart instructions. Linux/macOS instructions are present and correct, but are listed after Windows examples. The use of Visual Studio Code is mentioned as cross-platform, and all core Java/Maven steps are platform-neutral.
Recommendations
  • Present Linux/macOS (bash) environment variable instructions before or alongside Windows examples, rather than after.
  • Clarify that all commands (except setx) are cross-platform, and highlight any platform-specific caveats.
  • Consider grouping environment variable instructions by platform with clear headings, or use tabs for each OS.
  • Ensure validation steps (e.g., printing env vars) are shown for all platforms, not just Windows.
  • Mention alternative editors (e.g., IntelliJ IDEA, Eclipse) alongside Visual Studio Code for broader parity.
Azure App Configuration Monitor Azure App Configuration ...s/azure-app-configuration/monitor-app-configuration.md
Low Priority View Details →
Scanned: 2026-02-13 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides monitoring instructions for Azure App Configuration using the Azure portal, Azure CLI, and PowerShell. In the CLI section, Windows PowerShell is mentioned as the primary example of a command console, and PowerShell instructions are given their own dedicated section. The CLI instructions mention PowerShell first as a local console option, and the PowerShell section explicitly instructs users to open a Windows PowerShell command window. There are no Linux/macOS-specific shell examples or explicit mentions of Bash or other Linux-native tools. However, the Azure CLI instructions are cross-platform and can be used on Linux/macOS, and the portal instructions are platform-agnostic.
Recommendations
  • In the CLI section, mention Bash or Terminal as alternative consoles for Linux/macOS users, not just Windows PowerShell.
  • Clarify that Azure CLI commands work on all platforms (Windows, Linux, macOS) and provide Bash/Terminal as an example.
  • In the PowerShell section, note that PowerShell Core is cross-platform, and provide guidance for Linux/macOS users if relevant.
  • Consider adding explicit Bash shell examples or notes for Linux/macOS users where appropriate.
Azure App Configuration Quickstart for adding feature flags to Spring Boot with Azure App Configuration ...p-configuration/quickstart-feature-flag-spring-boot.md
Low Priority View Details →
Scanned: 2026-02-13 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation provides environment variable setting instructions for Windows (cmd and PowerShell) before Linux/macOS (bash). All major steps and examples are cross-platform, and Linux/macOS instructions are present, but Windows commands are listed first. No Windows-only tools or PowerShell-heavy bias is present.
Recommendations
  • Present Linux/macOS (bash) environment variable instructions before Windows (cmd/PowerShell), or group them equally.
  • Explicitly state that all steps are cross-platform and supported on Windows, Linux, and macOS.
  • Consider adding a note that Maven and Java are cross-platform, and that the instructions apply regardless of OS.
Azure App Configuration Tutorial for using Azure App Configuration Key Vault references in a Java Spring Boot app | Microsoft Docs ...-configuration/use-key-vault-references-spring-boot.md
Low Priority View Details →
Scanned: 2026-02-13 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS, and uses Windows-specific commands (setx, PowerShell syntax) with Linux/macOS instructions given last. All other steps and tooling are cross-platform, and the Azure CLI is used for resource management, which is available on all platforms.
Recommendations
  • Present Linux/macOS and Windows environment variable instructions side-by-side or in tabs, rather than listing Windows first.
  • Use cross-platform shell commands (e.g., export) as the primary example, or clarify that the order is arbitrary.
  • Explicitly mention that all Azure CLI commands work on all platforms.
  • Consider adding a note that the tutorial is fully cross-platform and tested on Linux/macOS as well as Windows.
Azure App Configuration Quickstart to learn how to use Azure App Configuration .../azure-app-configuration/quickstart-java-spring-app.md
Low Priority View Details →
Scanned: 2026-02-13 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation provides environment variable setup instructions for Windows (setx, PowerShell) before Linux/macOS (export), and uses 'cmd' syntax for build/run/curl commands, but does include Linux/macOS equivalents. No critical steps are Windows-only, and Linux users can complete the quickstart.
Recommendations
  • Present Linux/macOS environment variable instructions before Windows, or side-by-side.
  • Use generic shell syntax (e.g., $ export ...) for commands where possible, or clearly label OS-specific sections.
  • For build/run/curl commands, clarify that these work on all platforms with Maven and curl installed.
  • Consider using code block labels like 'bash', 'powershell', 'cmd', etc., to improve clarity.
Azure App Configuration Quickstart to learn how to use Azure App Configuration .../azure-app-configuration/quickstart-java-spring-app.md
Low Priority View Details →
Scanned: 2026-02-12 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation provides environment variable setup instructions for Windows (cmd, PowerShell) before Linux/macOS (bash), but includes all relevant examples for each platform. Build/run/test instructions use cross-platform tools (Maven, curl) and do not show Windows-specific tools or patterns.
Recommendations
  • Present Linux/macOS environment variable instructions before Windows, or group all OS instructions together for parity.
  • Explicitly mention that Maven and curl commands are cross-platform and work on Linux/macOS as well as Windows.
  • Consider adding a short note clarifying that all steps are applicable to Linux/macOS unless otherwise stated.
Azure App Configuration Quickstart for adding feature flags to Spring Boot with Azure App Configuration ...p-configuration/quickstart-feature-flag-spring-boot.md
Low Priority View Details →
Scanned: 2026-02-12 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation provides environment variable setup instructions for Windows (cmd, PowerShell) before Linux/macOS (bash), but includes all platforms. No Windows-only tools or patterns are used, and Linux/macOS users are not missing any critical information.
Recommendations
  • Present Linux/macOS (bash) environment variable instructions before Windows (cmd, PowerShell) to avoid implicit Windows prioritization.
  • Consider grouping all OS instructions together or using tabs for each OS to make parity clearer.
  • Explicitly state that the instructions are cross-platform and that all major OSes are supported.
Scanned: 2026-02-12 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides environment variable setup instructions for Windows (cmd and PowerShell) before Linux/macOS (bash), and includes Windows-specific commands (setx, PowerShell) with detailed restart instructions. Linux/macOS instructions are present but appear after Windows examples. The rest of the tutorial is cross-platform, with Maven and Java code applicable to all OSes.
Recommendations
  • Present Linux/macOS (bash) environment variable instructions before or alongside Windows examples, rather than after.
  • Clarify that Maven and Java steps are cross-platform and can be run on any OS.
  • Consider grouping environment variable instructions by OS in a table or tabs for parity.
  • Add explicit notes that all steps (except environment variable setup) are OS-agnostic.
  • Avoid language like 'restart the command prompt' that is Windows-specific; instead, use 'restart your terminal' for cross-platform clarity.
Azure App Configuration Monitor Azure App Configuration ...s/azure-app-configuration/monitor-app-configuration.md
Low Priority View Details →
Scanned: 2026-02-10 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Windows First Powershell Heavy
Summary
The documentation provides monitoring instructions for Azure App Configuration using the Azure Portal, Azure CLI, and PowerShell. While the Azure CLI section is cross-platform, the PowerShell section is Windows-centric and is presented as a primary option alongside CLI and Portal. Additionally, the CLI instructions mention Windows PowerShell as an example of a command console, which may imply Windows as the default environment. There are no Linux-specific examples or explicit mentions of Linux/macOS tools or environments, and PowerShell is presented without reference to PowerShell Core or its cross-platform capabilities.
Recommendations
  • Clarify that Azure CLI works on Linux, macOS, and Windows, and provide explicit instructions for Linux/macOS users (e.g., 'open a terminal' instead of 'Windows PowerShell').
  • Mention PowerShell Core as a cross-platform option, or note that the PowerShell instructions are applicable on any OS where PowerShell Core is installed.
  • Add Linux/macOS-specific guidance or screenshots where relevant, especially for opening terminals or using CLI.
  • Consider listing CLI instructions before PowerShell, as CLI is more universally available across platforms.
  • Avoid implying Windows as the default environment when referencing command consoles.
Azure App Configuration Monitor Azure App Configuration ...s/azure-app-configuration/monitor-app-configuration.md
Low Priority View Details →
Scanned: 2026-02-08 00:00
Reviewed by: LLM Analysis
Issues: 2 bias types
Detected Bias Types
Powershell Heavy Windows First
Summary
The documentation provides monitoring instructions for Azure App Configuration using the Azure portal, Azure CLI, and PowerShell. While the Azure CLI section is cross-platform, the PowerShell section is Windows-specific and is presented as a main option. Additionally, the CLI instructions mention Windows PowerShell as an example console application before other alternatives, which subtly prioritizes Windows. There are no Linux-specific examples or explicit mentions of Linux/macOS shell environments, and screenshots are from the Azure portal (which is platform-agnostic).
Recommendations
  • Clarify that Azure CLI commands can be run from any shell (Bash, Zsh, etc.) on Linux/macOS, not just Windows PowerShell.
  • In CLI instructions, mention Bash or terminal applications on Linux/macOS as equally valid environments for running Azure CLI.
  • Consider providing Bash shell examples or noting that PowerShell commands are Windows-specific, while Azure CLI is cross-platform.
  • Add a note that PowerShell instructions are for Windows users, and Linux/macOS users should use Azure CLI.
  • If possible, include screenshots or references to Linux/macOS environments to reinforce cross-platform support.
Azure App Configuration Configuration Provider Overview ...e-app-configuration/configuration-provider-overview.md
Low Priority View Details →
Scanned: 2026-02-03 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation lists .NET-based libraries (Microsoft.Extensions.Configuration.AzureAppConfiguration, ASP.NET Core, Azure Functions, .NET Framework) first in the configuration provider libraries table, before Java, Python, JavaScript, and Go equivalents. However, all platforms and languages are covered, and there are no Windows-specific tools, examples, or patterns. No PowerShell or Windows-only instructions are present.
Recommendations
  • Consider alphabetizing or grouping the configuration provider libraries table by language/platform rather than listing .NET/Windows-centric options first.
  • Explicitly note cross-platform compatibility for .NET Standard/Core libraries, clarifying that they work on Linux/macOS as well as Windows.
  • Ensure that sample links for .NET libraries include Linux/macOS usage where applicable.
Azure App Configuration Configuration Provider Overview ...e-app-configuration/configuration-provider-overview.md
Low Priority View Details →
Scanned: 2026-02-02 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation lists .NET-based provider libraries first and provides .NET/ASP.NET/Functions/.NET Framework examples before Java, Python, JavaScript, and Go. However, the page covers cross-platform libraries and includes samples and release notes for all major languages, with no exclusive Windows/PowerShell examples or tools. There is a minor ordering bias favoring Windows/.NET technologies.
Recommendations
  • Reorder the provider libraries table to alternate or group by platform type (e.g., .NET, Java, Python, JavaScript, Go) rather than listing all .NET/Windows-centric libraries first.
  • Explicitly mention cross-platform compatibility for .NET Standard and ASP.NET Core libraries (e.g., Linux/macOS support).
  • Consider providing a summary table or section that highlights Linux/macOS usage or parity.
  • Ensure that sample links for .NET libraries include Linux/macOS usage notes if relevant.
Azure App Configuration Configuration Provider Overview ...e-app-configuration/configuration-provider-overview.md
Low Priority View Details →
Scanned: 2026-02-01 00:00
Reviewed by: LLM Analysis
Issues: 1 bias type
Detected Bias Types
Windows First
Summary
The documentation lists .NET provider libraries (Microsoft.Extensions.Configuration.AzureAppConfiguration, Microsoft.Azure.AppConfiguration.AspNetCore, Microsoft.Azure.AppConfiguration.Functions.Worker, Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration) first in the table, before Java, Python, JavaScript, and Go equivalents. The .NET Framework provider is included, which is Windows-only, but the overall page is not Windows-specific. No PowerShell-specific examples, Windows tools, or Windows-only patterns are present. All sample links are cross-platform (e.g., .NET Core, Java, Python, JavaScript, Go), and feature parity is tracked for all major languages/platforms. There are no missing Linux/macOS examples, and no exclusive mention of Windows tools.
Recommendations
  • Consider reordering the provider libraries table to group cross-platform providers (e.g., .NET Core, Java, Python, JavaScript, Go) before Windows-only (.NET Framework) providers.
  • Explicitly note which providers are Windows-only (e.g., .NET Framework) and which are cross-platform.
  • Add a brief statement clarifying that most providers (except .NET Framework) work on Linux/macOS as well as Windows.
  • Ensure that sample links and documentation for .NET Core/Standard highlight cross-platform compatibility.