Questions tagged [azure-releases]

29 questions
0
votes
0 answers

Azure Release Pipeline approval from jira ticket

I have an azure pipeline that triggers on a branch commit to build the content of the branch and automatically create a release. I tried to add the Pre-Deployement Approvals in the release stage conditions, and this sends a notification in slack…
Nayden Van
  • 1,133
  • 1
  • 23
  • 70
0
votes
1 answer

How to run a Python script on Azure Release?

I have a python script on my Azure Repository. It is called build.py and it's inside folder swagger_updater. I am able to use it in a Build Pipeline easily, with the following script: steps: - task: PythonScript@0 inputs: scriptSource:…
0
votes
1 answer

How to generate deployment files Azure DevOps - TFVC

I have hosted ASP.NET Core and .NET Windows application to DevOps Services - TFVC (Cloud) Now, I am stuck with how to generate deployment files, like debug folder of .NET Windows app or cloud hosting files of ASP.NET Core. I have created a pipeline…
Fazlyn
  • 35
  • 5
0
votes
1 answer

Cannot find an option to import a release pipeline under Azure DevOps releases

Im trying to create an Azure release (not just a release pipeline). I have already a release pipeline in yaml format. How can I import it under the Azure Release section (not under Pipelines but under Release menu option) I can't find such an…
0
votes
0 answers

Update Release Description in Release Pipeline

I have a release pipeline in Azure DevOps with some approvers. I want to be able to send the approvers some information in the email they receive asking for approval. I could not find a way to customize the email they receive, but I was wondering if…
Minura Punchihewa
  • 1,498
  • 1
  • 12
  • 35
0
votes
0 answers

Azure pipeline. not releasing new objects into on-prem database

So my issue is that my new SQL objects are not being released into my on-prem database. Now if I alter existing objects it works fine. I see the update passed through the release and on the on-prem SQL database. When i create a new table or…
Tdubs
  • 29
  • 7
0
votes
1 answer

Authenticate to Azure DevOps without user's DevOps PAT

Currently we use an approach to reach DevOps and trigger "release pipelines" from a specific VM1 by utilizing user's DevOps PAT. We run PowerShell commands below at VM1: $userPatToken =…
0
votes
2 answers

Not able to upload the .bacpac file from Azure VM to Azure blob storage container

I am working on a use case, where I will be deploying the DB schema from Development to UAT and Production, but before deploying to UAT and production, i am taking the backup of both UAT and production as a .bacpac file. Below are the steps I have…
sac
  • 175
  • 2
  • 14
0
votes
0 answers

The 'Invoke-Sqlcmd' command was found in the module 'SqlServer', but the module could not be loaded

I'm getting this error when running the command on azure release pipeline. The pipepeline is running on premise server. I am able to execute the command from the server, yet the azure agent is unable to run it. Here the full…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
0
votes
1 answer

Disable auto trigger of Azure Devops release using Azure Data Factory

I'm currently working on an "if condition" azure data factory pipeline which will be part of Release 1. My use case is to count the total row of two table. If the row count for both table is same, proceed with other Azure devops Release 2 activity…
0
votes
1 answer

How to fetch release details of all releases between two release definitions using Azure DevOps REST API?

The requirement is to fetch the release details as a list or at least the release IDs of all releases between two given release version. For example, assume latest release is "Release-10" and the requirement is to fetch the release data of all…
0
votes
1 answer

Azure Pipeline Release Artefact linked ARM templates

We have our ARM templates in a build folder alongside our code. In our pipeline we publish our build folder as an artefact. We have master templates. We want to run our ARM templates from a Release Pipeline, however our master templates can't find…
-1
votes
1 answer

When I try to package my python code into a .ZIP through YAML, the folder is empty

I’m using Azure DevOps and I’m trying to package my python code into a .ZIP file. I’m also using Azure for my repo for my python folder. Here’s my folder in my repo Here’s my YAML code for my pipeline Everything works fine, my only issue is that the…
MP32
  • 573
  • 1
  • 9
  • 25
-1
votes
1 answer

Azure deploy agent (azagent) demon doesn't start after reboot

I installed a azure deploy agent on a Ubuntu server. The agent works fine but won't come up after reboot the machine. How to run it as a demon?
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
1
2