Posts

Showing posts from October, 2020

Azure DevOps Scenario related Questions of Different Feature's in Azure DevOps Project

 Issue with Repo's. Scenario 1: You are facing some challenges with the code in the PROD Environment only. But the similar issue didn't appear in any of the pre-prod Environment .(DEV/QA/UATETC) But the team observed that there are some parameters disturbing the application in PROD Environment .& the debugging team identified there was an issue with one of the commit that was part of a PR. What happened here is the associated branch(source) got deleted after the PR is completed. Now the product owner/tech delivery lead wants to know below details Questions in order to resolve the issue: Who created the feature branch? When it was created? What was the last commit ID that was associated with the base branch before the feature branch created? What are the different modifications that was happened to the associated commit which is causing the issue? Who created the commit and who authorized the commit? When the feature branch got deleted after the PR is completed, issue caused...

Daily Agenda to Learn Azure DevOps and Practice along with your friends.

Azure DevOps Daily Agenda: Day1: Creating a Azure free trail subscription. Created a VM. Creating account in Git Hub Installing Visual studio community  Creating Azure DevOps account Day2: Creating Repos in Azure DevOps. Pushing and Fetching the files from Local to Repos and vise versa Creating a Dot Net MVC web application using Visual studio and pushing it to Azure repos. Adding new solution to a existing project Adding existing MVC application to Azure Repos Day3: Creating ADO's and assigning users respectively Creating Branches. Creating Folders in release definition's for individuals. Creating Folders in Build definition's for individuals. Day4: Apply Restrictions to the individuals repos. Created the sprints and assigned to individuals Creating user stories and assigned to users. Coping of user stories.  Day5: Added few for more user stories upfront Discussed about DevOps organization settings. Day6 Created Resource Group and ...