0% found this document useful (0 votes)
11 views16 pages

Agilein Azure

Uploaded by

woxew53842
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views16 pages

Agilein Azure

Uploaded by

woxew53842
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

• Work items relationship in Agile process:

o On the top we have Epic, we can create multiple features under one
epic.

o Under each feature, we can create multiple user stories.

o Under each User Story, we can create multiple tasks.

o Under each Bug, we can create multiple tasks.

o The issue is something that is very independent.

• The Test plan is something that is used by the QA and these test plans are
used to write proper test steps on a particular feature.
Are you ready to unleash the power of DevOps to streamline your Software
Development and Deployment? Learn about our DevOps Live Course at
GeeksforGeeks, created for all professionals in practice with continuous
integration, delivery, and deployment. Learn about leading tools, industry best
practices, and techniques for automation through an interactive session with
hands-on live projects. Whether you are new to DevOps or looking to improve your
skills, this course equips you with everything needed to streamline workflows and
deliver excellent quality software in the least amount of time. Learn to take your
skills in DevOps to the next level now, and harness the power of streamlined
software development!

Comment

More info

Next Article

Microsoft Azure - Starting & Stopping a Azure Kubernetes Service Cluster


News

Similar Reads

Microsoft Azure - Create Project in Azure Devops using Basic Process

Microsoft Azure DevOps currently has three types of processes: AgileScrumCMMI


But the problem with these processes is that they are very process or
methodology-heavy. Suppose you are a new engineer, and you are working with
Github and you want to use Azure DevOps, then you will need to deal with product
backlog items, user storage, and all the tech

3 min read
Microsoft Azure-Rename Azure DevOps Repo

Here in this article, we will explain to you the step-by-step process on how to
rename an Azure DevOps Repo and a few important checklist points that you
should consider when renaming a repo in Azure DevOps. Before we move ahead to
renaming the Azure Repo. Let's understand what is Azure Repo and its key features.
Table of Content What is Azure Repo

4 min read

Difference Between Azure DevOps and DevOps

DevOps is a set of practices that we follow to deploy code from development to


production swiftly and smoothly. The term "DevOps" came into existence to
describe the commonalities between Development and Operations. From creating
the source code to deployment and monitoring in production, DevOps involves
several different tools or "dots". A good De

13 min read

Microsoft Azure -Create a User in Microsoft Entra ID from Azure Portal

A user in Microsoft Entra ID is an individual who can get access to Azure identity.
This Microsoft Entra ID identity can be used to access applications and resources
that are protected within the organization or project. Users can be created
manually or automatically, and they can be assigned to groups and roles to control
their access permissions.

3 min read

Microsoft Azure - Get Azure VM Properties using Azure PowerShell

The purpose of using the Azure PowerShell Commands is to quickly analyze the
overall properties of VM/VMs at once the filtering the with select and where
conditions. To find the properties of an Azure VM, you can perform the following
commands in Azure Cloud Shell to get the details. Command: Get-AzVM Output: 1.
Get all properties of an Azure Virtu

2 min read
Microsoft Azure - RDP to Azure Virtual Machines using Azure Bastion

In this article, we will learn how to do RDP(Remote Desktop Protocol) / SSH(Secure


Shell) Connection to an Azure VM using Azure Bastion. First, let's discuss Azure
Bastion. The Azure Bastion service is a fully platform-managed PaaS service that
you provision inside your virtual network. It provides secure and seamless
RDP/SSH connectivity to your v

3 min read

Microsoft Azure - Check Status of Azure VM using Azure PowerShell

The following Azure PowerShell command helps you to find the Azure VM Config
and properties details of Os Name, Os Version, Hyper V Generation, Disks
properties, Extensions properties of Type Handler Version, Status and Message, VM
Agents properties of Type Handler Version, Status and Message and also VM Power
Status Codes, Messages, Plugins, Time

3 min read

Microsoft Azure - Azure VM Disk Space in Percentage using Azure KQL

Here we'll be using the Azure Insights Metric Query to find the free disk space in
percentage using KQL. The purpose of this query is to find disk drive free space of
all the Azure VMs without logging into every server. You can Run the following KQL
log Queries in Azure Monitor or Azure VM Logs or Log Analytics Workspace. Note:
VM Insights Agent sh

1 min read

Microsoft Azure - Manage Azure VMs using Azure PowerShell Commands

Here we are using Azure PS Commands to manage azure resources from Azure
Cloud Shell or by using Windows PowerShell. By using the simple AZ PS command
we can manage Azure VM Quicks without any efforts of navigating in Azure Portal
and at Scale. Let's get started by using the major Azure PS commands to manage
Azure Virtual Machine. 1. Start a Specif

