Skip to content

Commit 2b9eb4c

Browse files
fixing typos and index cards
1 parent c230291 commit 2b9eb4c

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

articles/trusted-signing/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ sections:
116116
- question: How do I fix pop-up credentials when using GCP?
117117
answer: |
118118
- Since GCP doesn't have Azure Managed Identity resource by default, an [Environment Credential](https://docs.microsoft.com/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet) needs to be set up.
119-
Use the [EnvironmentCredential Class]https://docs.microsoft.com/dotnet/api/azure.identity.environmentcredential?view=azure-dotnet) to set up the credential. The recommendation is:
119+
Use the [EnvironmentCredential Class](https://docs.microsoft.com/dotnet/api/azure.identity.environmentcredential?view=azure-dotnet) to set up the credential. The recommendation is:
120120
```AZURE_TENANT_ID The Microsoft Entra tenant(directory) ID.
121121
AZURE_CLIENT_ID The client(application) ID of an App Registration in the tenant.
122122
AZURE_CLIENT_SECRET A client secret that was generated for the App Registration. ````

articles/trusted-signing/index.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ landingContent:
1818
# Cards and links should be based on top customer tasks or top subjects
1919
# Start card title with a verb
2020
# Card
21-
- title: Signing Integrations
22-
linkLists:
23-
- linkListType: how-to-guide
24-
links:
25-
- text: Implement Signing Integrations with Trusted Signing
26-
url: how-to-signing-integrations.md
27-
- title: CI Policy Signing
21+
- title: How-To Guides
2822
linkLists:
2923
- linkListType: how-to-guide
3024
links:
@@ -48,6 +42,12 @@ landingContent:
4842
links:
4943
- text: Tutorial on assigning roles in the Trusted Signing service
5044
url: tutorial-assign-roles.md
45+
- title: Quickstart with Trusted Signing
46+
linkLists:
47+
- linkListType: quickstart
48+
links:
49+
- text: Trusted Signing Quickstart
50+
url: quickstart.md
5151
- title: Learn about Signing
5252
linkLists:
5353
- linkListType: concept

articles/trusted-signing/quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ The resources must be created in Azure regions where Trusted Signing is currentl
3434
| Region | Region Class Fields | Endpoint URI Value |
3535
| :------------------- | :------------------- |:---------------|
3636
| East US | EastUS | <https://eus.codesigning.azure.net> |
37-
| West US |West US | <https://wus.codesigning.azure.net> |
37+
| West US3<sup>[1](#myfootnote1)</sup> |West US3 | <https://wus3.codesigning.azure.net> |
3838
| West Central US | WestCentralUS | <https://wcus.codesigning.azure.net/> |
3939
| West US 2 | WestUS2 | <https://wus2.codesigning.azure.net/> |
4040
| North Europe | NorthEurope | <https://neu.codesigning.azure.net> |
4141
| West Europe | WestEurope | <https://weu.codesigning.azure.net> |
4242

43+
<a name="myfootnote1">1</a>: WestUS3 coming soon!
44+
4345
1. Sign in to the [Azure portal](https://portal.azure.com/).
4446
2. From either the Azure portal menu or the Home page, select **Create a resource**.
4547
3. In the Search box, enter **Trusted Signing account**.

0 commit comments

Comments
 (0)