Hi @song zhang
Thank you for posting this in Microsoft Q&A.
I understand that you are receiving Service Principal alerts in Microsoft Entra Domain Services.
Based on the audit log screenshot, it appears that the AppId value 6bf85cfa-ac8e-4be5-b5de-425a0d0dc016 is not present in your Microsoft Entra directory. Therefore, you should add the required service principal to your directory.
Before adding the service principal, please verify whether the application is present.
- In the Microsoft Entra admin center, search for and select Enterprise Applications.
- Search for the AppId value 6bf85cfa-ac8e-4be5-b5de-425a0d0dc016. If no existing application is found, follow the resolution steps to create the service principal.
Install-Module Microsoft.Graph -Scope CurrentUser
connect-MgGraph -scopes "Directory.ReadWrite.All"
New-MgServicePrincipal -AppId "6bf85cfa-ac8e-4be5-b5de-425a0d0dc016"
The managed domain's health will automatically update within two hours, and the alert will be removed.
For your reference: https://learn.microsoft.com/en-us/entra/identity/domain-services/alert-service-principal
Hope this helps. Do let us know if you any further queries.
Thanks,
Navya.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.