A fully managed end-to-end service for digitally signing code, documents, and applications. (formerly Trusted Signing)
Is your identity validation in completed status and all cert profiles are in Active state?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Signing consistently fails server-side using Dongle.TrustedSigning.dll (tested v1.0.55 and v1.0.62).
Setup:
Behavior: Auth succeeds, operation ID is generated, Azure returns HTTP 200 but with status:Failed and null signature/signingCertificate/counterSignature. No error detail returned.
Failed Operation IDs:
All local config verified: endpoint, account name, profile name correct. Subscription enabled. Resource provider registered. What is causing the server-side failure?
A fully managed end-to-end service for digitally signing code, documents, and applications. (formerly Trusted Signing)
Is your identity validation in completed status and all cert profiles are in Active state?
Good news / bad news on this one I dug around and this exact signature (status: Failed, null signature, null errorResponse, HTTP 200/202 on the operation itself) has come up multiple times recently on Microsoft's own Q&A under the Artifact Signing tag, and none of them turned out to be a caller-side config problem. That's a fairly strong signal, given how thorough your checklist already is.
A few things worth knowing:
This looks like an account-level, service-side issue, not your setup. One recent report with basically identical symptoms (POST .../sign returns 202, resolves to {"status": "Failed", "signature": null, "errorResponse": null}, zero useful detail) traced back to the account itself being in a bad state server-side specifically, that account's subscription had briefly gone through a Disabled → re-enabled cycle at some point, and even though everything looked healthy in ARM/portal afterward (provisioningState: Succeeded, profile Active, role assigned correctly same checklist you've already done), signing stayed broken and certificate issuance silently stopped working at the account level. Another thread with the same status:Failed/null pattern was also tied to a "reinstated" signing identity. So: has this subscription/account ever been suspended, disabled for billing, or had any kind of hold even briefly since it was created? That's the one common thread across the reports I found.
No error detail is apparently expected/known-bad behavior right now, not something you're missing on your end several people confirmed they get literally nothing else back from the API or portal to explain the failure, which matches what you're seeing.
What actually gets these resolved: in the reports I saw, none were self-fixable they needed the Artifact Signing engineering team to intervene and reset the account state. So:
Given you're hitting three consecutive Operation IDs with the exact same null-signature pattern and everything local checks out, I wouldn't spend more time re-verifying config this really does look like it needs a poke from Microsoft's side.