Click here to Skip to main content
15,894,291 members
Everything / DevOps

DevOps

DevOps

Great Reads

by Andrew Kirillov
An open source application to acquire and process video from cameras
by Viktor Kovács
Parallel foreach loop implementation for nested loops
by Mike Hankey
Configuring the Raspberry Pi as an MQTT message broker using Mosquitto.
by Habibur Rony
This article mainly covers how to create new build and release definition using VSTS. There are short descriptions of DevOps, continuous integration, continuous delivery and continuous deployment.

Latest Articles

by Wessel Beulink
As someone who frequently employs Logic Apps – Azure’s fantastic low-code solution – I’ve come to appreciate its wide range of actions and connectors. One of the keys to this balance? Solid documentation!
by José Cintra
IoT architecture proposal for sensor data acquisition modules using the REDIS database and the GO language
by Evgenii Zaiats
Exploring a painless approach to building and organizing QEMU images
by Mark Pelf
Using Git “skip-worktree” option can create problems with Git Pull

All Articles

Sort by Updated

DevOps 

1 Mar 2024 by Wessel Beulink
As someone who frequently employs Logic Apps – Azure’s fantastic low-code solution – I’ve come to appreciate its wide range of actions and connectors. One of the keys to this balance? Solid documentation!
30 Jan 2024 by José Cintra
IoT architecture proposal for sensor data acquisition modules using the REDIS database and the GO language
11 Sep 2023 by Rico64
I have a big TFVC repository on an on-prem TFS 2017 server. In that repo, I have a lot of different projects (SSIS, Redgate databases, Powershell scripts...). Some of these projects are using branches, some not. They are all well stored in a...
8 Sep 2023 by Mircea Neacsu
Let me google that for you: Google[^]
10 Jul 2023 by Evgenii Zaiats
Exploring a painless approach to building and organizing QEMU images
9 Jul 2023 by Mark Pelf
Using Git “skip-worktree” option can create problems with Git Pull
3 Jul 2023 by Mark Pelf
We show how to add to SourceTree custom menus to manage “skip-worktree” option
30 Jun 2023 by Mark Pelf
Using .gitignore is not a good solution for every use case. There are alternatives.
17 Jun 2023 by VISWESWARAN1998
Scrape the websites with Python 3
14 Jun 2023 by Leszek Koc
Auto subscription of Azure functions to Event Grid
14 Feb 2023 by smodak@ats360.com
Hi, I have created the azure build pipeline for my website application. In this, there is a task of Publish Artifact Which I think supposed to publish a website. But right now it is publishing without the dlls. Means it contains the *.aspx and...
14 Feb 2023 by Daya Agarwal
Same Issue facing anybody please help
27 Jan 2023 by comiscience
How to use feature flags to enhance delivery stability and speed in a microservice-based SaaS platform
23 Jan 2023 by TarunKumarSusarapu
0 I created sfc project on .NET Framework 4.7.2 and in local it's working fine and swagger is loading. But In Devops it's throwing below issue. I tried many ways to do it but no luck. Need to create project again that is the last solution....
29 Aug 2022 by Vert12
i am trying to set a build pipeline in AzDo and my build is failing with error A mapping was not expected What i ma trying to do is to create a new stage and new job to access a template based on the boolean condition - stage: RunTests ...
21 Jul 2022 by Madhuri Gamane
I have SSRS integrated on sharepoint. we are moving everything from VSTS to Git and YAML. so i have to build and deploy SSRS reports from YAMl pipeline to sharepoint. How do i do that ? What I have tried: tried adding template but its working...
12 Apr 2022 by Danpeking
Hi, we have a solution with some Live unit tests inside and also a separate solution which is linked and contains 'legacy' unit tests. The legacy tests run fine and are output to Azure pipeline test statistics correctly. However the Live ones are...
12 Apr 2022 by Rajeev Jayaram
I believe this issue isn't related to Azure. What do you mean by Live Unit Tests?. You issue is some unit tests are not discoverable, most likely due to missing references in your solution/project file. Also check your pipeline build project too...
28 Feb 2022 by jaideepsinh
NuGet package restore error for the solution which have a mix of .netcoreapp3.1 and .NETStandard 2.1 projects. I have multiple .net projects in one solution file and added references to each other projects. Some of the projects has .netcore 3.1...
27 Feb 2022 by JIANGWilliam
Discuss D365 Plugin Registration programmatically
17 Feb 2022 by Peter_in_2780
Run it through something like this: svn info | awk 'BEGIN {FS="/"} /^URL:/ {print $6 "/" $7 "/" $8}' [edit] fixed typo [/edit]
16 Feb 2022 by Member 14030165
So I have a svn repo URL like this-- svn info Path: . URL: svn://xyz-repo/svn/ccsmp/branches/features/cre40_jenkins Repository Root: svn://xyz-repo/svn/ccsmp Repository UUID: 5de8f2f4-0d3b-0410-8f2c-d418a2640d16 Revision: 23430 I want to grab...
4 Jan 2022 by jaideepsinh
I have on-premise GitLab repository so i have configured vpn to access this repo. Now i want to import my this repository to Azure Git repository. I have enough credential gitlab user name and personal access token but unable to import because...
14 Dec 2021 by Rob Kraft
A development team should consider many factors before picking an item from the product backlog to work on. Here are some examples of how features may be selected for development.
22 Nov 2021 by Member 11007594
I came across this old post, but here's a lead: Install and manage NuGet packages in Visual Studio | Microsoft Docs[^] I think a good option for you would be to add the internal source to your nuget.config in your project. You probably found...
22 Nov 2021 by Jamie888
hi I have a project developed using .NET Core 1.1 MVC and have just recently created a new repository in Azure DevOps. I have uploaded all the necessary files into the DevOps and build the project. But I encounter an error stating "Packages failed to restore" and further troubleshooting leads to...
8 Sep 2021 by Pinky Pinky
From devops azure ,I want to copy specific folder in my visual studio 2019. I have choosed -> continue without code -> View ->Team Explorer -> Clone respository-> it shows repository.Not folder. I want to access only specific folder. How to do...
8 Sep 2021 by Richard Deeming
You're trying to perform a "sparse checkout". That is almost certainly not supported in the UI for VS Code or Visual Studio. You would need to use the command-line tools instead: Git - git-sparse-checkout Documentation[^] However, it would...
31 Aug 2021 by Mehrez Kanzari
I'm trying to implement the monitor function in Python. This function must display at regular interval the date followed by the return of the "measure" function. It stops after `cycles` executions and the interval will never be less than 1. The...
26 Aug 2021 by OriginalGriff
Read the question again: you have to display a message at regular intervals. So ... the first thing you will need is a loop of some form ... Read it carefully - it tells you exactly what to do, and the code you show doesn't fit it at all!
11 Jul 2021 by Rob Kraft
This article looks at continuous integration and continuous deployment to highlight what contexts each practice may work well in, and contexts where the practice may not work well, or may even be counter-productive.
2 Jul 2021 by herrstress
Hi all, I need to publish my web app via Visual Studio to Azure (App Services). That worked fine. But now I also need to be able to read the variables defined in my "Library" in Azure Devops. Can I just include that in the publishing somehow? And...