From dd3a3f57f2546c1375ed954bf8b9c26c5d3b63b4 Mon Sep 17 00:00:00 2001 From: sriramdasbalaji Date: Wed, 6 Dec 2023 10:56:06 +0530 Subject: [PATCH] Update readme.md --- labs/azuredevops/EndtoEnd/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/labs/azuredevops/EndtoEnd/readme.md b/labs/azuredevops/EndtoEnd/readme.md index 3279d3b86..21e8a3fe2 100644 --- a/labs/azuredevops/EndtoEnd/readme.md +++ b/labs/azuredevops/EndtoEnd/readme.md @@ -2,11 +2,11 @@ In this lab, you will learn about all the features of Azure DevOps like Kanban boards, Delivery Plans, Build and Release pipelines the usage of Advanced security features like: -- Preventing the leaks of sensitive data by scanning for vulnerabilities, +- Preventing the leaks of sensitive data by scanning for vulnerabilities - Scanning code for vulnerabilities and resolving it -- Dependency scanning in the software development process. +- Dependency scanning in the software development process ## What is Azure DevOps? @@ -25,7 +25,7 @@ If you're new to Azure DevOps, follow the links below to get started with your n If you are familiar with Azure DevOps, follow the steps listed below to learn about each service. -- Complete this [prerequisites](/services/prerequisite.md) before proceeding further. +- Complete these [prerequisites](/services/prerequisite.md) before proceeding further. Once you complete the prerequisties, follow the [next steps](/services/e2e-demo.md) to configure your own pipeline, service connection to build and deploy **eShopOnWeb** application to Azure App Service.