Create a Visio Graphics Service service application in SharePoint Server 2013
Updated: November 6, 2012
Summary: The Visio Graphics Service can be provisioned through Central Administration or with Windows PowerShell.
The following steps show how to create a Visio Graphics Service service application.
Applies to: SharePoint Server 2013
Before you begin
Note: |
|---|
| Because SharePoint 2013 runs as websites in Internet Information Services (IIS), administrators and users depend on the accessibility features that browsers provide. SharePoint 2013 supports the accessibility features of supported browsers. For more information, see the following resources: |
Before you begin this operation, review the following information about prerequisites:
-
You must be a member of the farm administrators group.
Video demonstration
This video shows the steps involved in setting up a Visio Graphics Service service application, as described in this article.
Video: Create a Visio Graphics Service service application in SharePoint Server 2013

Create a Visio Graphics Service service application
To create a Visio Graphics Service service application by using Central Administration
-
Verify that you have the following administrative credentials:
-
To create a service application, you must be a member of the farm administrators group.
-
-
Start SharePoint 2013 Central Administration.
-
For Windows Server 2008 R2:
-
Click Start, click Microsoft SharePoint 2013 Products, and then click SharePoint 2013 Central Administration.
-
-
For Windows Server 2012:
-
On the Start screen, click SharePoint 2013 Central Administration.
If SharePoint 2013 Central Administration is not on the Start screen:
-
Right-click Computer, click All apps, and then click SharePoint 2013 Central Administration.
-
For more information about how to interact with Windows Server 2012, see Common Management Tasks and Navigation in Windows Server 2012.
-
-
On the SharePoint Central Administration website Home page, in the Application Management section, click Manage service applications.
Important: Visio Services in SharePoint Server 2013 requires the SharePoint Server Enterprise Site Collection Features feature to be active on each site collection where you plan to use the Visio Web Access Web Part.
-
On the ribbon, click New, and then click Visio Graphics Service.
-
Type a name for the new service application.
-
Choose an existing application pool or create a new one.
-
Choose whether to create a Visio Graphics Service Application Proxy (recommended).
-
Click OK.
To create a Visio Graphics Service service application by using Windows PowerShell
-
Verify that you meet the following minimum requirements: See Add-SPShellAdmin.
-
On the Start menu, click All Programs.
-
Click Microsoft SharePoint 2013 Products.
-
Click SharePoint 2013 Management Shell.
-
From the Windows PowerShell command prompt (that is, PS C:\>), type the following command and press Enter:
New-SPVisioServiceApplication <ServiceAppName> -serviceapplicationpool <AppPoolName> -AddToDefaultGroup
For more information, see New-SPVisioServiceApplication.
Change History
| Date | Description |
|---|---|
| November 6, 2012 | Added a video demonstration showing the procedures in this article. |
| July 16, 2012 | Initial publication |

Note: