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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation exclusively references the Microsoft Rules Composer, a Windows-only GUI tool, and provides instructions and examples that assume a Windows environment (e.g., references to .NET assemblies, BizTalk, and Visual Studio project types). There are no examples or guidance for performing these tasks on Linux or cross-platform environments, nor are alternative tools or command-line approaches mentioned. The documentation implicitly assumes the user is on Windows and using Windows-specific tooling.
Recommendations:
- Explicitly state platform requirements and limitations at the beginning of the documentation (e.g., 'Microsoft Rules Composer is only available on Windows').
- If possible, provide equivalent instructions or alternative tools for Linux users, such as command-line or cross-platform .NET Core/CLI approaches for managing rulesets.
- Include examples that use cross-platform .NET (e.g., .NET 6/7/8) and clarify which features are available on non-Windows platforms.
- Reference any available REST APIs, SDKs, or automation scripts that can be used on Linux/macOS to perform similar operations.
- If no Linux alternatives exist, suggest workarounds or clearly indicate that the described features are currently Windows-only.
Create pull request