Skip to content

Commit 6db33b5

Browse files
Merge pull request #272621 from mehasharma/meha-neweditsmidapril
resource provider registration
2 parents 881711c + 172edef commit 6db33b5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/trusted-signing/quickstart.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can register Trusted Signing resource provider with the commands below:
5353
az provider register --namespace "Microsoft.CodeSigning"
5454
```
5555

56-
You can verify that registration is complete with the Azure CLI az provider register command
56+
You can verify that registration is complete with the commands below:
5757

5858
```
5959
az provider show --namespace "microsoft.ConfidentialLedger"
@@ -110,12 +110,14 @@ The resources must be created in Azure regions where Trusted Signing is currentl
110110
| Region | Region Class Fields | Endpoint URI Value |
111111
| :------------------- | :------------------- |:---------------|
112112
| East US | EastUS | <https://eus.codesigning.azure.net> |
113-
| West US3 (upcoming) |West US3 | <https://wus3.codesigning.azure.net> |
113+
| West US3<sup>[1](#myfootnote1)</sup> |West US3 | <https://wus3.codesigning.azure.net> |
114114
| West Central US | WestCentralUS | <https://wcus.codesigning.azure.net/> |
115115
| West US 2 | WestUS2 | <https://wus2.codesigning.azure.net/> |
116116
| North Europe | NorthEurope | <https://neu.codesigning.azure.net> |
117117
| West Europe | WestEurope | <https://weu.codesigning.azure.net> |
118118

119+
<a name="myfootnote1">1</a>: WestUS3 coming soon!
120+
119121
Complete the following steps to create a Trusted Signing account with Azure CLI:
120122

121123
1. If you're using a local installation, login to Azure CLI using the `az login` command.
@@ -189,7 +191,7 @@ Here are the steps to create an Identity Validation request:
189191
| Input Fields | Details |
190192
| :------------------- | :------------------- |
191193
| **Organization Name** | For Public Identity Validation, provide the Legal Business Entity to which the certificate will be issued. For Private Identity Validation, it defaults to your Azure Tenant Name.|
192-
| **(Private only) Organizational Unit** | Enter the relevant information|
194+
| **(Private Identity Type only) Organizational Unit** | Enter the relevant information|
193195
| **Website url** | Enter the website that belongs to the Legal Business Entity.|
194196
| **Primary Email** | Enter the organization’s primary email address. A verification link is sent to this email address to verify it, ensure the email address can receive emails from external email addresses with links. The verification link expires in seven days. |
195197
| **Secondary Email** | These email addresses must be different than the primary email address. For organizations, the domain must match the email address provided in primary email address field. ensure the email address can receive emails from external email addresses with links.|

0 commit comments

Comments
 (0)