2 min read
Microsoft Azure - Troubleshoot Azure VM Process using KQL

Azure is Microsoft’s cloud platform, just like Google has its Google Cloud and
Amazon has its Amazon Web Service or AWS.000. Generally, it is a platform through
which we can use Microsoft’s resources. In this article, we will be using the
VMProcess Kusto query operator in Azure Monitor to collect the Process data of
azure servers/virtual machine cl

2 min read

Microsoft Azure - Configure Azure SQL with Azure CLI

In this article, we're going to take a closer look at how you can configure something
like connectivity using the Azure CLI. What we have here is we are in Azure Data
Studio and similar to the SQL notebook we are actually using a PowerShell
notebook. That just means all our code cells are going to run PowerShell and we are
just connecting to localh

4 min read

Microsoft Azure - Archive Azure VM to Azure Storage Account

In this article, we will be implementing a solution to archive a select azure VM


snapshot to a select storage account for archiving using azure cloud shell. For
implementation, we will be using Azure CLI commands. Prerequisite:VM
SnapshotA storage account is neededUser needs "Storage Blob Contributor Data"
IAM Role Access on Archiving Storage Accou

2 min read

Microsoft Azure - Enable Azure Monitor VM Insights Agent For Azure VM

Azure Monitor VM Insights Agent enables you to get more visibility into the health
and performance of your Azure VM. Here we'll see how we can enable Azure
Monitor VM Insights to monitor the health, performance, and dependencies of
azure virtual machines. Implementation: Follow the below steps to enable Azure
Monitor VM insights agents for an Azure

2 min read

Microsoft Azure - Azure CLI Commands to Manage Azure VMs


Azure Command-line interface is used to manage or to create Azure resources. By
using the simple AZ CLI command we can manage Azure VM quickly and at a Scale.
Let's get started by using a few important Azure CLI commands to manage Azure
Virtual Machines. 1. Start a Specific Stopped VM in a Select Resource Group Use
the below command to start a spec

2 min read

Microsoft Azure - Query Azure Storage Logs in Azure Monitor Log Analytics

Pre-requisite:- Azure Log Analytics is a tool offered by Azure, which is used to edit
and run log queries against data in the Azure Monitor Logs store and helps
interactively analyze their results. One can easily use Log Analytics queries to
retrieve records that match particular criteria, identify trends, analyze patterns,
and provide various insi

5 min read

Microsoft Azure - Install Azure Command Line Interface (Azure CLI)

Azure CLI is a very powerful tool that can be used to automate tasks, create,
update, manage or delete azure resources or to troubleshoot problems with az
module cmdlets. By installing az modules on your system or on your development
system you and your development team can easily create, update or manage Azure
AD and Azure resources such as manage

4 min read

Microsoft Azure - Get CPU Utilization Data of a Azure VM in Azure Portal

Azure Virtual Machines (VM) is one of several types of on-demand, scalable


computing resources that Azure offers. In this article, we will look into the process
of getting the CPU Utilization data of an Azure VM in Azure Portal.
Implementation:Follow the steps to get the CPU Utilization of an Azure VM in Azure
Portal: Step 1: Log in to your Azure P

2 min read

Microsoft Azure- Backing Up, Restoring, and Cloning Microsoft Azure App Services
Microsoft is well known for developing relevant software which are using in today's
time of technology to conquer the demand of users and developers to build up
applications. In sequence of it Microsoft introduces Azure well known as Microsoft
Azure to make quality applications. In this article, we will discuss Backing up,
restoring and cloning Mic

8 min read

Microsoft Azure- Disk Storage in Microsoft Azure

Azure Disk Storage is the only shared cloud block storage that supports both
Windows and Linux-based clustered or high-availability applications via Azure
shared disks. There are two types of Disks in Azure : Managed Disks Unmanaged
Disks.Managed DisksSimplest optionLower management overhead as Azure
manages the storage accounts.Only LRS replicatio

6 min read

Microsoft Azure - Create Azure SQL Database Using all Configuration Options

Here, we will learn to create a SQL Azure Database in the cloud providing all the
available options. In this article, we are going to look through all of the settings
available for creating a SQL Database in the Azure portal. Implementation: Follow
the below steps to create an Azure SQL database using all configuration options:
Step 1: So, you can

6 min read

Article Tags :

• Microsoft Azure

• Misc

• Cloud-Computing

Practice Tags :

• Misc

course-img
1288k+ interested Geeks

Data Structures and Algorithms - Self Paced [Online Course]

Explore

course-img

300k+ interested Geeks

Data Structures & Algorithms in Python - Self Paced

Explore

course-img

313k+ interested Geeks

Tech Interview 101 - From DSA to System Design for Working Professionals

Explore

