Questions tagged [azure-git-deployment]
74 questions
3
votes
1 answer
Deployments to Azure Websites can take hours to go live
I've just started to use Azure Websites to host one of the websites I'm working on. Everything has been very smooth so far, but what I've realized is that when we update our website, sometimes that update becomes available immediately, but far to…

Christofer Eliasson
- 32,939
- 7
- 74
- 103
2
votes
0 answers
After adding submodule, nuget restores all packages to submodule packages directory in Azure Devops Build
Scenario: We wanted to move some code over to a new repo (NewSln), so we created that new repo, and then added the code back as a submodule in the original repo (OldSln). Had to modify a few references to point to the new version, but was able to…

Nimish Todi
- 137
- 1
- 11
2
votes
2 answers
Running a databricks notebook connected to git via ADF independent from git username
In our company for orchestrating of running Databricks notebooks, experimentally we learned to connect our notebooks (affiliated to a git repository) to ADF pipelines, however, there is an issue.
As you can see in the photo attached to this question…

Ali Saberi
- 864
- 1
- 10
- 33
2
votes
1 answer
ADF publish confusion in git mode
In git mode, when we want to test a pipeline, ADF forces us to publish first.
Publish action does two things is my understanding
Saves to the local ADF (DEV) as given here
Creates arm templates in a branch (adf_publish/the branch we
specify)
But…

Blue Clouds
- 7,295
- 4
- 71
- 112
2
votes
0 answers
Changing adf_publish branch and path in Azure Data Factory
To change the publish branch in ADF (default is adf_publish), that is, the branch where Resource Manager templates are saved, add a publish_config.json file to the root folder in the collaboration branch as explained here. File contents being:
{
…

Blue Clouds
- 7,295
- 4
- 71
- 112
2
votes
1 answer
Access Azure/Kudu Variables from PowerShell Post Deployment Action Hook
I'm deploying Azure app services with Git continuous deployment and using post deployment action hooks to log the deployment to a Slack channel. My action hooks are written as PowerShell scripts.
From within my PowerShell scripts how do I access…

Andy Mehalick
- 993
- 8
- 19
2
votes
3 answers
Unable to Set Up Continuous Deployment in Azure
Looking at the docs, it would appear that this would be super simple...perhaps it's something with my Azure Configuration. I'm simply setting up a demo project in Azure (which will be a Node app). I set up a Web App (have tried standard, basic, and…

swannee
- 3,346
- 2
- 24
- 40
2
votes
1 answer
Continuous deployment to Dev/TestProd on Azure
I have a project which consists of multiple components: two SPA clients, one API, ElasticSearch server, RabbitMQ Server, ThinkTecture Identity Server etc. etc. and would like to deploy this to Azure. All the code is stored in Git (Bitbucket to be…

dabs
- 727
- 1
- 7
- 23
2
votes
1 answer
Unable to redeploy a Visual Studio Online build in Azure
I've got a git repository in Visual Studio Online. I set up an Azure Website and connected it to the git repository. This creates a build definition meaning that when I push changes to Visual Studio Online they are built and deployed to the Azure…

sussexrick
- 113
- 1
- 4
2
votes
2 answers
Dev->Stage->Prod with Git deployment for Azure Websites
How best should I accomplish the following deployment objectives with Git deployment for Azure?
Easily switch when working locally to either use fake in-memory data or (eventually) non-production snapshot of real data
Deploy to staging environment…

New Dev
- 48,427
- 12
- 87
- 129
1
vote
1 answer
'Could not find a valid Azure DevOps team project for the selected account' Azure Synapse GIT config
I am trying to configure an Azure DevOps git repository in Azure Synapse. After selecting the organization name, the portal displays the message: 'Could not find a valid Azure DevOps team project for the selected account.'.
The account I use to…

Bakkie103
- 47
- 6
1
vote
1 answer
How can we organize the repositories in a heirarchical structure in Azure devops? Is this Possible in GitHub or GitLab?
Im trying to organise the repositories in a heirarchical structure. Im trying to do it in Azure devops. But I found that the default structure is Project/Repositories.
I need to have a repo structure as per the above image. Is there any way to do…

Harikrishnan S
- 48
- 4
1
vote
1 answer
Not able to resolve conflict in Azure DevOps
Unable to merge the conflict in Azure Devops I have created the Pull Request from api_integration branch to development branch. But there are some conflicts I can see but as my Complete button is disabled, not sure how to deal with code merging…

Hunt
- 8,215
- 28
- 116
- 256
1
vote
1 answer
Azure DevOps YAML pipeline - git diff not working correctly
I am executing a git command in my Azure DevOps YAML pipeline to get changes between two commits like git diff commit1 commit2 --name-only via a PowerShell script - see full code below:
Write-Information "git diff --name-only $git_event_before…

Gerhard Brueckl
- 708
- 1
- 9
- 24
1
vote
1 answer
The gateway did not receive a response from 'Microsoft.DataFactory' within the specified time period
I am trying to configure git (github) for my existing data factory. I am getting this error:
The gateway did not receive a response from 'Microsoft.DataFactory' within the specified time period.

sparsh agarwal
- 15
- 1
- 5