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
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The SharePoint Embedded Visual Studio Code extension helps developers get starte
21
21
1. Press **"Install"** and the SharePoint Embedded icon will appear on the activity bar.
22
22
1. Select on the icon to open the SharePoint Embedded view and create a container type with trial configuration.
23
23
24
-

24
+

25
25
26
26
27
27
#### Sign in with admin credentials
@@ -30,14 +30,14 @@ To use the extension, you need to sign into a Microsoft 365 tenant with an admin
30
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).
31
31
32
32
33
-

33
+

34
34
35
35
36
36
* Authentication opens a new tab in an external browser to grant permissions
37
37
* Select **Accept** on the pop-up window prompting admin consent
@@ -47,12 +47,12 @@ If you don't already have a tenant, you can get a tenant through the [Microsoft
47
47
48
48
Once signed in, you are 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 [container types](../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.
@@ -63,7 +63,7 @@ Every container type is owned by a Microsoft Entra ID application. The first ste
63
63
64
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.
@@ -79,7 +79,7 @@ After creating your container type, you'll need to register that container type
79
79
* Follow the prompt and select **'Register on local tenant'** on the lower right corner of the VS Code window
80
80
* If you don't see the prompt, you can right-click on your `<container-type-name>` and select **Register** from the menu

110
110
111
111
112
112
## Load Sample App
113
113
114
114
With your free trial container type created, you can use the extension to load one of the SharePoint Embedded sample apps and automatically populate the runtime configuration file with the details of your Microsoft Entra ID app and container type. You can run the sample app on your local machine by running `npm run start` in the correct directory.
The [SharePoint Embedded Postman Collection](https://github.com/microsoft/SharePoint-Embedded-Samples/tree/main/Postman) allows you to explore and call the SharePoint Embedded APIs. The Collection requires an environment file with variables used for authentication and various identifiers. This extension automates the generation of this populated environment file so you can import it into Postman and immediately call the SharePoint Embedded APIs.
0 commit comments