Depending on the Azure tasks you use in your Visual Studio Team Services (VSTS) builds and releases, you will need different connections to Azure. In this post I will show you how to create an Azure Service Endpoint using a certificate.
Create Service Endpoint
- Log in to VSTS and select a project
- Click the manage project gear icon in the upper right-hand corner of the page
- Select the Services tab
- Select Azure from the New Service Endpoint drop down
- Select the Certificate Based radio button
- Click the publish settings file link at the bottom of the dialog
- Save the publish setting file
- Open the publish setting file in an editor
- Locate the correct subscription
Field | Value |
Connection Name | {AnyValueYouLike} |
Subscription Id | Id value from publish settings file |
Subscription Name | Name value from publish settings file |
Management Certificate | ManagementCertficate value from the publish settings file |
- Click OK