简体   繁体   English

Azure DevOps - 是否可以在免费层中添加服务连接?

[英]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.登录您的组织 ( https://dev.azure.com/{yourorganization} ) 和 select 您的项目。

 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.注意:可以在 Azure DevOps 的免费层中添加服务连接。

I have an Azure DevOps Free Tier account:我有一个 Azure DevOps免费套餐帐户:

在此处输入图像描述

I logged in to the Azure DevOps Portal , created a project like below:我登录到Azure DevOps 门户,创建了一个如下所示的项目:

在此处输入图像描述

Select Project settings > Service connections->Select New service connection -> select the type of service connection -> Next. Select 项目设置>服务连接->选择新建服务连接->select服务连接类型->下一步。

在此处输入图像描述

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 .通常会出现此问题,如果用户没有访问权限,请查看此MsDoc

  • Check whether Parallelism grant is approved for your account (Private or Public).检查您的帐户(私人或公共)是否批准了并行授权。
  • Check whether the Azure DevOps is connected to your Subscription.检查 Azure DevOps 是否已连接到您的订阅。

References:参考:

Service connections in Azure Pipelines - Azure Pipelines | Azure 管道中的服务连接 - Azure 管道 | Microsoft Learn 微软学习

A teammate cannot see or reuse service connections.. GitHub by StingyJack 队友无法看到或重用服务连接.. StingyJack 的 GitHub

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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