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/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins.md
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,13 @@
1
1
---
2
2
title: Get started creating provider-hosted SharePoint Add-ins
3
-
ms.date: 10/30/2017
3
+
description: Set up a development environment and create your first provider-hosted SharePoint Add-in.
4
+
ms.date: 11/02/2017
4
5
ms.prod: sharepoint
5
6
---
6
7
7
8
8
9
# Get started creating provider-hosted SharePoint Add-ins
9
10
10
-
Set up a development environment and create your first provider-hosted SharePoint Add-in.
11
-
12
-
> [!NOTE]
13
-
> The name "apps for SharePoint" is changing to "SharePoint Add-ins." During the transition, the documentation and the UI of some SharePoint products and Visual Studio tools might still use the term "apps for SharePoint." For details, see [New name for apps for SharePoint](new-name-for-apps-for-sharepoint.md).
14
-
15
11
Provider-hosted add-ins are one of the two major types of SharePoint Add-ins. For an overview of SharePoint Add-ins and the two different types, see [SharePoint Add-ins](sharepoint-add-ins.md).
16
12
17
13
Here's a summary of provider-hosted add-ins:
@@ -25,9 +21,9 @@ Here's a summary of provider-hosted add-ins:
25
21
- Step 2 - Create the app project
26
22
27
23
- Step 3 - Code your app
28
-
29
-
## Set up your dev environment
24
+
30
25
<aname="Setup"> </a>
26
+
## Set up your dev environment
31
27
32
28
There are many ways to set up a development environment for SharePoint Add-ins. This section explains the simplest way. For alternatives, see [Additional resources](#bk_addresources).
33
29
@@ -37,8 +33,8 @@ There are many ways to set up a development environment for SharePoint Add-ins.
37
33
38
34
- Visual Studio includes the **Microsoft Office Developer Tools for Visual Studio**. Sometimes a version of the tools is released between updates of Visual Studio. To be sure that you have the latest version of the tools, run the [installer for Office Developer Tools for Visual Studio 2013](http://aka.ms/OfficeDevToolsForVS2013), or the [installer for Office Developer Tools for Visual Studio 2015](http://aka.ms/OfficeDevToolsForVS2015).
39
35
40
-
### Sign up for an Office 365 Developer Site
41
36
<aname="o365_signup"> </a>
37
+
### Sign up for an Office 365 Developer Site
42
38
43
39
> [!NOTE]
44
40
> You might already have access to an Office 365 Developer Site:
@@ -91,9 +87,8 @@ There are three ways to get an Office 365 plan:
91
87
92
88

93
89
94
-
95
-
## Create the add-in project
96
90
<aname="Create"> </a>
91
+
## Create the add-in project
97
92
98
93
1. Start Visual Studio by using the **Run as administrator** option.
99
94
@@ -121,8 +116,8 @@ There are three ways to get an Office 365 plan:
121
116
122
117
Much of the configuration is done when the solution opens. Two projects are created in the Visual Studio solution: one for the SharePoint Add-in and the other for the ASP.NET web application.
123
118
124
-
## Code your add-in
125
119
<aname="Code"> </a>
120
+
## Code your add-in
126
121
127
122
1. Open the AppManifest.xml file. On the **Permissions** tab, specify the **Site Collection** scope and the **Read** permission level.
0 commit comments