❌
This page contains Windows bias

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
⚠️ missing_linux_example
Summary:
The documentation demonstrates some Windows bias by referencing Windows tools and file paths before or more prominently than Linux equivalents, and by providing a Windows-only example for checking the status of the SAP host control agent. Some Linux commands are mentioned, but not always with parity or equal detail.
Recommendations:
  • Ensure that for every Windows-specific command or file path, the Linux equivalent is also provided, and vice versa.
  • Present Linux and Windows instructions/examples side-by-side or in parallel sections, rather than listing Windows first or exclusively.
  • Where commands differ between platforms (e.g., checking sapstartsrv status), provide both Linux and Windows examples.
  • Review the order of presentation so that neither platform is consistently prioritized over the other.
  • Consider adding a table or clear callouts for platform-specific steps to improve clarity and parity.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-11 00:00 #108 completed βœ… Clean
2025-08-11 00:00 #77 completed βœ… Clean
2025-08-10 00:00 #76 completed βœ… Clean
2025-08-09 00:00 #75 completed βœ… Clean
2025-08-08 00:00 #74 completed βœ… Clean
2025-08-07 00:00 #73 completed βœ… Clean
2025-08-06 00:00 #72 completed βœ… Clean
2025-08-05 00:00 #71 completed βœ… Clean
2025-08-03 00:00 #69 completed βœ… Clean
2025-08-01 00:00 #67 completed βœ… Clean
2025-07-31 00:00 #66 completed βœ… Clean
2025-07-30 00:00 #65 completed βœ… Clean
2025-07-29 00:01 #64 completed βœ… Clean
2025-07-28 00:00 #63 completed βœ… Clean
2025-07-27 00:00 #62 completed βœ… Clean
2025-07-26 00:01 #61 completed βœ… Clean
2025-07-25 00:00 #60 completed βœ… Clean
2025-07-24 00:00 #59 completed βœ… Clean
2025-07-23 00:00 #58 completed βœ… Clean
2025-07-22 00:01 #57 completed βœ… Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

- Check that your Azure account has **Azure Center for SAP solutions administrator** and **Managed Identity Operator** or equivalent role access on the subscription or resource groups where you have the SAP system resources. - A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Compute resource group and **Reader** role access on the Virtual Network resource group of the SAP system. Azure Center for SAP solutions service uses this identity to discover your SAP system resources and register the system as a VIS resource. - Make sure ASCS, Application Server and Database virtual machines of the SAP system are in **Running** state. - sapcontrol and saphostctrl exe files must exist on ASCS, App server and Database. - File path on Linux Virtual Machines: /usr/sap/hostctrl/exe - File path on Windows Virtual Machines: C:\Program Files\SAP\hostctrl\exe\ - Make sure the **sapstartsrv** process is running on all **SAP instances** and for **SAP hostctrl agent** on all the VMs in the SAP system. - To start hostctrl sapstartsrv, use this command for Linux Virtual Machines: 'hostexecstart -start' - To start instance sapstartsrv, use the command: 'sapcontrol -nr 'instanceNr' -function StartService S0S' - To check status of hostctrl sapstartsrv use this command for Windows Virtual Machines: C:\Program Files\SAP\hostctrl\exe\saphostexec –status - For successful discovery and registration of the SAP system, ensure there's network connectivity between ASCS, App, and DB VMs. 'ping' command for App instance hostname must be successful from ASCS Virtual Machine. 'ping' for Database hostname must be successful from App server Virtual Machine. - On App server profile, SAPDBHOST, DBTYPE, DBID parameters must have the right values configured for the discovery and registration of Database instance details. ## Register SAP system To register an existing SAP system in Azure Center for SAP solutions: 1. Use the [az workloads sap-virtual-instance create](/cli/azure/workloads/sap-virtual-instance#az-workloads-sap-virtual-instance-create) to register an existing SAP system as a *Virtual Instance for SAP solutions* resource: