Skip to content

Commit 1179c92

Browse files
committed
article edits
1 parent 8a708f1 commit 1179c92

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The SharePoint Embedded Visual Studio Code extension helps developers get starte
2121
1. Press **"Install"** and the SharePoint Embedded icon will appear on the activity bar.
2222
1. Select on the icon to open the SharePoint Embedded view and create a container type with trial configuration.
2323

24-
![SharePoint Embedded VS Extensions](../images/vsx-images/1downloadvsx.png)
24+
![SharePoint Embedded VS Extensions](../images/vsx-images/n1downloadvsx.png)
2525

2626

2727
#### 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
3030
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).
3131

3232

33-
![Install](../images/vsx-images/2vsx-signin.png)
33+
![Install](../images/vsx-images/n2vsx-signin.png)
3434

3535

3636
* Authentication opens a new tab in an external browser to grant permissions
3737
* Select **Accept** on the pop-up window prompting admin consent
3838

3939

40-
![consentperms](../images/vsx-images/3vsx-grant-admin-consent.png)
40+
![consentperms](../images/vsx-images/n3vsx-grant-admin-consent.png)
4141

4242

4343

@@ -47,12 +47,12 @@ If you don't already have a tenant, you can get a tenant through the [Microsoft
4747

4848
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).
4949

50-
![home screen](../images/vsx-images/4vsx-home-screen.png)
50+
![home screen](../images/vsx-images/n4vsx-home-screen.png)
5151

5252
* Select **Create Trial Container Type**
5353
* Follow the prompts to name your container type. You can change your container type name later on.
5454

55-
![create container type](../images/vsx-images/5a-name-ct.png)
55+
![create container type](../images/vsx-images/n5a-name-ct.png)
5656

5757
> [!NOTE]
5858
> 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
6363

6464
* Follow the prompts to name your new Entra application or select an existing application ID
6565

66-
![Create App](../images/vsx-images/6aname-app.png)
66+
![Create App](../images/vsx-images/n6aname-app.png)
6767

6868
> [!NOTE]
6969
> 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
7979
* Follow the prompt and select **'Register on local tenant'** on the lower right corner of the VS Code window
8080
* If you don't see the prompt, you can right-click on your `<container-type-name>` and select **Register** from the menu
8181

82-
![register](../images/vsx-images/7aregister-ct.png)
82+
![register](../images/vsx-images/n7aregister-ct.png)
8383

8484
#### Grant permissions
8585

@@ -89,7 +89,7 @@ When registering your container type you'll need to grant permissions to access
8989

9090
An external browser window will pop open for you to sign-in and grant admin consent
9191

92-
![login permissions](../images/vsx-images/9alogin-grant-permissions.png)
92+
![login permissions](../images/vsx-images/n9alogin-grant-permissions.png)
9393

9494
## Create your first container
9595

@@ -98,27 +98,27 @@ With your container type registered, you can now create your first container. On
9898
* Right-click on the **Containers** drop-down from the tree in the left nav-bar and select **Create container**
9999
* Enter a name for the container you would like to create
100100

101-
![create container](../images/vsx-images/10acreate-container.png)
102-
![name container](../images/vsx-images/11aname-first-cont.png)
101+
![create container](../images/vsx-images/n10acreate-container.png)
102+
![name container](../images/vsx-images/n11aname-first-cont.png)
103103

104104
#### Recycling Containers
105105

106106
You can also recycle and recover containers within the extension.
107107

108-
![recycle containers](../images/vsx-images/12arecycle-cont.png)
109-
![final home page](../images/vsx-images/a-final-home-page.png)
108+
![recycle containers](../images/vsx-images/n12arecycle-cont.png)
109+
![final home page](../images/vsx-images/n13a-final-home-page.png)
110110

111111

112112
## Load Sample App
113113

114114
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.
115115

116-
![Load Sample App](../images/vsx-images/vsxsa-c.png)
116+
![Load Sample App](../images/vsx-images/n15vsxsa-c.png)
117117

118118
## Export Postman Environment
119119

120120
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.
121121

122-
![Export Postman Environment](../images/vsx-images/postman-c.png)
122+
![Export Postman Environment](../images/vsx-images/n14postman-c.png)
123123

124124

0 commit comments

Comments
 (0)