Questions tagged [azure-devops-deploymentgroups]

31 questions
25
votes
4 answers

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 this would be highly appreciated.
3
votes
2 answers

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...
2
votes
1 answer

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 idea being to create the deployment group from one…
2
votes
2 answers

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 used to determine the success and failure conditions…
2
votes
1 answer

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 pipeline seems to work (not getting any errors) but…
minaise
  • 83
  • 2
  • 9
2
votes
1 answer

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 to know is whether I can have the Release deploy…
Jaans
  • 4,598
  • 4
  • 39
  • 49
1
vote
0 answers

##[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 the Release task tries to download the artifacts,…
MoSayed
  • 11
  • 3
1
vote
0 answers

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
vote
1 answer

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 is because of load balencing so that deploys can…
1
vote
2 answers

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? The only ways I found are: Creating a specific…
Josto
  • 137
  • 11
1
vote
1 answer

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 is gone now. Is there a way other than removing…
1
vote
0 answers

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 default it doesn't have the tag 'offline'. I have a…
CeejeeB
  • 3,034
  • 4
  • 25
  • 32
1
vote
1 answer

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 example, a test stage with deployment group job…
JukkaK
  • 1,105
  • 5
  • 15
0
votes
2 answers

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 DeploymentGroupAgentConfigProvider] Found deployment group…
kevins1966
  • 366
  • 2
  • 4
  • 19
0
votes
1 answer

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 ? Deployment group agents has been configured on…
1
2 3