I'm using Azure DevOps with "Scrum" Process templates. I would like to know if "Start Date" and "Target Date" fields in Features and Epics are purely informatio
We have an Azure VM with SQL Server installed on it. We have our Visual Studio SQL Server database project in an Azure git repository. I've got the project to b
I have a use case where I want to use pipeline parameters in a yaml pipeline with user name and password. For the username it's easy because I simply add the fo
I am having a git repository for my project with a structure as shown below. The structuring is based on the source, all the codes, scripts related to a sourc
An yaml file is generated while you choose this option shown below: In this yaml file, you can define an entire deployment cycle starting from restore ->
I have developed an Azure Function v4 with .net 6.0. It contains one triggered function. Locally everything works fine. After deploying it to Azure it works fi
My requirement is to create a Logic App that will receive some inputs from other resources like Azure Data Factory and send out an email. I created this setup u
If I recall correctly, Azure Devops was set to add a feature to allow release pipelines to be placed into yaml , similar to build pipeline. Is this feature avai
parameters: - name: App_VariableGroup type: string default: my-defaults values: - my-defaults trigger: - main pool: vmImage: ubuntu-late
I've a solution with three projects in it: 2 C# WPF projects and 1 WIX project to create an installer. I've set up a build pipeline on Azure DevOps that referen
I want to be notified by email each time new commits are made to the master branch on our project. Found this and know to do what it says under the 'Add a custo
I'm currently working on setting up a CI/CD pipeline to my client's new Kubernetes clusters that they host on Harbor using Helm and Azure DevOps Server, and I'm
I'm creating some internal packages with R in RStudio. My repositories are hosted in Azure DevOps. I saw the renv.lock and there is a section for repositories.
I deleted some attachments from a Work Item in Azure DevOps, which I can see in the History. Is there any way to recover them? Selecting them doesn't do anythin
I try to generate markdown Wiki pages based on .net xml-documentation for Overview > Wiki in Azure DevOps Server 2019.0.1. To generate the .md from .xml in
I am trying to create CI/CD pipeline, for iOS and android, in Azure Devops for a React-Native app. With the android pipeline, whether I choose to create a yaml
I have an existing test result and I'd like to update the "Tested build" field for the test result if possible. I've looked at the REST API doc (https://docs.mi
I tried to set up an Azure Build Pipeline that uses Bazel (0.26.0) My pipeline YAML definition file looks like this: trigger: - master pool: vmImage: 'wind
new_csv = df.to_csv('sample.csv', index=False, encoding='utf-8') return func.HttpResponse(new_csv, index=False, encoding='utf-8', mimetype='text/csv') How can
I want to be able to generate a stacked bar chart based on the results of a query, for example the number of open bugs and open features. I would like to see th