From 4fe358697314bbe62ad006571ce0205079d6b39d Mon Sep 17 00:00:00 2001 From: orirmi Date: Wed, 23 Sep 2020 18:33:07 +0200 Subject: [PATCH] Add the Azure Boards badge to the README. Fixes AB#1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 319b556d1..329a74927 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Board Status](https://dev.azure.com/mariomiri/c563f8d1-ffc0-4e6d-853b-9ec0f8d452a3/22efe5b2-08e4-4f88-adb8-4b4b62564d1f/_apis/work/boardbadge/80ab4a9c-b0c0-4f37-8b77-d7103ada49d3)](https://dev.azure.com/mariomiri/c563f8d1-ffc0-4e6d-853b-9ec0f8d452a3/_boards/board/t/22efe5b2-08e4-4f88-adb8-4b4b62564d1f/Microsoft.RequirementCategory) # Python/Flask Tutorial for Visual Studio Code * This sample contains the completed program from the tutorial, make sure to visit the link: [Using Flask in Visual Studio Code](https://code.visualstudio.com/docs/python/tutorial-flask). Intermediate steps are not included.