Skip to content

Commit 0c56425

Browse files
committed
Update steps to match modern SP admin center
Steps to create app catalog & developer site no longer relevant and needed to be refreshed.
1 parent 8e9bf35 commit 0c56425

File tree

1 file changed

+19
-42
lines changed

1 file changed

+19
-42
lines changed

docs/spfx/set-up-your-developer-tenant.md

Lines changed: 19 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,26 @@ To build and deploy client-side web parts using the SharePoint Framework, you ne
1414

1515
If you already have an Office 365 tenant, see the section [Create app catalog site](#create-app-catalog-site).
1616

17-
If you don't have one, you can get an Office 365 developer subscription when you join the [Office 365 Developer Program](https://developer.microsoft.com/office/dev-program). See the [Office 365 Developer Program documentation](https://docs.microsoft.com/office/developer-program/office-365-developer-program) for step-by-step instructions about how to join the Office 365 Developer Program and sign up and configure your subscription.
17+
If you don't have one, you can get an Office 365 developer subscription when you join the [Office 365 Developer Program](https://developer.microsoft.com/office/dev-program). See the [Office 365 Developer Program documentation](https://docs.microsoft.com/office/developer-program/office-365-developer-program) for step-by-step instructions about how to join the Office 365 Developer Program and sign up and configure your subscription.
1818

1919
> [!NOTE]
2020
> Make sure that you are signed out of any existing Office 365 tenants before you sign up for the Office 365 Developer Program.
2121
2222
## Create app catalog site
2323

24-
You need an app catalog to upload and deploy web parts. If you've already set up an app catalog, see [create a new developer site collection](#create-a-new-developer-site-collection).
25-
26-
> [!NOTE]
27-
> The following steps assume you are using the Classic SharePoint Admin Center. At this time, the modern SharePoint Admin Center does not have native support for creating an App Catalog. You can access the Classic SharePoint Admin Center from the left sidebar of the SharePoint Admin Center.
24+
You need an app catalog to upload and deploy web parts. If you've already set up an app catalog, see [create a new developer site collection](#create-a-new-developer-site-collection).
2825

2926
### To create an app catalog site
3027

31-
1. Go to the **Classic SharePoint Admin Center** by entering the following URL in your browser. Replace **yourtenantprefix** with your Office 365 tenant prefix.
28+
1. Go to the **SharePoint Admin Center** by entering the following URL in your browser. Replace **yourtenantprefix** with your Office 365 tenant prefix.
3229

3330
```http
3431
https://yourtenantprefix-admin.sharepoint.com
3532
```
3633
37-
1. In the left sidebar, select the **apps** menu item, and then select **app catalog**.
34+
1. In the left sidebar, select **More features**
35+
1. Locate the section **Apps** and select **Open**.
36+
1. On the **Apps** page, select **App Catalog**.
3837
1. Select **OK** to create a new app catalog site.
3938
1. On the next page, enter the following details:
4039
@@ -44,67 +43,45 @@ You need an app catalog to upload and deploy web parts. If you've already set up
4443
4544
1. Select **OK** to create the app catalog site.
4645
47-
SharePoint creates the app catalog site, and you are able to see its progress in the SharePoint admin center.
48-
49-
## Create a new developer site collection
50-
51-
You also need a site collection and a site for your testing. You can create a new site collection by using any of the available templates. You may choose to use **developer site collection**, but that does not really add additional value because workbench and basic testing can be performed under any site.
52-
53-
> [!NOTE]
54-
> You can only create a "developer site collection", a special site template used when creating & testing SharePoint add-ins from the Classic SharePoint Admin Center. If you are using the Modern SharePoint Admin Center, you can create a Team Site and use it for development purposes. You can use any SharePoint site for SharePoint Framework development.
55-
56-
### To create a new developer site collection
57-
58-
1. Go to the **Classic SharePoint Admin Center** by entering the following URL in your browser. Replace **yourtenantprefix** with your Office 365 tenant prefix.
46+
SharePoint creates the app catalog site, and you can see its progress in the SharePoint admin center.
5947
60-
```http
61-
https://yourtenantprefix-admin.sharepoint.com
62-
```
48+
## Create a new site collection
6349
64-
1. On the SharePoint ribbon, select **New** > **Private Site Collection**.
65-
1. In the dialog box, enter the following details:
66-
67-
- **Title**: Enter a title for your developer site collection; for example: **Developer Site**.
68-
- **Web Site Address _suffix_**: Enter a suffix for your developer site collection; for example: **dev**.
69-
- **Template Selection**: Select **Developer Site** as the site collection template.
70-
- **Administrator**: Enter your username, and then select the **resolve** button to resolve the username.
50+
You also need a site collection and a site for your testing. You can create a new site collection by using any of the available templates.
7151
72-
1. Select **OK** to create the site collection.
73-
74-
SharePoint creates the developer site and you are able to see its progress in the SharePoint admin center. After the site is created, you can browse to your developer site collection.
75-
76-
### To create a new team site
52+
### To create a new site collection
7753
7854
1. Go to the **SharePoint Admin Center** by entering the following URL in your browser. Replace **yourtenantprefix** with your Office 365 tenant prefix.
7955
8056
```http
81-
https://yourtenantprefix-admin.sharepoint.com/_layouts/15/online/AdminHome.aspx
57+
https://yourtenantprefix-admin.sharepoint.com
8258
```
8359
84-
1. In the left sidebar, select **Sites > Active Sites**.
85-
1. In the toolbar, select **Create**.
86-
1. In the **Create a site** dialog, select **Team site**.
60+
1. In the left sidebar, select **Sites > Active sites**.
61+
1. Select **Create** from the toolbar at the top of the page.
62+
1. On the **Create a site** page, select **Team site**.
8763
1. In the panel that appears, enter the following details:
8864
8965
- **Site name**: Enter a title for your site; for example: **Developer Site**.
9066
- **Group email address**: Accept the default option or modify it.
9167
- **Group owner**: Specify the name / email address of the site owner.
9268
- **Select a language**: Accept the default language or modify it.
9369
70+
9471
1. Select **Next** to create the site collection.
9572
96-
SharePoint creates the site. After the site is created, you can browse to your new site.
73+
SharePoint creates the site and you're able to see its progress. After the site is created, you can browse to your site collection by selecting **Finish** & entering the URL of the new site.
9774
9875
## SharePoint Workbench
9976
100-
SharePoint Workbench is a developer design surface that enables you to quickly preview and test web parts without deploying them in SharePoint. SharePoint Framework developer toolchain contains a version of the Workbench that works locally and helps you quickly test and validate solutions that you are building.
77+
SharePoint Workbench is a developer design surface that enables you to quickly preview and test web parts without deploying them in SharePoint. SharePoint Framework developer toolchain contains a version of the Workbench that works locally and helps you quickly test and validate solutions that you're building.
10178
102-
It is also hosted in your tenant to preview and test your local web parts in development. You can access the SharePoint Workbench from any SharePoint site in your tenancy by browsing to the following URL:
79+
It's also hosted in your tenant to preview and test your local web parts in development. You can access the SharePoint Workbench from any SharePoint site in your tenancy by browsing to the following URL:
10380
10481
```http
10582
https://your-sharepoint-site/_layouts/workbench.aspx
10683
```
10784

10885
## Next steps
10986

110-
Now that you have configured your SharePoint tenant, [set up your development environment](./set-up-your-development-environment.md) to build client-side web parts.
87+
Now that you've configured your SharePoint tenant, [set up your development environment](./set-up-your-development-environment.md) to build client-side web parts.

0 commit comments

Comments
 (0)