Questions tagged [azure-git-deployment]
74 questions
12
votes
1 answer
Specify deploy keys for git repo hosted within Azure Devops
I'm unable to find any documentation relating to deploy keys on specific repositories within Azure DevOps.
Is this a possibility with the ADO platform? This is widely supported feature in all other git SCM providers, so I assume ADO has a way of…

NickKampe
- 960
- 3
- 14
- 25
10
votes
5 answers
Is there a way to run the TypeScript compiler as part of the Azure Git Deploy
I would like to avoid adding the generated JavaScript files to the git source control repository. Does the Azure Git Deploy support running addition commands to run the build before deploying the files?

Joe Wood
- 1,321
- 2
- 13
- 25
7
votes
2 answers
Azure Website Remote Debugging with git deploy not working
I've been trying out the new Remote Debugging feature for Azure Websites, but I think I may have come across an issue: I can only get it to work properly if I use Web Publish. If I deploy a site with local git deploy, the debugger attaches but the…

Bryan Helms
- 73
- 1
- 4
6
votes
2 answers
Azure: quickly change branch used on continuous deployment (github)
I have a webapp on Azure that is connected to github to do continuous deployment. Is there any quick way to change the branch it is connected to or I have to disconnect and then connect again to select the new branch?
The problem is that Azure has a…

AlfaTeK
- 7,487
- 14
- 49
- 90
6
votes
2 answers
Can I use an ssh key for Azure git push deployment?
I've created a new Azure AD account and an Azure node web app. I can log in using azure-cli and I can git push deploy.
However instead of getting a password prompt every time I'd like to be able to authenticate using an ssh key. There's a Management…

Andrew Lavers
- 8,023
- 1
- 33
- 50
6
votes
1 answer
Include TypeScript files in azure git deploy
I'm trying to include TypeScript files in my automatic git deploy so I can showcase code for a framework I'm building. However, whenever I deploy to azurewebsites the deployments do not include the TypeScript files.
Site in question:…

N. Taylor Mullen
- 18,061
- 6
- 49
- 72
5
votes
2 answers
Why Can't I Push to Azure Git From DevOps Pipeline
The error message is (TF401027: You need the Git 'GenericContribute' permission to perform this action. Details: identity 'Build\8ec5f0f1-6bca-4182-bb3e-2d47a64262bf', scope 'repository'.)
I've taken that GUID and confirmed that the account it…

TimTheEnchanter
- 3,370
- 1
- 26
- 47
5
votes
3 answers
Azure git check-in policy pre-receive policy at server side
I am trying to restrict GIT Commit without having Workitem ID in the commit message. i.e. #workitemID #123
Please suggest a solution for the server-side configuration on azure DevOps GIT Hooks.

Ajinkya Shinde
- 51
- 3
5
votes
2 answers
Deploy Azure Web App with Git deployment using Resource Manager (ARM) Template
This example shows how to create a Web App that is linked to a GitHub repo via Azure Resource Manager (ARM) template: https://github.com/Azure/azure-quickstart-templates/tree/master/201-web-app-github-deploy
Here's the snippet of the dependent…

dprothero
- 2,683
- 2
- 21
- 28
5
votes
2 answers
How to deploy a node app to azure if the node app is buried in repo directory
I am trying to deploy a project to azure, via the "remote git repo" method. But in my repo, the actual node application is a few directories in. Thus, Azure does not do anything when the repo is pushed.
Is there some way to configure the azure…

Matt
- 273
- 1
- 2
- 13
3
votes
3 answers
How to authenticate when I try to git clone from azure git?
I try to clone my app service from git local rep from azure platform to local env (on PC).
But when I do git clone < https://adminusername@my.azure.url.torepo/appser.git> console asks me about authentication with adminusername login. But what the…

Tyomik_mnemonic
- 786
- 3
- 9
- 31
3
votes
2 answers
Azure DevOps Git UI Automation same repo or seperate
I am working on setting up Azure DevOps Git Repo, Build and Release pipelines.
We have separate team members responsible for development of application and separate responsible for UI test automation.
My question is should I have
a) one repo for…

Farukh
- 2,173
- 2
- 23
- 38
3
votes
2 answers
AZURE Web Apps: deploying Angular SPA & Node Express server from Github repository
I have a webapp in a Github repository that has an Angular client and a Node Express backend server. I have no idea how to deploy these simultaneously to an Azure webapp. None of the tutorials cover this. The only thing they tell you to do is to…

realisation
- 475
- 6
- 19
3
votes
1 answer
Github -> Azure deploy dll used by another process
Unfortunately, due to issues with Azure's lack of EF 5 spatial support, I need to include the relevant DLL myself: related link
Once I included the SqlServerSpatial.dll I was able to complete successfully deploy by using the Publish tool inside of…

Eric98118
- 397
- 3
- 15
3
votes
2 answers
Azure website GIT deployment: server compiled .DLL different from local built .DLL
I have an MVC4 + EF4.0 .NET 4.5 project (say, MyProject) I'm able to run the project locally just fine. When I FTP deploy it to Azure Websites (not cloud service) it runs fine too. However, if I do a GIT deploy, the site 'runs' for the most part…

DeepSpace101
- 13,110
- 9
- 77
- 127