You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/trusted-signing/faq.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,10 @@ sections:
116
116
Trusted Signing will suspend accounts and or revoke signing certificates if the certificate is found to be misused or abused per our service's Terms of Use. We engage with you directly in such cases following the Code Signing Baseline Requirements (CSBRs) guidelines.
117
117
- question: What if I get Azure.Identity.CredentialUnavailableException?
118
118
answer: |
119
-
You should expect to see this error on environments outside of Azure [see here](https://github.com/Azure/azure-sdk-for-net/issues/29471). Recommendation is to "exclude ManagedIdentity" if you are outside of Azure.
119
+
You should expect to see this error on environments outside of Azure [see here](https://github.com/Azure/azure-sdk-for-net/issues/29471). Recommendation is to "exclude ManagedIdentity" if you're outside of Azure.
120
+
- question: What if I change the Subscription ID or Tenant ID?
121
+
answer: |
122
+
At the moment, Trusted Signing resources can't be migrated across Subscriptions or Tenants. Hence, any change to Tenant ID or Subscription ID will need fro you to create all the Trusted Signing resources again.
Copy file name to clipboardExpand all lines: articles/trusted-signing/quickstart.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ A resource provider is a service that supplies Azure resources. Use the Azure po
52
52
53
53
2. To finish the authentication process, follow the steps displayed in your terminal. For other sign-in options, see [Sign in with the Azure CLI](/cli/azure/authenticate-azure-cli).
54
54
55
-
3. When you're prompted, install the Azure CLI extension on first use. For more information about extensions, see Use extensions with the [Azure CLI](/cli/azure/azure-cli-extensions-overview).
55
+
3. When you're prompted, install the Azure CLI extension on first use. For more information about extensions, see Use extensions with the [Azure CLI](/cli/azure/azure-cli-extensions-overview). Additional information for Trusted Signing CLI extension is available at [Trusted Signing Service](https://learn.microsoft.com/cli/azure/service-page/trusted%20signing%20service?view=azure-cli-latest)
56
56
57
57
4. To see the versions of Azure CLI and dependent libraries that are installed, use the `az version` command.
58
58
• To upgrade to the latest version, use the following command:
@@ -122,8 +122,8 @@ The resources must be created in Azure regions where Trusted Signing is currentl
122
122
123
123
- Between 3-24 alphanumeric characters.
124
124
- Begin with a letter, end with a letter or digit, and not contain consecutive hyphens.
125
-
- Globally unique.
126
125
- Case insensitive (“Abc” is the same as “abc”).
126
+
- Account names beginning with "one" are rejected by ARM.
- Begin with a letter, end with a letter or digit, and not contain consecutive hyphens.
170
-
- Globally unique.
171
170
- Case insensitive (“Abc” is the same as “abc”).
171
+
- Account names beginning with "one" are rejected by ARM.
172
172
173
173
**Helpful commands**:
174
174
@@ -211,6 +211,11 @@ Here are the steps to create an Identity Validation request:
211
211
6.**Certificate subject preview**: The preview provides a snapshot of the information displayed in the certificate.
212
212
7.**Review and accept Trusted Signing Terms of Use**. Terms of Use can be downloaded for review.
213
213
8. Select the **Create** button.
214
+
9. Upon successful creation of the request, the Identity Validation request status changes to "In Progress".
215
+
10. If Additional documents are required, an email is sent and the request status changes to "Action Required".
216
+
11. Once the identity validation process is complete, the request status will change, and an email is sent with the updated status of the request.
217
+
1. "Completed": When process is completed successfully.
218
+
1. "Failed": When the process is not completed successfully.
214
219
215
220
:::image type="content" source="media/trusted-signing-identity-validation-public.png" alt-text="Screenshot of trusted-signing-identityvalidation-public." lightbox="media/trusted-signing-identity-validation-public.png":::
216
221
@@ -220,7 +225,7 @@ Here are the steps to create an Identity Validation request:
220
225
221
226
| Requirements | Details |
222
227
| :------------------- | :------------------- |
223
-
| Onboarding | Trusted Signing at this time can only onboard Legal Business Entities that have verifiable tax history of three or more years. |
228
+
| Onboarding | Trusted Signing at this time can only onboard Legal Business Entities that have verifiable tax history of three or more years. For a quicker onboarding process ensure public records for the Legal Entity being validated are upto date. |
224
229
| Accuracy | Ensure you provide the correct information for Public Identity Validation. Any changes or typos require you to complete a new Identity Validation request and affect the associated certificates used for signing.|
225
230
| Additional documentation | You are notified though email, if we need extra documentation to process the identity validation request. The documents can be uploaded in Azure portal. The email contains information about the file size requirements. Ensure the documents provided are latest.|
226
231
| Failed email verification | You are required to initiate a new Identity Validation request if email verification fails.|
0 commit comments