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
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: SharePoint Embedded for Visual Studio Code
3
3
description: Installation and getting started with SharePoint Embedded for Visual Studio Code
4
-
ms.date: 06/25/2024
4
+
ms.date: 07/17/2024
5
5
ms.localizationpriority: high
6
6
---
7
7
@@ -76,16 +76,16 @@ After your container type is created and your application is configure, you will
76
76
77
77
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).
78
78
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
An external browser window will pop open for you to login and grant admin consent
91
91
@@ -111,20 +111,14 @@ You also have the option to recycle and recover containers within the extension.
111
111
112
112
### Load Sample App
113
113
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.
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.
### 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.
0 commit comments