Creating an Azure Service Endpoint with Credentials

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 credentials. To create an Azure Service Endpoint, you first need the Subscription name, and Subscription ID.

Find Subscription Name and ID

  1. Log in to the new Azure Portal
  2. Click Subscriptions in the left vertical menu
  3. Copy the Subscription and Subscription ID values

Create Service Endpoint

With the Subscription name, and Subscription ID, we can now create the Service Endpoint in VSTS.

  1. Log in to VSTS and select a project
  2. Click the manage project gear icon in the upper right-hand corner of the page
  3. Select the Services tab
  4. Select Azure from the New Service Endpoint drop down
  5. Select the Credentials radio button
    Field Value
    Connection Name {AnyValueYouLike}
    Subscription Id Id value from publish settings file
    Subscription Name Name value from publish settings file
    Username The email you use to log into the Azure portal
    Password The password you use to log into the Azure portal
  6. Click OK

Pingbacks and trackbacks (1)+

Add comment

Loading