Skip to content

Commit 24c0755

Browse files
committed
Updates around Ga release
1 parent 207bc97 commit 24c0755

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

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

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Set up your Office 365 tenant
22

3-
To build and deploy client-side web parts using the preview release of the SharePoint Framework, you will need an Office 365 tenant with [First Release](https://support.office.com/en-us/article/Set-up-the-Standard-or-First-Release-options-in-Office-365-3b3adfa4-1777-4ff0-b606-fb8732101f47) options enabled.
3+
To build and deploy client-side web parts using the preview release of the SharePoint Framework, you will need a normal Office 365 tenant.
44

55
## Sign up for an Office 365 tenant
6-
If you already have an Office 365 tenant, see [create your app catalog site](#create-app-catalog-site). Make sure you have [First Release](https://support.office.com/en-us/article/Set-up-the-Standard-or-First-Release-options-in-Office-365-3b3adfa4-1777-4ff0-b606-fb8732101f47) options enabled.
6+
If you already have an Office 365 tenant, see [create your app catalog site](#create-app-catalog-site).
77

8-
If you don't have one, sign up for the [Office Developer Program](https://profile.microsoft.com/RegSysProfileCenter/wizardnp.aspx?wizid=14b845d0-938c-45af-b061-f798fbb4d170&lcid=1033). You will receive a welcome mail with a link to sign up for an Office 365 Developer Tenant. First Release options are enabled already for your Office 365 Developer Tenant.
8+
If you don't have one, you can create a trial tenant or for example sign up for the [Office Developer Program](https://profile.microsoft.com/RegSysProfileCenter/wizardnp.aspx?wizid=14b845d0-938c-45af-b061-f798fbb4d170&lcid=1033). You will receive a welcome mail with a link to sign up for an Office 365 Developer Tenant.
99

1010
>**Note:** Make sure that you are signed out of any existing Office 365 tenants before you sign up.
1111
@@ -61,18 +61,5 @@ SharePoint Workbench is a developer design surface that enables you to quickly p
6161
https://your-sharepoint-site/_layouts/workbench.aspx
6262
```
6363

64-
## Troubleshooting
65-
66-
You will get an error If you are using a SharePoint site that was provisioned using a self-service site creation. We recommend using a developer site collection or a SharePoint site that was not created using a self-service site creation.
67-
68-
If you get the following exception accessing the SharePoint Workbench:
69-
70-
```
71-
"The requested operation is part of an experimental feature that is not supported in the current environment. The requested operation is part of an experimental feature that is not supported in the current environment."
72-
```
73-
Then, you are not using a tenant with First Release options enabled. You might be using a normal tenant
74-
75-
During developer preview also "Custom Script" feature will need to be enabled in site collections where you will be using the client-side web parts.
76-
7764
## Next steps
7865
Now that you have configured your SharePoint tenant, [set up your development environment](./set-up-your-development-environment) to build client-side web parts.

docs/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ This will deploy the client-side solution package. Since this is a full trust cl
8686

8787
Choose **Deploy**
8888

89-
>**Note:** If package deployment fails, then you may be using a normal tenant. Make sure you [set up your Office 365 tenant](../../set-up-your-developer-tenant) to have First Release options enabled or use a Office 365 Developer Tenant.
90-
9189
## Install the client-side solution on your site
9290

9391
Go to your developer site collection.

0 commit comments

Comments
 (0)