Skip to content

Commit 7f19af3

Browse files
committed
link 2nd Entra row
1 parent 616d6fd commit 7f19af3

1 file changed

Lines changed: 40 additions & 15 deletions

File tree

microsoft-edge/extensions-chromium/publish/create-dev-account.md

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To add and manage users in the Microsoft Edge program to manage extensions, you
2727
| _Partner Center account_, _Partner Center developer account_ | A _Partner Center account_ is an account on partner.microsoft.com. To submit Microsoft Edge extensions, you need a _Partner Center developer account_, which is a Partner Center account that has a Microsoft account (MSA) as the Primary Owner. |
2828
| _Microsoft Edge Program account_ | Enables multiple users to work with Microsoft Edge extensions at Partner Center. |
2929
| _Microsoft Entra ID_ | A Microsoft Entra ID account; see [What is Microsoft Entra ID?](/entra/fundamentals/whatis) |
30-
| _Microsoft Entra tenant_ | A _tenant_ represents an organization. A tenant is a dedicated instance of Microsoft Entra ID that an organization or app developer receives at the beginning of a relationship with Microsoft. |
30+
| _Microsoft Entra tenant_ | A _tenant_ represents an organization. A tenant is a dedicated instance of Microsoft Entra ID that an organization or app developer receives at the beginning of a relationship with Microsoft. See [Quickstart: Set up a Microsoft Entra tenant](/azure/active-directory/develop/quickstart-create-new-tenant).<!-- dest titles --> |
3131

3232

3333
<!-- ====================================================================== -->
@@ -43,7 +43,7 @@ If you don't have a Partner Center account, or you have a Partner Center account
4343

4444
To create a Microsoft account (MSA):
4545

46-
1. Decide if you want to use your existing GitHub account to create a Microsoft account (MSA). See [Register and sign in to Partner Center using a GitHub account](github.md).
46+
1. Decide if you want to use your existing GitHub account to create a Microsoft account (MSA). See [Register and sign in to Partner Center using a GitHub account](./github.md).
4747

4848
1. If you aren't using your GitHub account to create the Microsoft account (MSA), see [account.microsoft.com](https://account.microsoft.com/account).
4949

@@ -59,33 +59,37 @@ If you have a Partner Center account for which the Primary Owner is a Microsoft
5959
<!-- ====================================================================== -->
6060
## Enroll in the Microsoft Edge program on Partner Center
6161

