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_first
⚠️
windows_tools
Summary:
The documentation presents Windows instructions (using 7-Zip) before macOS/Linux (using the zip utility) in the section on creating a ZIP file, and specifically recommends a third-party Windows tool (7-Zip) rather than built-in options. However, the rest of the documentation is largely cross-platform, with Azure CLI and cURL examples that work on all OSes.
Recommendations:
- Present macOS/Linux and Windows instructions in parallel tabs or alternate the order to avoid always listing Windows first.
- For Windows, mention built-in zip support (e.g., via File Explorer's 'Send to > Compressed (zipped) folder') before recommending third-party tools like 7-Zip.
- Ensure all screenshots and examples have Linux/macOS equivalents where possible.
- Explicitly state that Azure CLI and cURL commands are cross-platform, and provide any OS-specific notes if needed.
Create pull request