Skip to content

Commit 69f611b

Browse files
fixing reference to WestUS
1 parent d7ea7d7 commit 69f611b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)