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
⚠️
windows_first
Summary:
The documentation page demonstrates a bias toward Windows by exclusively referencing the Kudu console (which is most familiar to Windows/Azure users) and using CMD as the default shell in examples. There are no references to Linux-native tools, shells, or workflows, and the instructions for uploading files and running commands are tailored to a Windows-centric portal experience. While the cURL example is cross-platform, the overall workflow assumes familiarity with Windows/Azure portal conventions.
Recommendations:
- Include explicit instructions or screenshots for using the Kudu console's Bash shell, not just CMD, to accommodate Linux users.
- Mention that the Azure portal and Kudu tools are accessible from any OS, and clarify that both Bash and CMD are available in Kudu.
- Provide alternative instructions for uploading files and running npm install using Bash commands.
- Reference cross-platform CLI tools (such as Azure CLI) for creating and managing function apps, not just portal-based workflows.
- Ensure that any screenshots or step-by-step instructions do not assume a Windows environment (e.g., file paths, shell prompts).
Create pull request