Questions tagged [azure-git-deployment]
74 questions
0
votes
1 answer
How to use Azure Powershell Datafactory cmdlets against specific branches in Azure DevOps repositories?
I have a Datafactory in AzureDevOps Repos.
I am trying to use Azure Powershell cmdlets to create a trigger, such as the following :
The problem is, when I run the above command, the changes are not showing on the Az DevOps Repo. So the trigger I…

Neal
- 328
- 5
- 12
0
votes
1 answer
Is it possible to deploy an Azure Web App based on a public git repo using only an ARM template?
I'm looking for a way to deploy an Azure Web App based on a public git repo containing a .NET, .NET Core, or Node service. However, I want to only use an ARM template to deploy the Web App.
So if I have a public repo that contains a .NET Core…

Erick T
- 7,009
- 9
- 50
- 85
0
votes
1 answer
How to sync multiple folders of GitHub repo to a single AzureGit using Azure CI CD process
I am new to Git.
I have a public repo in GitHub which i like to sync with my Azure Git. The scenario is like below
GitHub has multiple folders and files with no parent folder. I want to have these folders, files copied to my Azure Git using Azure…

Sushant
- 1
0
votes
2 answers
Azure deployment from git gives same error even when fixed in next commit
I am deploying my laravel app using bitbucket git remote repo as source. It had been working fine, and deployment updated on each commit. But at one specific commit, deployment was failed. Following are the error logs:
From the errors, It is clear…

Zeeshan
- 2,884
- 3
- 28
- 47
0
votes
1 answer
Azure Git Continuous Deploy for node not working
We have a REST API (npm restify) to deploy to Azure and it was successful.
After this we have the web.config pointing it to the app.js in the root (was server.js as stock). Looking at the logs it says pointing to 0.0.0.0 on port 8085. We are not…

BinaryWasteland
- 107
- 10
0
votes
2 answers
Github -> Azure Deployment: Cant find path
I am trying to deploy a .NET-MVC-application to Azure via Github, but deployment fails with the following error message. What could be the reason for that? It works locally.
WebCompiler: Begin compiling…

sebvst
- 753
- 1
- 13
- 20
0
votes
1 answer
Azure Websites Git Deploy: npm install bower failure
So this is certainly an interesting situation. Have an ASP.NET MVC4 site which is leveraging bower and gulp. I have this site hooked into GitHub and using Azure's continuous integration. This worked perfectly fine out of box until I wanted to also…

StephenPAdams
- 2,797
- 2
- 30
- 49
0
votes
2 answers
Missing deployment tile from Api App blade in Azure Portal
I'm in the process of evaluating App Service and in particular Api apps and logic apps. I want to be able to make use of git deploy for an Api app instance.
This article…

Simon
- 2,810
- 2
- 18
- 23
0
votes
1 answer
GIT deploy from newest branch with a specific name on Visual studio online using hooks to azure
I'm trying to write a hook that must trigger the CI feature of Visual Studio Online to deploy on Azure whenever a branch is created on Visual Studio Online repository for…

user3261119
- 27
- 1
- 7
0
votes
2 answers
Azure Website Git deployment with 3rd party libs not in nuget
I would like to use Azure git deployment with a product I am working on. We reference a 3rd party library which is privately supplied and not available on Nuget.
Azure syncs with the git repo as you would expect, but when it compiles it fails with…

Sam
- 4,219
- 7
- 52
- 80
0
votes
1 answer
Azure git deployment - Empty dll copied
I have 2 web app (1 WebApi, 1 MVC) in the same solution both referencing another project in the solution (data layer). Both web projects are set up with continuous deployment from bitbucket and everything works fine.
Since a hour or so (without…

Alessandro Di Lello
- 1,181
- 1
- 9
- 22
0
votes
2 answers
How do I deploy a PHP site to Azure websites from a subdirectory of a Git repository
I have a Git repository which contains an ASP.net application and a PHP application, each in its own subdirectory under the root of the Git repository. I would like to create two websites in Azure websites and deploy each of these applications to…

Ben H
- 3,136
- 3
- 25
- 34
0
votes
1 answer
Trying to move a huge WordPress site to MicroSoft Azure
I'm trying to move a large WordPress site ( with uploads directory size 15GB) to Azure.
I created a WordPress site from gallery and then
I tried creating a git repository, but it doesnt work for the large
number of files I have.
I tried zipping the…

Satish Gandham
- 401
- 4
- 12
-1
votes
1 answer
git pull in Azure Data Factory
When working with the regular source code, (Java, C++, etc..) there are things like
git pull ..
git fetch ..
git push ..
to synch your remote git repo branch with your local branch.
What is the equivalent of such in the Azure Data Factory world…

Dmitriy Ryabin
- 363
- 3
- 16