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
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation references Azure PowerShell as an alternative method for restoring AKS clusters, but does not mention or provide examples for equivalent Linux-native or cross-platform CLI tools (such as Azure CLI or kubectl). The only explicit command-line method referenced is PowerShell, and there are no Linux-specific instructions or examples. This suggests a bias toward Windows/PowerShell environments and leaves out users who work primarily on Linux or macOS.
Recommendations:
- Include Azure CLI examples for restoring AKS clusters, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Mention and provide instructions for using kubectl (where applicable) for restore operations, especially for item-level or namespace restores.
- When referencing PowerShell, always provide a parallel example using Azure CLI or bash scripts.
- Explicitly state that the restore process can be performed from any OS, and clarify any OS-specific requirements or limitations.
- Review linked articles (such as the PowerShell restore guide) to ensure Linux parity and cross-platform guidance.
Create pull request