Questions tagged [azure-devops]
The azure-devops tag has no summary.
23 questions
4 votes
4 answers
848 views
Is it okay to deploy both front end and backend everytime if they are in a single repository
I have a project with .net core web api backend and angular as front end. I have single repository for both the projects with front end and backend in their own separate folders. I have written ...
-2 votes
1 answer
360 views
Azure DevOps roll over unfinished stories
Disclaimer: I have read this post, however, I am still unsure about it. What we did in the past: When a story was unfinished at the end of the sprint, we duplicated it (along with the child task), ...
-1 votes
4 answers
555 views
Does Scrum prescribe work item statuses and their meanings?
At work, we're using Scrum with Azure DevOps (specifically using the Scrum process to manage our items) to run our sprints. My question is, does the Scrum process within Azure Boards or Scrum in ...
3 votes
3 answers
2k views
How to represent technical debt in agile development using azure devops?
As we are implementing some stories we find some things which need to be put on a backlog as technical debt, often because there are larger questions linked to other stories or features which cannot ...
0 votes
1 answer
1k views
Azure Pipeline variable groups vs. YAML templates
I am writing an Azure Pipeline framework in YAML which will be used on multiple projects, each with its own environment variables. I am now wondering whether the best option is to define these ...
-3 votes
1 answer
2k views
Why running migration turns into timeout in a production environment?
I know this is a theorical question since i don't have code to or any logs to show, but i hope that someone can give me some idea on this question. The problem in question was the following: On my ...
-4 votes
1 answer
61 views
Controlling and managing separate git repos on Azure DevOps for code security
My company is about to onboard some junior devs for the first time, and we want to limit their access to just the presentation layer. As it stands, everything is in one Git repo. The current plan is ...
2 votes
2 answers
605 views
Should powershell be used to develop a whole application?
We are automating the testing on an Web ERP solution (Dynamics) through a tool (RSAT, which uses selenium) provided by the developer of the ERP (Microsoft). The RSAT has a list of instructions to do ...