Questions tagged [azure-git-deployment]
74 questions
1
vote
1 answer
SSIS single package deployment deleting other packages?
We have an SSIS project in Visual Studio (2019 Community) that we deploy to our SQL server (2016) using project deployment. We have a couple of hundred packages and we most often deploy single packages at a time.
We had been doing most of our…

LarryG
- 627
- 1
- 6
- 14
1
vote
3 answers
Commit files into azure git repo using azure devops
how to commit files into azure git repo using build pipeline.
I am generating some files from my azure ci pipeline and I want to commit those files into the same repo which I used in my ci pipeline.
I have added the azure CLI task and added an…

Jaydeepsinh
- 83
- 1
- 8
1
vote
1 answer
Manage API Mangement from central GIT Repo in Azure Devops?
We have multiple teams working on the same Api Management instance, and the current git-based configuration that API Management provides, does not really facilitate a good process for us (with support for code reviews, pull requests, deploys…

pwind
- 401
- 1
- 3
- 13
1
vote
1 answer
how to move azure GIT repos file from one folder to another folder using Azure Devops
Here is my scenario:
I have a scenario where after a successful git push to a deployment folder (SSIS and TSQL scripts) in azure repos, I have to move the files in deployment folder to multiple archival folders inside the repos(SSIS and TSQL) after…

gdw
- 23
- 1
- 3
1
vote
1 answer
Azure data factory working-branch confusion
Azure data factory introduces many branches in git mode.
Source branch : Save is stored here
Publish branch
working branch: After a git is connected, ADF prompts us for this.
What does the working branch do?

Blue Clouds
- 7,295
- 4
- 71
- 112
1
vote
1 answer
When ADF publish branch is git protected how to publish?
ADF git mode recommends publishing to Master branch(or a fix branch which usually is protected from check-ins). Since Master is usually protected from check-ins and only pull requests are allowed, how would the publish work?

Blue Clouds
- 7,295
- 4
- 71
- 112
1
vote
2 answers
git push between two remote repositories
What specific syntax needs to be used in order for a computer at an arbitrary location on the internet (location A) to trigger a git push from a public GitHub repository github.com/someuser/source-repo (location B) to a private Azure Git Repo…

CodeMed
- 9,527
- 70
- 212
- 364
1
vote
1 answer
Preserving Carriage Return / Line Feeds in GIT repository when cloning or pulling
Noticed something strange.... I'm using libgit2sharp to clone a repository. The clone command is pretty straightforward
LibGit2Sharp.Repository.Clone(sCorrectRepo, sExePath, oOpt)
The repository contains, amongst other things, a bunch of .sql…
user6499401
1
vote
1 answer
Azure Pipelines: How to give the build service account contribue access to a repo
I want a release pipeline to create a pull request in the develop branch to pull from the feature branch.
When the task attempts to create the pull request I receive:
TF401027: You need the Git 'PullRequestContribute' permission to perform this…

Dicky Moore
- 956
- 3
- 10
- 32
1
vote
0 answers
Continuous deployment to Azure VM
I have set up a Git hook in Azure. However, whenever I try to push to Azure VM, I am stuck with this screen, and it freezes. I am using the same keys that SSH into the azure virtual machine.

davidlee
- 5,611
- 17
- 56
- 82
1
vote
1 answer
Continues deployment not working properly with github private repository
Azure continues deployment not working properly with github private repository. I am using Azure deploy button method.
Error: Response status code does not indicate success: 404 (Not Found)
README.MD

Jatin Gadhiya
- 1,955
- 5
- 23
- 42
1
vote
1 answer
Azure git deploy fails after updating to MVC 5.2.2
I've got a azure site that's been running nicely with automatic git deploys from github. Now I've updated the site to use ASP.Net MVC 5.2.2 and the deploys fails with "The type or namespace name 'AllowAnonymous' could not be found".
The site builds…

Anders Abel
- 67,989
- 17
- 150
- 217
1
vote
2 answers
Azure Website GitDeploy Website Project
Unfortunately we need to use a Visual Studio Website Project not a Visual Studio Web Application Project!
That means that our website to publish has no .csproj
We now try to setup git deployment for our azure website. however it tells me there is no…

LaurinSt
- 952
- 11
- 25
0
votes
0 answers
Bad indent error happens during AKS deploy to Azure from Git workflow
This is the error text:
Error: YAMLException: bad indentation of a mapping entry at line 20, column 23:
Here is a screenshot:
Where the error happens is in a deployment.yml manifest file. This file is referenced in a containerworkflow.yml…

user1585204
- 827
- 1
- 10
- 14
0
votes
0 answers
Checkout submodule from different Azure DEvOps organization
In my YAML pipeline I'm trying to checkout a submodule which is stored in a different Azure DevOps organization repository as described here. I generated a PAT token, prefixed it with pat: and base64 encoded.
My .gitmodules looks as…

filip
- 1,444
- 1
- 20
- 40