Skip to content

Commit c8f5821

Browse files
committed
image editing
1 parent eca0ce4 commit c8f5821

13 files changed

+7
-13
lines changed

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

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Embedded for Visual Studio Code
33
description: Installation and getting started with SharePoint Embedded for Visual Studio Code
4-
ms.date: 06/25/2024
4+
ms.date: 07/17/2024
55
ms.localizationpriority: high
66
---
77

@@ -76,16 +76,16 @@ After your container type is created and your application is configure, you will
7676

7777
After creating a container type, you will need to register that container type on your local tenant. Learn more about container type [registration](../concepts/app-concepts/register-api-documentation.md).
7878

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

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

8484
#### Granting permissions
8585

8686
When registering your container type you will need to grant permissions to access your application
8787

88-
![register permissions](../images/vsx-images/8aopenconsentlink.png)
88+
<!-- ![register permissions](../images/vsx-images/8aopenconsentlink.png) -->
8989

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

@@ -111,20 +111,14 @@ You also have the option to recycle and recover containers within the extension.
111111

112112
### Load Sample App
113113

114-
With a 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. This allows you to immediately run the sample app on your local machine.
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. This allows you to immediately run the sample app on your local machine.
115115

116-
![Load Sample App](https://github.com/microsoft/SharePoint-Embedded-VS-Code-Extension/assets/108372230/da40cd67-83b3-4da9-b743-159edd2802fa)
116+
![Load Sample App](../images/vsx-images/vsxsa-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](https://github.com/microsoft/SharePoint-Embedded-VS-Code-Extension/assets/108372230/a549866d-55e0-4a25-b173-fc532cc7b49e)
122+
![Export Postman Environment](../images/vsx-images/postman-c.png)
123123

124-
![Postman Import](https://github.com/microsoft/SharePoint-Embedded-VS-Code-Extension/assets/108372230/06884e97-7a4c-41ea-8c19-c0eecfd2e624)
125124

126-
### Add a guest app to your free trial container type
127-
128-
You can use the extension to add one or more guest apps to your existing free trial container type. Guest apps can be used to create different applications that have access to the same set of containers. For example, you might have one app that delivers your Web experiences, another for mobile experiences, and another for background processing. You can specify both the delegated and application permissions on each guest application you create.
129-
130-
![Guest App Permissions](https://github.com/microsoft/SharePoint-Embedded-VS-Code-Extension/assets/108372230/d3394cf6-b174-4c07-8cca-fe742cade70b)
Loading
Loading
Loading
Loading
-29.4 KB
Loading
-27.1 KB
Loading
Loading
Loading
103 KB
Loading

0 commit comments

Comments
 (0)