35 questions
0
votes
1
answer
168
views
Azure Devops Deployment pool target Registration script failed
The registration script failed to start the agent service. The server gets into the deployment pool in the azure devops, but the script reports error at the end.
This can be found in the _diag folder:
...
0
votes
1
answer
2k
views
Error: VS800075 when downloading artifact from another project
I'm doing training where I use two projects where, project A will have the artifacts that will be used and, in project B, I will build using a deployment group. During the execution of the release ...
0
votes
1
answer
280
views
Deployment Group issue on migrating classic to yaml pipeline
I am trying to migrate a classic azure release pipeline to yaml and one of my job is failing which my guess is due to deployment group. Here is the issue:
The yaml pipeline is deploying the app in IIS ...
-1
votes
2
answers
152
views
When we register a deployment pool agent under Deployment group with one of my existing machine, will there be any additional charges?
When we register a deployment pool agent under Deployment group with one of my existing machine, will there be any additional charges?
How many such agents can I create and use? Is there any limits? ...
0
votes
2
answers
724
views
No agent pool found with identifier 61: why can't project collection administrator see deployment pools?
I am trying to set up a deployment agent on a server.
The process is failing with the message "No agent pool found with identifier 61".
Looking at the logs I can see the following
INFO ...
0
votes
1
answer
83
views
Does setting up SSL for Azure devops on permises impact already configured deployment group agents using http
We have Azure devops setup using http and planning to move to https. As Deployment group agent targets has been setup using http site, does it impact the deployments using deployment group agents ?
...
0
votes
1
answer
873
views
How to get 'Deployment group's target's capabilities in Azure Devops using Powershell rest
I am trying to get a target's capabilities under azure devops deployment group using Powershell REST API. However I am not sure which URL will work to fetch those capabilities. My Powershell script ...
0
votes
1
answer
367
views
Run MAVEN UI test on Azure devops deployment group
I have an Azure pipeline that runs a Maven UI test on a deployment group on a local server, the issue is that the test runs a headless test, but we need to make it UI visual test. I have found some ...
1
vote
0
answers
1k
views
##[error]The SSL connection could not be established, see inner exception
I have created a deployment group for deploying a Windows Service into Azure VM which is in a domain.
Also, I successfully ran the script on the VM to create the agent (I checked PAT checkbox).
When ...
1
vote
0
answers
310
views
How can we skip Web config and app setting file simultaneously in VSTS build and release pipeline in ASP.Net project?
I am able to skip web.config but my app setting is not skipped when I run my release pipeline
-1
votes
1
answer
224
views
Azure DevOps Deployment Group
Would be great if someone can explain the best architecture for Azure DevOps Deployment Group
Let's assume I have 10 different applications. Source code segregated in different team collection and ...
0
votes
0
answers
2k
views
Failed in getBuildApi with error: Error: connect ETIMEDOUT 13.107.42.18:443
In my project, I have configured more than 1 deployment group job in the pipeline.
When I trigger the deployment I am facing the timeout error on the download artifact task enter image description ...
-1
votes
1
answer
221
views
Release Pipeline Job Concurrency
I recognize it's a bad idea to run release pipeline tasks concurrently among agents within a deployment group- a failure across all of them simultaneously could be very bad in certain, common ...
0
votes
1
answer
479
views
Download secrets from Azure keyvaults using private ip in release pipeline
I want to download the Azure Key vault using pipeline and private IP, as due to NSG restrictive rules, machines can communicate only via private IP. My azure pipeline is running on the deployment ...
0
votes
1
answer
492
views
How to do a dotnet install in a deployment group?
I'm trying to install and use a mage tool in a VM via Azure Deployment Groups. I've already installed .NET 5 SDK and validated that it is installed in the target VM via Command Prompt.
In Azure DevOps....
0
votes
1
answer
281
views
Deployment Groups deploying to different server
I'm very new to Azure Devops. Successfully created CI/CD pipeline for Sql database using dacpac. SQL servers are sitting on AZ VM.
As part of it I have created a deployment group and ran power shell ...
0
votes
1
answer
409
views
Azure Devop Pipelines: Is it possible to automatically modify the tags of the deployment group agent during (or as the last step to) a release?
For example:
First, I register the device with a 'SETUP' tag.
Then I run a setup pipeline and at the end of that pipeline it removes the 'SETUP' tag and replaces it with a 'PRODUCTION' tag.
Is this ...
0
votes
1
answer
368
views
how to get deployments for selected machine in Azure devops deployment groups using rest api
I am working on script to get deployment from Azure DevOps for selected Azure DevOps Deployment group and Selected target machine
following Used rest api url does not provide required data -
$...
2
votes
1
answer
2k
views
Multiple Deployment Groups on Single Target Server - Any potential issues?
We currently have 4 Azure DevOps team projects that require two Deployment Groups to be created for their SIT and UAT release pipelines. All 4 team projects will share the two Deployment Groups, the ...
0
votes
1
answer
583
views
Azure Pipelines Deployment Group vs Deployment Pool
I would like to know what the difference is between an Azure Pipeline Deployment Group and Deployment Pool. Equally importantly, under what circumstances or criteria would I choose either? Thanks.
1
vote
1
answer
631
views
Is it possible to run deploys in sequence (not in parallel) to target machine in the same Deployment Group in Azure Devops?
I use Azure Devops to deploy a web app to four server, that all should have the same configuration. My problem is that I would like to run the deploys in sequnce instead of doing it in parallel. This ...
0
votes
1
answer
1k
views
Azure DevOps deployment to VM using Personal Access Token
I am using deployment group to deploy a .NET Core Console app to an on prem VM. In order to register the target I run the PAT on the VM. Is there a way I can use a Service Account to generate the ...
3
votes
1
answer
3k
views
For DevOps Release, how to config pubxml and password to deploy to Azure App Service?
In Devops. I'm trying to deploy a project in to Azure web app.
How to use publish profile password?
The help message doesn't give me any help too...
1
vote
2
answers
687
views
Azure Devops: securing deployments to on-premise servers at webapp level
It's clear that you can set which roles can deploy to a certain on-premise server thanks to the security settings in Deployment Groups and Agent pools. But, any way of restrict access at webapp level?
...
2
votes
1
answer
2k
views
Move an client (agent) to another deploymentgroup
In the past we had two different deployment groups A and B holding 3 "clients" (agents) each.
We would like to merge all clients of group B into group B, because the actual reason why we had 2 groups ...
0
votes
1
answer
325
views
Server time error during the installation of deployment group agent via powershell
I am trying to install a deployment agent on the destination machine.
I am running the script given by Azure DevOps in the deployment group.
The agent installs successfully but then I get the error ...
1
vote
1
answer
600
views
Release Pipeline to Deployment Group on prem
I think what I am looking to do is fairly simple - I just can't wrap my head around it.
I've got a repo in AzDo. This repo contains configuration files for firewalls. This is how we manage changes ...
28
votes
4
answers
12k
views
Difference between Deployment Groups and Environments in Azure DevOps Services\Server
In Azure Pipelines, we have Deployment Groups & Environments as separate options but are they both not suppose to add a list of server belonging to an environment as a group.
Clarification on ...
1
vote
2
answers
2k
views
How to deploy to a single selected target in an Azure Devops Deployment Group
Is there a way how to select a single target and perform a deployment against it in an Azure devops Deployment Group Release Task?
E.g: In a web servers deployment group a deployment of, say a ...
2
votes
2
answers
626
views
Azure DevOps: How's the deployment group job status decided?
I have a deployment group job with setting in below pic as 33%. How's the status of job determined to be "failed" or partially succeeded"? The description of the setting only specifies "It is also ...
1
vote
0
answers
85
views
Auto-redeploys not triggered if original deploy fails due to no matching servers in deployment group
I am playing with an idea of using deployment groups along with tags to delay a release to a server until it is tagged as offline.
Scenario:
I have a single QA server in my QA deployment group by ...
2
votes
1
answer
789
views
Azure Web App wwwroot not updated after successful Azure devops deployment
struggling to understand, what is wrong with my WebApp or deployment configuration. I'm using Azure devops pipeline to build and deploy my webapp (frontend Angular, backend Laravel).
Deployment ...
2
votes
1
answer
3k
views
Azure DevOps 2019 deployment groups with multiple agents: how to limit running deployment just to one agent?
I'm running Azure DevOps Server 2019 on-premises and have created a deployment group for each server. I have multiple (30+) release definitions with similar stages (every release definition has, for ...
2
votes
1
answer
2k
views
Azure DevOps Deployment Groups - Is it possible to ignore targets that are offline?
I have a hunch I'm going down the wrong rabbit hole here, but thought I'd ask.
We have 4 servers in a Deployment Group, but we don't always run all 4 of them (cost savings, etc.). What I would like ...
0
votes
1
answer
556
views
Does Azure DevOps deployment group target requires an internet connection?
I want to register a target using a registration script generated by Azure DevOps. My production server does not have an active internet connection, will the registration script work?
If not what Url'...