Skip to content

Commit 200995e

Browse files
Fix typos & markdown issues
1 parent d22551e commit 200995e

File tree

1 file changed

+19
-33
lines changed

1 file changed

+19
-33
lines changed

docs/embedded/getting-started/spembedded-for-vscode.md

Lines changed: 19 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,46 +11,38 @@ The SharePoint Embedded Visual Studio Code extension helps developers get starte
1111

1212
> [!IMPORTANT]
1313
> To start building with SharePoint Embedded you will need administrative access to Microsoft 365 tenant.
14-
> If you do not already have a tenant, you can get your own tenant with 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).
15-
14+
> If you do not already have a tenant, you can get your own tenant with 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/microsoft-365/enterprise/microsoft365-plans-and-pricing).
1615
1716
## Install SharePoint Embedded for Visual Studio Code
1817

1918
1. Open a new window in [Visual Studio Code](https://code.visualstudio.com/) and navigate to "**Extensions**" on the activity bar.
2019
1. Search "SharePoint Embedded" in the Extensions view. You can also view the extension in [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=SharepointEmbedded.ms-sharepoint-embedded-vscode-extension).
21-
1. Press **"Install"** and the SharePoint Embedded icon will appear on the activity bar.
22-
1. Select on the icon to open the SharePoint Embedded view and create a container type with trial configuration.
20+
1. Select **"Install"** and the SharePoint Embedded icon will appear on the activity bar.
21+
1. Select the icon to open the SharePoint Embedded view and create a container type with trial configuration.
2322

2423
![SharePoint Embedded VS Extensions](../images/vsx-images/n1downloadvsx.png)
2524

25+
### Sign in with admin credentials
2626

27-
#### Sign in with admin credentials
27+
To use the extension, you must sign into a Microsoft 365 tenant with an administrator account.
2828

29-
To use the extension, you need to sign into a Microsoft 365 tenant with an administrator account.
3029
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).
3130

32-
3331
![Install](../images/vsx-images/n2vsx-signin.png)
3432

35-
36-
* Authentication opens a new tab in an external browser to grant permissions
37-
* Select **Accept** on the pop-up window prompting admin consent
38-
33+
- Authentication opens a new tab in an external browser to grant permissions
34+
- Select **Accept** on the pop-up window prompting admin consent
3935

4036
![consentperms](../images/vsx-images/n3vsx-grant-admin-consent.png)
4137

38+
## Create a container type with a trial configuration
4239

43-
44-
45-
46-
## Create a container type with trial configuration
47-
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).
40+
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).
4941

5042
![home screen](../images/vsx-images/n4vsx-home-screen.png)
5143

52-
* Select **Create Trial Container Type**
53-
* Follow the prompts to name your container type. You can change your container type name later on.
44+
- Select **Create Trial Container Type**
45+
- Follow the prompts to name your container type. You can change your container type name later on.
5446

5547
![create container type](../images/vsx-images/n5a-name-ct.png)
5648

@@ -61,32 +53,28 @@ Once signed in, you are prompted to create a [container type with trial configu
6153

6254
Every container type is owned by a Microsoft Entra ID application. The first step when creating a free trial container type is to create a new or select an existing Microsoft Entra ID application as the owning application. You can either specify the name of your new application or pick one of your existing applications. Learn more about SharePoint Embedded [app architecture](../concepts/app-concepts/app-architecture.md)
6355

64-
* Follow the prompts to name your new Entra application or select an existing application ID
56+
- Follow the prompts to name your new Entra application or select an existing application ID
6557

6658
![Create App](../images/vsx-images/n6aname-app.png)
6759

6860
> [!NOTE]
6961
> 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.
7062
71-
72-
After your container type is created and your application is configured, you'll be able to view your Local tenant registration as a tree in the left nav-bar
73-
63+
After your container type is created and your application is configured, you'll be able to view your Local tenant registration as a tree in the left nav-bar.
7464

7565
## Register your container type
7666

7767
After creating your container type, you'll need to register that container type on your local tenant. Learn more about container type [registration](../concepts/app-concepts/register-api-documentation.md).
7868

79-
* Follow the prompt and select **'Register on local tenant'** on the lower right corner of the VS Code window
80-
* If you don't see the prompt, you can right-click on your `<container-type-name>` and select **Register** from the menu
69+
- Follow the prompts and select **'Register on local tenant'** on the lower right corner of the VS Code window
70+
- If you don't see the prompt, you can right-click on your `<container-type-name>` and select **Register** from the menu
8171

8272
![register](../images/vsx-images/n7aregister-ct.png)
8373

8474
#### Grant permissions
8575

8676
When registering your container type you'll need to grant permissions to access your application
8777

88-
<!-- ![register permissions](../images/vsx-images/8aopenconsentlink.png) -->
89-
9078
An external browser window will pop open for you to sign-in and grant admin consent
9179

9280
![login permissions](../images/vsx-images/n9alogin-grant-permissions.png)
@@ -95,19 +83,19 @@ An external browser window will pop open for you to sign-in and grant admin cons
9583

9684
With your container type registered, you can now create your first container. Only five containers of container type can be created to upload and manage content.
9785

98-
* Right-click on the **Containers** drop-down from the tree in the left nav-bar and select **Create container**
99-
* Enter a name for the container you would like to create
86+
- Right-click on the **Containers** drop-down from the tree in the left nav-bar and select **Create container**
87+
- Enter a name for the container you would like to create
10088

10189
![create container](../images/vsx-images/n10acreate-container.png)
10290
![name container](../images/vsx-images/n11aname-first-cont.png)
10391

104-
#### Recycling Containers
92+
## Recycling Containers
10593

10694
You can also recycle and recover containers within the extension.
10795

10896
![recycle containers](../images/vsx-images/n12arecycle-cont.png)
109-
![final home page](../images/vsx-images/n13a-final-home-page.png)
11097

98+
![final home page](../images/vsx-images/n13a-final-home-page.png)
11199

112100
## Load Sample App
113101

@@ -120,5 +108,3 @@ With your free trial container type created, you can use the extension to load o
120108
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.
121109

122110
![Export Postman Environment](../images/vsx-images/n14postman-c.png)
123-
124-

0 commit comments

Comments
 (0)