How to get started with PipelineSpace.com

Ricardo Humberto Vivanco Effio
PipelineSpace
Published in
5 min readMay 15, 2019

Welcome! We are excited you want to learn how to integrate Azure DevOps with PipelineSpace.com.

What is covered in this lab?

In this lab, you will

  • Configure Git Providers.
  • Configure Cloud Providers.

Pre-requisites

  1. Click the Sign-Up for create an account in PipelineSpace.com.
  2. Microsoft Azure Account: You will need a valid and active Azure account for the Azure labs. If you do not have one, you can sign up for a free trial.
  3. AWS Account: You will need a valid and active AWS account. If you do not have one, you can sign up for a free trial.
  4. Azure DevOps account. If you do not have one, you can sign up for free here.
  5. GitHub account. If you do not have one, you can sign up for free here.

Exercise 1: Setting the Azure DevOps Provider

  • Create a PAT in Azure DevOps Service Organization.
  • Navigate to the Providers/Git Providers.
  • Select Add Provider and select Azure DevOps. For now we only support the following providers ( GitHub and Azure DevOps Repos).
  • Configure Azure DevOps Credential using the PAT generated in the previous step.

Exercise 2: Setting the GitHub Provider

  • Navigate to the Providers/Git Providers.
  • Select Add Provider and select GitHub. For now we only support the following providers ( GitHub and Azure DevOps Repos).
  • Configure GitHub Credential and click in Submit button.

Exercise 3: Setting the Azure Cloud Provider

  • Navigate to the Providers/Cloud Providers.
  • Select Add Provider and select Microsoft Azure. For now we only support the following providers ( Microsoft Azure and AWS ).
  • Go to Azure Portal and select Subscription option and Copy the Subscription Id and Subscription Name. These values should be input in the Subscription Id and Subscription Name Option.
  • In the Azure Portal select Azure Active Directory. Now, you can register a new Application. Select the option New registration.
  • You need input the Application Name and also the Redirect Uri and click the Register button.
  • Now, select the Application and copy the Application (Client )Id. This value should be input in the Application Id Option.
  • Select the Certificates & secrets options and generate a new Client Secret.
  • Input a Client Secret name and select the Never expiration option.
  • Copy the Client Secret value generated. Now, This value should be input in the Application Secret Option.
  • select the Application and copy the Directory (Tenant )ID. This value should be input in the Tenant Id Option.
  • Now, select the Subscriptions Options and click in the Subscription Detail.
  • Now, select the Access control (IAM) option and select the Add a role assignment option.
  • You need associate the Application Name created with the Contributor Role and click in the Save button.
  • Configure Azure Provider Credential and Click en the Submit Button.

Exercise 4: Setting the AWS Cloud Provider

  • Navigate to the Providers/Cloud Providers.
  • Select Add Provider and select Amazon Web Service. For now we only support the following providers ( Microsoft Azure and AWS ).
  • Configure AWS Provider Credential and Click en the Submit Button.

You have learned how to setup PipelineSpace.com.

--

--