Skip to content

Commit ace36b2

Browse files
Merge pull request #280165 from mehasharma/ivx-docs-added
add changes to faq
2 parents 218f839 + f574c8c commit ace36b2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/trusted-signing/faq.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ sections:
155155
| Error code (-2147024885/0x8007000b) | For MSIX signing, indicates that the publisher in the manifest file doesn't match the certificate subject. Check the publisher that's listed in the manifest file. |
156156
| No error codes, SignTool silently fails | Ensure that the relevant .NET runtime version is installed. |
157157
| Azure.Identity.CredentialUnavailableException | You might see this error in [environments outside Azure](https://github.com/Azure/azure-sdk-for-net/issues/29471). If you are working outside of Azure, we recommend that you add "exclude ManagedIdentity". |
158+
| 403 | - Check Trusted Signing role. <br> - Check Trusted Signing account name and Trusted Signing Certificate profile name in your metadata.json. <br> - Check dlib and dlib path. <br> - Install C++ Redistributables: Download link: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170. <br> - Check .NET version, dlib version, and Windows SDK version. <br> - Check if Trusted Signing role is assigned to the identity trying to sign the file. <br> - Check if the corresponding Identity Validation is in "Completed" state.<br> - Verify if you access the Trusted Signing endpoint from this VM or machine?Try executing the action on a different VM or machine. It can be a potential network issue. <br> - For Private Trust scenarios 403: The user object ID to do the signing is different than the user object ID to call the Get-azCodeSigningRootCert. The appropriate object ID needs to have the role “Trusted Signing Certificate Profile Signer."|
158159
- name: Cost Management and Billing
159160
questions:
160161
- question: How do I view usage costs and billing information for Trusted Signing resources?

articles/trusted-signing/quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,12 @@ To create an identity validation request:
254254
| :------------------- | :------------------- |
255255
| Onboarding | Trusted Signing at this time can onboard only legal business entities that have verifiable tax history of three or more years. For a quicker onboarding process, ensure that public records for the legal business entity that you're validated are up to date. |
256256
| Accuracy | Ensure that you provide the correct information for public identity validation. If you need to make any changes after it is created, you must complete a new identity validation request. This change affects the associated certificates that are being used for signing. |
257-
| More documentation | If we need more documentation to process the identity validation request, you're notified through email. You can upload the documents in the Azure portal. The documentation request email contains information about file size requirements. Ensure that any documents you provide are the most current. |
258257
| Failed email verification | If email verification fails, you must initiate a new identity validation request. |
259258
| Identity validation status | You're notified through email when there's an update to the identity validation status. You can also check the status in the Azure portal at any time. |
260259
| Processing time | Processing your identity validation request takes from 1 to 7 business days (possibly longer if we need to request more documentation from you). |
260+
| More documentation | If we need more documentation to process the identity validation request, you're notified through email. You can upload the documents in the Azure portal. The documentation request email contains information about file size requirements. Ensure that any documents you provide are the most current. <br>- All documents submitted must be issued within the previous 12 months or where the expiration date is a future date that is at least two months away. <br> - If it is not possible to provide additional documentation, please update your account information to match any legal documents already provided or your official Company registration details. <br> - When providing official business document, such as business registration form, business charter, or articles of incorporation that list the company name and address as it is provided at the time of Identity Validation request creation. <br> - Ensure the domain registration or domain invoice from registration or renewal that lists the entity/contact name and domain as it is state on the request.|
261+
262+
261263

262264
## Create a certificate profile
263265

0 commit comments

Comments
 (0)