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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by providing command-line testing instructions only for Windows (using 'command prompt' and 'nslookup'), without mentioning or illustrating equivalent steps for Linux or macOS users. There are no Linux shell or cross-platform examples, and the only non-portal automation reference is to Azure PowerShell, with no mention of Azure CLI or other cross-platform tools.
Recommendations:
- Include Linux/macOS instructions for testing DNS delegation, such as using 'dig' or 'nslookup' from a Unix shell.
- When referencing command-line tools, specify both Windows (Command Prompt/PowerShell) and Linux/macOS equivalents.
- Mention and provide examples using Azure CLI for subdomain delegation, as it is cross-platform.
- Avoid phrases like 'Open a command prompt' without also mentioning 'Open a terminal' for Linux/macOS users.
- Add screenshots or code snippets that reflect both Windows and Linux environments where applicable.
Create pull request