Thanks for reaching out to Microsoft Q&A.
Here are some steps you can follow to troubleshoot the issue:
- Ensure that the gMSA account is created correctly in Active Directory and is configured to allow the necessary permissions.
- Check Service Account Permissions:
- The account must have the appropriate SQL Server permissions. Ensure that the account is in the
sysadminserver role in SQL Server for the installation process. - The account should also be granted permissions to the file system where Azure DevOps is installed.
- The account must have the appropriate SQL Server permissions. Ensure that the account is in the
- Run a simple command to test the gMSA account by checking its authentication. You can use the PowerShell command
Test-ADServiceAccount <gMSA_Name>to verify if it is functioning as expected. - Make sure that during the installation, the Configuration Wizard was completed successfully without errors. Pay attention to any warnings that might illuminate the issue.
Hope this helps!
References:
- Install and configure Azure DevOps on-premises
- Install Azure DevOps on-premises on a single server
- Configure search for Azure DevOps
Hope this helps!