Skip to content

Commit 861a018

Browse files
Merge pull request #271980 from microsoftshawarma/main
fixing reference to WestUS
2 parents 197d682 + c8dc4ba commit 861a018

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/trusted-signing/how-to-signing-integrations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Trusted Signing currently supports the following signing integrations:
1818
* PowerShell for Authenticode
1919
* Azure PowerShell - App Control for Business CI Policy
2020

21-
We constantly work to support more signing integrations and update the above when more become available.
21+
We constantly work to support more signing integrations and update the supported integration list when more become available.
2222

2323
This article explains how to set up each of the above Trusted Signing signing integrations.
2424

@@ -89,12 +89,14 @@ To sign using Trusted Signing, you need to provide the details of your Trusted S
8989
| Region | Region Class Fields | Endpoint URI value |
9090
|--------------|-----------|------------|
9191
| East US | EastUS | `https://eus.codesigning.azure.net` |
92-
| West US | WestUS | `https://wus.codesigning.azure.net` |
92+
| West US3 <sup>[1](#myfootnote1)</sup> | WestUS3 | `https://wus3.codesigning.azure.net` |
9393
| West Central US | WestCentralUS | `https://wcus.codesigning.azure.net` |
9494
| West US 2 | WestUS2 | `https://wus2.codesigning.azure.net` |
9595
| North Europe | NorthEurope | `https://neu.codesigning.azure.net` |
9696
| West Europe | WestEurope | `https://weu.codesigning.azure.net` |
9797

98+
<a name="myfootnote1">1</a>: WestUS3 coming soon!
99+
98100
* The optional `"CorrelationId"` field is an opaque string value that you can provide to correlate sign requests with your own workflows such as build identifiers or machine names.
99101

100102
### Invoke SignTool to sign a file

0 commit comments

Comments
 (0)