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_tools
⚠️
windows_first
Summary:
The documentation is focused exclusively on ASP.NET Core and the Azure portal, both of which are cross-platform, but all code and workflow examples are tailored for .NET developers (typically Windows-centric). There are no Linux-specific instructions, CLI examples, or references to non-Windows development environments. The use of the Azure portal and .NET-centric instructions implicitly prioritize Windows users, and there is no mention of equivalent workflows for Linux or cross-platform command-line tools.
Recommendations:
- Provide equivalent examples using Azure CLI and/or Azure PowerShell for all portal-based steps, making it clear these can be run on Linux, macOS, or Windows.
- Include a section or callout for Linux/macOS users, highlighting any differences or confirming that all steps are cross-platform.
- Mention that ASP.NET Core and the Azure SDKs are cross-platform, and provide explicit instructions or links for setting up the development environment on Linux.
- Add sample code or scripts for certificate and secret management using bash scripts or Linux shell commands where appropriate.
- Ensure that references to tools or workflows (such as Visual Studio) are balanced with alternatives (such as VS Code, JetBrains Rider, or command-line editors) that are popular on Linux.
Create pull request