Corporate & Communications Address:- A-143, 7th Floor, Sovereign Corporate


Tower, Sector- 136, Noida, Uttar Pradesh (201305) | Registered Address:- K 061,
Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar,
Uttar Pradesh, 201305
• Company

• About Us

• Legal

• Careers

• In Media

• Contact Us

• Advertise with us

• GFG Corporate Solution

• Placement Training Program

• Explore

• Job-A-Thon Hiring Challenge

• Hack-A-Thon

• GfG Weekly Contest

• Offline Classes (Delhi/NCR)

• DSA in JAVA/C++

• Master System Design

• Master CP

• GeeksforGeeks Videos

• Geeks Community

• Languages

• Python

• Java

• C++

• PHP

• GoLang

• SQL

• R Language
• Android Tutorial

• DSA

• Data Structures

• Algorithms

• DSA for Beginners

• Basic DSA Problems

• DSA Roadmap

• DSA Interview Questions

• Competitive Programming

• Data Science & ML

• Data Science With Python

• Data Science For Beginner

• Machine Learning

• ML Maths

• Data Visualisation

• Pandas

• NumPy

• NLP

• Deep Learning

• Web Technologies

• HTML

• CSS

• JavaScript

• TypeScript

• ReactJS

• NextJS

• NodeJs

• Bootstrap
• Tailwind CSS

• Python Tutorial

• Python Programming Examples

• Django Tutorial

• Python Projects

• Python Tkinter

• Web Scraping

• OpenCV Tutorial

• Python Interview Question

• Computer Science

• GATE CS Notes

• Operating Systems

• Computer Network

• Database Management System

• Software Engineering

• Digital Logic Design

• Engineering Maths

• DevOps

• Git

• AWS

• Docker

• Kubernetes

• Azure

• GCP

• DevOps Roadmap

• System Design

• High Level Design

• Low Level Design


• UML Diagrams

• Interview Guide

• Design Patterns

• OOAD

• System Design Bootcamp

• Interview Questions

• School Subjects

• Mathematics

• Physics

• Chemistry

• Biology

• Social Science

• English Grammar

• Commerce

• Accountancy

• Business Studies

• Economics

• Management

• HR Management

• Finance

• Income Tax

• Databases

• SQL

• MYSQL

• PostgreSQL

• PL/SQL

• MongoDB

• Preparation Corner
• Company-Wise Recruitment Process

• Resume Templates

• Aptitude Preparation

• Puzzles

• Company-Wise Preparation

• Companies

• Colleges

• Competitive Exams

• JEE Advanced

• UGC NET

• UPSC

• SSC CGL

• SBI PO

• SBI Clerk

• IBPS PO

• IBPS Clerk

• More Tutorials

• Software Development

• Software Testing

• Product Management

• Project Management

• Linux

• Excel

• All Cheat Sheets

• Recent Articles

• Free Online Tools

• Typing Test

• Image Editor
• Code Formatters

• Code Converters

• Currency Converter

• Random Number Generator

• Random Password Generator

• Write & Earn

• Write an Article

• Improve an Article

• Pick Topics to Write

• Share your Experiences

• Internships

• DSA/Placements

• DSA - Self Paced Course

• DSA in JavaScript - Self Paced Course

• DSA in Python - Self Paced

• C Programming Course Online - Learn C with Data Structures

• Complete Interview Preparation

• Master Competitive Programming

• Core CS Subject for Interview Preparation

• Mastering System Design: LLD to HLD

• Tech Interview 101 - From DSA to System Design [LIVE]

• DSA to Development [HYBRID]

• Placement Preparation Crash Course [LIVE]

• Development/Testing

• JavaScript Full Course

• React JS Course

• React Native Course

• Django Web Development Course


• Complete Bootstrap Course

• Full Stack Development - [LIVE]

• JAVA Backend Development - [LIVE]

• Complete Software Testing Course [LIVE]

• Android Mastery with Kotlin [LIVE]

• Machine Learning/Data Science

• Complete Machine Learning & Data Science Program - [LIVE]

• Data Analytics Training using Excel, SQL, Python & PowerBI - [LIVE]

• Data Science Training Program - [LIVE]

• Mastering Generative AI and ChatGPT

• Programming Languages

• C Programming with Data Structures

• C++ Programming Course

• Java Programming Course

• Python Full Course

• Clouds/Devops

• DevOps Engineering

• AWS Solutions Architect Certification

• Salesforce Certified Administrator Course

• GATE

• GATE CS & IT Test Series - 2025

• GATE DA Test Series 2025

• GATE CS & IT Course - 2025

• GATE DA Course 2025

@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved

We use cookies to ensure you have the best browsing experience on our website.
By using our site, you acknowledge

You might also like