SharePoint 2013: App Management Service
Overview
- The App Management Service is responsible for storing and providing information concerning SP App licenses and permissions
- All licenses for apps downloaded from Marketplace will be stored in Apps service application
- The App Management Service is accessed each time app is requested or used in SharePoint to verify validity of the request
- Further information regarding features of the Apps Management service application
(Video 12mins, 5sec | Presentation PPTX (Ignite Training)
How to create a 'App Management' service application
Method 1: PowerShell
If you are not sure to be able to use the cmdlets, you can have a look at this article.
1. Launch SharePoint 2013 "Management Shell"
http://spasipe.files.wordpress.com/2013/02/111.png?w=595
2. Get the Farm account
$account = Get-SPManagedAccount FarmAccount
3. Create a new application pool using this account
$appPoolAppSvc = New-SPServiceApplicationPool -Name AppServiceAppPool -Account $account
4. Create the "App management" service application, using this application pool
$appAppSvc = New-SPAppManagementServiceApplication -ApplicationPool $appPoolAppSvc -Name AppServiceApp -DatabaseName NomDeLaBDD
5. Create a proxy for the service application
$proxyAppSvc = New-SPAppManagementServiceApplicationProxy -ServiceApplication $appAppSvc
http://spasipe.files.wordpress.com/2013/02/33.png?w=595
6. Start the "App Management Service" service
Get-SPServiceInstance | where-object {$_.TypeName -eq "App Management Service"}
(Get-SPServiceInstance | where-object {$_.TypeName -eq "App Management Service"}).Provision()
Get-SPServiceInstance | where-object {$_.TypeName -eq "App Management Service"}
http://spasipe.files.wordpress.com/2013/02/43.png?w=595
Method 2: Central administration
1. In SharePoint 2013 central administration, click on "Application Management", then on "Manage Service Applications"
http://spasipe.files.wordpress.com/2013/02/210.png?w=595
2. Click on "New", then on "App Management Service"
http://spasipe.files.wordpress.com/2013/02/52.png?w=595
3. Type a name for the service application and its database
http://spasipe.files.wordpress.com/2013/02/62.png?w=595
Type a name for the application pool and the account used by the pool.
Uncheck the checkbox if you do not want to create a proxy for the service application, then click on "OK".
http://spasipe.files.wordpress.com/2013/02/74.png?w=595
4. The service application and its proxy are created
http://spasipe.files.wordpress.com/2013/02/82.png?w=595&h=59
5. The last action is to start the "App Management Service" service.
Click on "Application Management", then on "Manage services on server"
http://spasipe.files.wordpress.com/2013/02/92.png?w=595
6. Click on "Start" in front of the service
http://spasipe.files.wordpress.com/2013/02/103.png?w=595
PowerShell - App Management Service cmdlets
See Also
- SharePoint 2013 Portal
- SharePoint 2013 - Service Applications
- SharePoint 2013 Apps - Overview and Resources for Developers
- SharePoint 2013 - Resources for Developers
- SharePoint 2013 - Resources for IT Pros
http://c.statcounter.com/8137690/0/4526e441/1/ http://nojsstats.appspot.com/UA-33568884-1/social.technet.microsoft.com/wiki/contents/articles/12390.sharepoint-2013-portal.aspx