An Azure platform as a service offer that is used to deploy web and cloud applications.
Hello @Blaine
Based on what you’ve already tested, this no longer looks like a normal certificate-format problem. Your wildcard subject/SAN, RSA key, Server Authentication EKU, key usage, private key, PFX encryption, and certificate lifetime all line up with Microsoft’s documented LDAPS requirements.
One thing I would still verify is that the certificate matches the Microsoft Entra Domain Services managed-domain DNS name, not another Entra tenant/custom-domain name. Microsoft specifically notes that the domain controller uses the Domain Services domain name when selecting the LDAPS certificate.
Since the Azure operation returns HTTP 202 but never exposes a useful failure payload, and both a public CA certificate and a self-signed certificate fail identically, this points more to a backend Domain Services provisioning/validation issue than client-side LDAPS connectivity. The normal connectivity checks such as port 636, DNS resolution, and CA trust become relevant after LDAPS is successfully enabled; they would not normally explain why the certificate cannot be applied to the managed domain in the first place.
At this stage, you may:
- Check Microsoft Entra Domain Services > Health for any active alerts or degraded state.
- Confirm that no other Domain Services operation is still pending, since Microsoft states that managed-domain settings cannot be modified while an LDAPS configuration operation is in progress.
- Wait for any current operation to fully settle, then retry once with the known-good self-signed PFX.
- If it still fails, open an Azure support request for Microsoft Entra Domain Services and provide the managed-domain resource ID, operation/correlation ID, timestamp, and the Write Domain Service Activity Log entry.
Microsoft’s troubleshooting guidance recommends opening an Azure support request when the documented LDAPS checks don't resolve the issue.
So yes, Microsoft support should be able to investigate service-side telemetry that isn’t surfaced in the Activity Log. Given how much certificate validation you’ve already done, I wouldn’t keep regenerating certificates unless Microsoft identifies a specific validation failure.
Sharing these references with you:
Configure Secure LDAP for Microsoft Entra Domain Services
Troubleshoot Secure LDAP connectivity
Please "Accept the Answer" if this information helped you. This will help us and others in the community.