Skip to content

Commit 21c63f0

Browse files
Merge pull request #310423 from Jaxelr/patch-1
Update endpoint URIs for artifact signing regions
2 parents 91b3211 + 7220d78 commit 21c63f0

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

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

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,21 +146,29 @@ To sign by using Artifact Signing, you need to provide the details of your Artif
146146
"CorrelationId": "<Optional CorrelationId value>"
147147
}
148148
```
149+
<sup>1</sup> 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.
149150

150151
> [!IMPORTANT]
151152
> The `"Endpoint"` URI value must match the region where you created your Artifact Signing account **and** the certificate profile. Use one of the region-specific URIs in the table below. A region/endpoint mismatch commonly causes a 403 Forbidden error and an internal `SignerSign()` failure during signing.
152153
153154
| Region | Region class fields | Endpoint URI value |
154155
|--------------|-----------|------------|
156+
| Brazil South | BrazilSouth | `https://brs.codesigning.azure.net` |
157+
| Central US | CentralUS | `https://cus.codesigning.azure.net` |
155158
| East US | EastUS | `https://eus.codesigning.azure.net` |
156-
| West US3 <sup>[1]</sup> | WestUS3 | `https://wus3.codesigning.azure.net` |
159+
| Japan East | JapanEast | `https://jpe.codesigning.azure.net` |
160+
| Korea Central | KoreaCentral | `https://krc.codesigning.azure.net` |
161+
| North Central US | NorthCentralUS | `https://ncus.codesigning.azure.net` |
162+
| North Europe | NorthEurope | `https://neu.codesigning.azure.net` |
163+
| Poland Central | PolandCentral | `https://plc.codesigning.azure.net` |
164+
| South Central US | SouthCentralUS | `https://scus.codesigning.azure.net` |
165+
| Switzerland North | SwitzerlandNorth | `https://swn.codesigning.azure.net` |
157166
| West Central US | WestCentralUS | `https://wcus.codesigning.azure.net` |
167+
| West Europe | WestEurope | `https://weu.codesigning.azure.net` |
168+
| West US | WestUS | `https://wus.codesigning.azure.net` |
158169
| West US 2 | WestUS2 | `https://wus2.codesigning.azure.net` |
159-
| North Europe | NorthEurope | `https://neu.codesigning.azure.net` |
160-
| West Europe | WestEurope | `https://weu.codesigning.azure.net` |
161-
162-
<sup>1</sup> 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.
163-
170+
| West US 3 | WestUS3 | `https://wus3.codesigning.azure.net` |
171+
164172
### Authentication
165173

166174
This Task performs authentication using [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential), which attempts a series of authentication methods in order. If one method fails, it attempts the next one until authentication is successful.

0 commit comments

Comments
 (0)