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: docs/embedded/getting-started/spembedded-for-vscode.md
+29-25Lines changed: 29 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,7 @@ ms.localizationpriority: high
7
7
8
8
# SharePoint Embedded for Visual Studio Code
9
9
10
-
The SharePoint Embedded Visual Studio Code extension helps developers get started for free with SharePoint Embedded application development. With the extension, developers can:
11
-
12
-
1. Create and configure Microsoft Entra ID app registrations for use with SharePoint Embedded
13
-
1. Create and manage [container types for trial use](../concepts/app-concepts/containertypes.md#trial-use)
14
-
1. Create containers
15
-
1. Add guest apps on a [container type for trial use](../concepts/app-concepts/containertypes.md#trial-use)
16
-
1. Load SharePoint Embedded [sample apps](https://github.com/microsoft/SharePoint-Embedded-Samples) and autopopulate its runtime configuration
17
-
1. Export the container type and Microsoft Entra ID app settings to a Postman Environment file for use with the [SharePoint Embedded Postman Collection](https://github.com/microsoft/SharePoint-Embedded-Samples/tree/main/Postman)
10
+
The SharePoint Embedded Visual Studio Code extension helps developers get started for free with SharePoint Embedded application development.
18
11
19
12
> [!IMPORTANT]
20
13
> To start building with SharePoint Embedded you will need administrative access to Microsoft 365 tenant.
@@ -28,7 +21,7 @@ The SharePoint Embedded Visual Studio Code extension helps developers get starte
28
21
1. Press **"Install"** and the SharePoint Embedded icon will load on the activity bar.
29
22
1. Select on the icon to open the SharePoint Embedded view and create a container type with trial configuration.
30
23
31
-

24
+

32
25
33
26
34
27
## Sign in with admin credentials
@@ -37,15 +30,15 @@ To use the extension, you need to sign into a Microsoft 365 tenant with an admin
37
30
If you don't already have a tenant, you can get a tenant through the [Microsoft 365 Developer Program](https://developer.microsoft.com/microsoft-365/dev-program), [Microsoft Customer Digital Experience](https://cdx.transform.microsoft.com/), or create a free trial of an [Microsoft 365 E3 license](https://www.microsoft.com/en-us/microsoft-365/enterprise/microsoft365-plans-and-pricing).
38
31
39
32
40
-

33
+

41
34
42
35
43
36
* Authentication will open a new tab in an external browser to sent to permissions
44
-
* A pop-up window will prompt permissions, select **Open**
37
+
* A pop-up window will prompt permissions, select **Acce[pt**
@@ -54,13 +47,12 @@ If you don't already have a tenant, you can get a tenant through the [Microsoft
54
47
55
48
Once you've signed in, you will be prompted to create a [container type with trial configuration](../concepts/app-concepts/containertypes.md#trial-use). A container type lets you get started calling SharePoint Embedded APIs and building a proof-of-concept application using SharePoint Embedded. Learn more about [containertypes](../concepts/app-concepts/containertypes.md).
> SharePoint Embedded for Visual Studio Code only supports container types with trial configuration at this time. Other container types with standard or pass-through billing configurations must be created using the SharePoint Online PowerShell Module.
@@ -71,15 +63,14 @@ Every container type is owned by a Microsoft Entra ID application. The first ste
71
63
72
64
* Follow the prompts to name your new Entra application or select an existing application ID
> If you choose an existing application, the extension will update that app's configuration settings for it to work with both SharePoint Embedded and this extension. Doing this is NOT recommended on production applications.
78
70
79
71
80
72
After your container type is created and your application is configure, you will be able to view your Local tenant registration as a tree in the left nav-bar
81
73
82
-

83
74
84
75
## Register container type
85
76
@@ -88,21 +79,34 @@ After creating a container type, you will need to register that container type o
88
79
* Follow the prompt and click **'Register on local tenant'**
89
80
* If you do not see the prompt, right-click on your `<container-type-name>` and select **Register** from the menu
You can create up to five containers of trial container type to upload and manage content.
96
+
With your trial container type registered, you can create your first container. Only five containers of trial container type can be created to upload and manage content.
100
97
101
98
* Right-click on the **Containers** drop-down from the tree in the left nav-bar and select **Create container**
102
99
* Enter a name for the container you would like to create
0 commit comments