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/artifact-signing/how-to-signing-integrations.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,21 +146,29 @@ To sign by using Artifact Signing, you need to provide the details of your Artif
146
146
"CorrelationId": "<Optional CorrelationId value>"
147
147
}
148
148
```
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.
149
150
150
151
> [!IMPORTANT]
151
152
> 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.
152
153
153
154
| Region | Region class fields | Endpoint URI value |
154
155
|--------------|-----------|------------|
156
+
| Brazil South | BrazilSouth |`https://brs.codesigning.azure.net`|
157
+
| Central US | CentralUS |`https://cus.codesigning.azure.net`|
155
158
| 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`|
157
166
| 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`|
158
169
| 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
+
164
172
### Authentication
165
173
166
174
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