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:
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation provides only C# code examples, which are most commonly associated with Windows development environments. There are no examples using Linux-native tools, shell scripts, or cross-platform command-line utilities (such as Azure CLI or REST API via curl). This may make it less accessible or immediately useful for Linux users or those working outside of the Windows/.NET ecosystem.
Recommendations:
- Add equivalent examples using Azure CLI commands, which are cross-platform and commonly used on Linux.
- Include REST API examples using curl or similar tools to demonstrate how to interact with Azure Resource Graph from any platform.
- If PowerShell is relevant, provide both Windows PowerShell and cross-platform PowerShell Core examples, and clarify their compatibility.
- Explicitly mention that the SDK and APIs are usable from Linux and provide links or notes on how to set up the environment on Linux.
- Consider including bash or Python SDK examples, which are popular in Linux environments.
Create pull request