简体   繁体   中英

Azure DevOps - is it possible to add a service connection in the free tier?

Seems I'm missing that option from my settings. Is it because I'm using the free tier?

Don't see the option "Service Connections" following the steps below:

Sign in to your organization ( https://dev.azure.com/{yourorganization} ) and select your project.

 Select Project settings > Service connections. Select + New service connection, select the type of service connection that you need, and then select Next. Choose an authentication method, and then select Next.

I tried to reproduce the same in my environment and got the results like below:

Note that: It is possible to add a service connection in the free tier in Azure DevOps.

I have an Azure DevOps Free Tier account:

在此处输入图像描述

I logged in to the Azure DevOps Portal , created a project like below:

在此处输入图像描述

Select Project settings > Service connections->Select New service connection -> select the type of service connection -> Next.

在此处输入图像描述

I created a New Service connection like below:

在此处输入图像描述

The service connection got successfully created like below:

在此处输入图像描述

The issue usually occurs , if the user doesn't have access, check this MsDoc .

  • Check whether Parallelism grant is approved for your account (Private or Public).
  • Check whether the Azure DevOps is connected to your Subscription.

References:

Service connections in Azure Pipelines - Azure Pipelines | Microsoft Learn

A teammate cannot see or reuse service connections.. GitHub by StingyJack

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM