Мой YAML -
pool:
vmImage: 'Ubuntu 16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: dotnet build --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)'
- task: AzureRmWebAppDeployment@3
inputs:
azureSubscription: '<mysubscription>'
WebAppName: 'mylinuxapi'
Package: $(System.ArtifactsDirectory)/**/*.zip
Где находится идентификатор подписки
При запуске сборки ошибка
Job Job1:Step input azureSubscription references service connection
The service connection does not exist or has not been authorized for use. For authorization details, refer to https://aka.ms/yamlauthz.
![build error](https://i.stack.imgur.com/oUIko.gif)
[Обновление]
Я сейчас пытаюсь найти, как добавить новую конечную точку обслуживания ![service connections](https://i.stack.imgur.com/2nBbT.png)