62-
<!-- 1. Navigate to the [webpage about Partner Center](https://partner.microsoft.com). You might see a "Join the Microsoft Partner Network" page with a **Become a partner** button, or a "Welcome back" page with a **Visit Partner Center** button. Select the **Become a partner** button or the **Visit Partner Center** button. -->
62+
<!-- 1. Go to the [webpage about Partner Center](https://partner.microsoft.com). You might see a "Join the Microsoft Partner Network" page with a **Become a partner** button, or a "Welcome back" page with a **Visit Partner Center** button. Select the **Become a partner** button or the **Visit Partner Center** button. -->
6363

64-
1. Navigate to the [Partner Center developer login page](https://partner.microsoft.com/dashboard/microsoftedge/public/login?ref=dd), and then select **Partner Center**.
64+
1. Go to [Partner Center](https://partner.microsoft.com/dashboard/microsoftedge/public/login?ref=dd) and then select **Partner Center**.
6565

66-
1. If you have a Microsoft account (MSA), use it to sign into Partner Center. A Microsoft account (MSA) is an Outlook.com, Live.com, or Hotmail.com account. Then fill in the Microsoft Edge program registration form, using the registration form in the next section.
66+
1. If you have a Microsoft account (MSA), use it to sign into Partner Center. A Microsoft account (MSA) is an Outlook.com, Live.com, or Hotmail.com account. Then fill in the Microsoft Edge program registration form, using the registration form in the next section.
6767

68-
1. If you don't have a Microsoft account (MSA), either create a new Microsoft account (MSA) directly, or sign in to Partner Center by using your GitHub account using the next step. The Partner Center account must have a Primary Owner that's a Microsoft account (MSA). If you want to sign in to Partner Center using your existing personal GitHub account, open [Register and sign in to Partner Center using a GitHub account](github.md) in a new tab or window, and follow the steps in the article. Your GitHub account will be linked to an automatically created Microsoft account (MSA) whose credentials you can use to register for the Microsoft Edge program.
68+
1. If you don't have a Microsoft account (MSA), either create a new Microsoft account (MSA) directly, or sign in to Partner Center by using your GitHub account using the next step. The Partner Center account must have a Primary Owner that's a Microsoft account (MSA). If you want to sign in to Partner Center using your existing personal GitHub account, open [Register and sign in to Partner Center using a GitHub account](./github.md) in a new tab or window, and follow the steps in the article. Your GitHub account will be linked to an automatically created Microsoft account (MSA) whose credentials you can use to register for the Microsoft Edge program.
6969

70-
1. After you sign in, a registration form is displayed, to enroll in the Microsoft Edge program. To help you fill in the registration form, see the next section.
70+
1. After you sign in, a registration form is displayed, to enroll in the Microsoft Edge program. To help you fill in the registration form, see the next section.
7171

72-
1. Before submitting your registration form, read and accept the terms and conditions of the [Microsoft Store App Developer Agreement](https://go.microsoft.com/fwlink/?linkid=528905).
72+
1. Before submitting your registration form, read and accept the terms and conditions of the [Microsoft Store App Developer Agreement](https://go.microsoft.com/fwlink/?linkid=528905).
7373

74-
1. To complete your enrollment, select **Finish**.
74+
1. To complete your enrollment, select **Finish**.
7575

7676

7777
<!-- ====================================================================== -->
7878
## Filling in the registration form
7979

8080
Fill in the fields of the registration form as follows.
8181

82+
83+
<!-- ------------------------------ -->
8284
#### Account country/region
8385

8486
This field is either where you live, or where your business is located.
8587

8688
> [!IMPORTANT]
8789
> After enrollment, the value of this field is read-only.
8890
91+
92+
<!-- ------------------------------ -->
8993
#### Account types
9094

9195
The Microsoft Edge program in [Partner Center](https://partner.microsoft.com/dashboard/microsoftedge/public/login?ref=dd) offers both individual and company accounts. The accounts are described in detail in the following sections. Both account types enable you to publish extensions to the Microsoft Edge Add-ons website.
@@ -105,18 +109,24 @@ An individual account is appropriate for a developer not associated with a compa
105109

106110
A company account is associated with an organization or business. The account verification process is longer and involves confirmation that you're authorized to create the account for your company. The duration of the process can range from a few days to a few weeks. Your company might receive phone calls from Microsoft verification partners.
107111

108-
For a company account, it's crucial to verify your Microsoft Edge program information when you enroll into a new Partner Center program. This verification is needed to publish extensions to the Microsoft Edge Add-ons store. See [Verify your company account information](verify-microsoft-edge-program.md).
112+
For a company account, it's crucial to verify your Microsoft Edge program information when you enroll into a new Partner Center program. This verification is needed to publish extensions to the Microsoft Edge Add-ons store. See [Verify your company account information](./verify-microsoft-edge-program.md).
113+
109114

115+
<!-- ------------------------------ -->
110116
#### Publisher display name
111117

112118
This field contains the name that's displayed in the Microsoft Edge Add-ons website. To use a particular name, that name must be available, and you must have the rights to use it. Company accounts must use the registered business name of your organization.
113119

114120
The maximum length for this field is fifty (50) characters.
115121

122+
123+
<!-- ------------------------------ -->
116124
#### Contact details
117125

118126
This field contains any contact information that Microsoft uses to contact you about any account issues. After registration is complete, you receive an email confirmation. For a company account, you must use the registered email address associated with your organization.
119127

128+
129+
<!-- ------------------------------ -->
120130
#### Company approver
121131

122132
For a company account, you must provide the contact information of your company approver. The contact information includes name, email address, and phone number. As a part of the verification process, Microsoft contacts the specified company approver, to make sure that your extension belongs to your organization.
@@ -127,14 +137,29 @@ For a company account, you must provide the contact information of your company
127137

128138
To display your verification status, go to [Partner Center](https://partner.microsoft.com/dashboard/microsoftedge/public/login?ref=dd) and then select **Account settings**. Continue to build, test, and prepare your submissions while you wait for the verification process to complete.
129139

130-
* [Publish an extension](publish-extension.md)
140+
* [Publish a Microsoft Edge extension](./publish-extension.md)
131141

132-
* [Extension concepts and architecture](../getting-started/index.md)
142+
* [Extension concepts and architecture](../getting-started/index.md)
133143

134-
* [Add users to the Microsoft Edge program](aad-account.md) - Add more users to your Microsoft Edge program and your Partner Center developer account. To enable adding users, you associate your organization's Microsoft Entra ID account with your Microsoft account (MSA) on Partner Center.
144+
* [Add users to the Microsoft Edge program](./aad-account.md) - Add more users to your Microsoft Edge program and your Partner Center developer account. To enable adding users, you associate your organization's Microsoft Entra ID account with your Microsoft account (MSA) on Partner Center.
135145

136146

137147
<!-- ====================================================================== -->
138148
## See also
139-
140-
* [Quickstart: Set up a tenant](/azure/active-directory/develop/quickstart-create-new-tenant) - General information about Microsoft Entra tenants, in the Microsoft Entra documentation.
149+
<!-- all links in article -->
150+
151+
* [Register and sign in to Partner Center using a GitHub account](./github.md)
152+
* [Verify your company account information](./verify-microsoft-edge-program.md)
153+
* [Add users to the Microsoft Edge program](./aad-account.md)
154+
* [Publish a Microsoft Edge extension](./publish-extension.md)
155+
* [Extension concepts and architecture](../getting-started/index.md)
156+
157+
Entra:
158+
* [What is Microsoft Entra ID?](/entra/fundamentals/whatis)
159+
* [Quickstart: Set up a Microsoft Entra tenant](/azure/active-directory/develop/quickstart-create-new-tenant)<!-- dest titles -->
160+
161+
Other sites:
162+
* [Partner Center](https://partner.microsoft.com/dashboard/microsoftedge/public/login?ref=dd)
163+
* [account.microsoft.com](https://account.microsoft.com/account)
164+
* [Microsoft Store App Developer Agreement](https://go.microsoft.com/fwlink/?linkid=528905)
165+
* [Microsoft Edge Add-ons website](https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home)

0 commit comments

Comments
 (0)