A fully managed end-to-end service for digitally signing code, documents, and applications. (formerly Trusted Signing)
Welcome to Microsoft Q&A,
Even though you enter Primary Email / Secondary Email during identity validation, Microsoft explicitly states that your email address isn’t included in the issued certificate (so Windows’ signature UI won’t have an email to display).
There isn’t a setting to force email into the cert subject/SAN in the Artifact Signing-issued certificates.
If you use signtool, populate the “More info” field via /du (and optionally a friendly name via /d). This gives users a verifiable contact/landing page even without an email in the cert.
Please Upvote and accept the answer if it helps!!