-
Notifications
You must be signed in to change notification settings - Fork 327
/
Copy pathado_checklist.en.json
739 lines (739 loc) · 27.4 KB
/
ado_checklist.en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
{
"items": [
{
"category": "Version Control",
"subcategory": "Branching Policy",
"text": "Branch Policies",
"description": "Implement branching policy in Azure DevOps",
"waf": "Operations",
"guid": "eda1dae2-cc85-4c47-a6b7-81cca0e6c465",
"id": "A01.01",
"severity": "High",
"link": "https://learn.microsoft.com/azure/devops/repos/git/branch-policies-overview?view=azure-devops"
},
{
"category": "Version Control",
"subcategory": "Branching Policy",
"text": "Branching strategy",
"description": "Understand branch strategy such as GitFlow or GitHub Flow",
"waf": "Operations",
"guid": "bc288bec-6a16-4ca7-8444-51e1add34529",
"id": "A01.02",
"severity": "High",
"link": "https://learn.microsoft.com/azure/devops/repos/git/git-branching-guidance?view=azure-devops"
},
{
"category": "Version Control",
"subcategory": "Branching Policy",
"text": "Understand GitFlow Branch Strategy",
"description": "Understand how teams work with git",
"waf": "Operations",
"guid": "ec723823-7a15-41c5-ab4e-401914387e5c",
"id": "A01.03",
"severity": "High",
"link": "https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow"
},
{
"category": "Version Control",
"subcategory": "Branching Policy",
"text": "Pull Request Review",
"description": "Merge into higher branches after two or more reviewers in a PR",
"waf": "Operations",
"guid": "a9c26c9c-32ab-45bd-8c69-98a246e33899",
"id": "A01.04",
"severity": "High",
"link": "https://learn.microsoft.com/azure/devops/repos/git/review-pull-requests?view=azure-devops&tabs=browser"
},
{
"category": "Version Control",
"subcategory": "Branching Policy",
"text": "Access Control to the Branch",
"description": "Implement access control to the branches",
"waf": "Operations",
"guid": "7e41c77d-68cb-46a2-8ac1-9f916d697d8e",
"id": "A01.05",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/repos/git/branch-permissions?view=azure-devops"
},
{
"category": "Version Control",
"subcategory": "Security",
"text": "Code Scan",
"description": "Perform SAST code scan",
"waf": "Security",
"guid": "adfd27bd-e187-401a-a252-baa9b68a088c",
"id": "A02.01",
"severity": "High",
"link": "https://devblogs.microsoft.com/devops/integrate-security-into-your-developer-workflow-with-github-advanced-security-for-azure-devops/"
},
{
"category": "Version Control",
"subcategory": "Practice",
"text": "TFVC as Code Repository",
"description": "Understand TFVC as Code Repo",
"waf": "Operations",
"guid": "9a8f822b-8eb9-4d1b-a77f-26e5e6beba8e",
"id": "A03.01",
"severity": "Low",
"link": "https://learn.microsoft.com/azure/devops/repos/tfvc/what-is-tfvc?view=azure-devops"
},
{
"category": "Version Control",
"subcategory": "Practice",
"text": "Choose Right version control",
"description": "Compare Git vs TFVC for your project",
"waf": "Operations",
"guid": "d4f3437b-c336-4d71-9f27-a71eee0b9b5d",
"id": "A03.02",
"severity": "Low",
"link": "https://learn.microsoft.com/azure/devops/repos/tfvc/comparison-git-tfvc?view=azure-devops"
},
{
"category": "Azure Boards",
"subcategory": "Team Planning",
"text": "Configure your teams",
"description": "Set up your team management",
"waf": "Operations",
"guid": "8defd5d7-21d4-41d2-900c-807bf9eab40f",
"id": "B01.01",
"severity": "High",
"link": "https://learn.microsoft.com/azure/devops/organizations/settings/manage-teams?view=azure-devops"
},
{
"category": "Azure Boards",
"subcategory": "Team Planning",
"text": "Configure your sprints",
"description": "Start scheduling sprints",
"waf": "Operations",
"guid": "9ed5b354-78d4-447a-a26c-2863c00f1cac",
"id": "B01.02",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/boards/sprints/define-sprints?view=azure-devops"
},
{
"category": "Azure Boards",
"subcategory": "Team Planning",
"text": "Choose Work Item types",
"description": "Set up your work item heirarchy",
"waf": "Operations",
"guid": "699ef1d5-a83d-4e5d-b36c-1c81870a0bc5",
"id": "B01.03",
"severity": "Low",
"link": "https://learn.microsoft.com/azure/devops/organizations/settings/work/customize-process-work-item-type?view=azure-devops"
},
{
"category": "Azure Boards",
"subcategory": "Team Planning",
"text": "Select a WIT Process",
"description": "WIT Processes available in Azure DevOps",
"waf": "Operations",
"guid": "c1e43a18-658d-4285-aed6-7179b825546d",
"id": "B01.04",
"severity": "High",
"link": "https://learn.microsoft.com/azure/devops/boards/work-items/guidance/choose-process?view=azure-devops&tabs=agile-process"
},
{
"category": "Azure Boards",
"subcategory": "Tool Integration",
"text": "GitHub Integration",
"description": "Use Azure Boards with GitHub",
"waf": "Operations",
"guid": "f2aee455-3afc-4833-a248-726dd68c5b5c",
"id": "B02.01",
"severity": "Low",
"link": "https://learn.microsoft.com/azure/devops/cross-service/github-integration?view=azure-devops"
},
{
"category": "Azure Boards",
"subcategory": "Process Planning",
"text": "Understand Agile Vs Scrum",
"description": "Understand the methologies",
"waf": "Operations",
"guid": "2925394b-69b9-4d37-aac4-3bc68d1d7665",
"id": "B03.01",
"severity": "Medium",
"link": "https://www.atlassian.com/agile/scrum/agile-vs-scrum"
},
{
"category": "Azure Boards",
"subcategory": "Reporting",
"text": "Dashboard",
"description": "Create Dashboard and PowerBI reports",
"waf": "Operations",
"guid": "7246b448-564b-44dd-94a7-59c7633bd2a1",
"id": "B04.01",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/report/dashboards/overview?view=azure-devops"
},
{
"category": "Azure Boards",
"subcategory": "Reporting",
"text": "Refine your backlog",
"description": "Set up backlog",
"waf": "Operations",
"guid": "a27a764a-90be-40e3-98ee-293c1bd363ca",
"id": "B04.02",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/boards/backlogs/set-up-your-backlog?view=azure-devops"
},
{
"category": "Azure Boards",
"subcategory": "Reporting",
"text": "Visualize Relationships",
"description": "Link your work items",
"waf": "Operations",
"guid": "aab75719-49ab-4919-9dc9-fc9d1bb84b37",
"id": "B04.03",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/boards/queries/link-work-items-support-traceability?view=azure-devops&tabs=browser"
},
{
"category": "Azure Pipelines",
"subcategory": "Reporting",
"text": "Review Team Velocity",
"description": "View the velocity report",
"waf": "Operations",
"guid": "b5a67fcb-9ed5-4b35-978d-447a826c2863",
"id": "C01.01",
"severity": "Low",
"link": "https://learn.microsoft.com/azure/devops/report/dashboards/team-velocity?view=azure-devops&tabs=in-context"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Integration",
"text": "Set up pipeline",
"description": "Create your first pipeline",
"waf": "Operations",
"guid": "c00f1cac-699e-4f1d-9a83-de5de36c1c81",
"id": "C02.01",
"severity": "High",
"link": "https://learn.microsoft.com/azure/devops/pipelines/create-first-pipeline?view=azure-devops&tabs=java%2Ctfs-2018-2%2Cbrowser"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Integration",
"text": "Set Build triggers",
"description": "Specify events that trigger pipelines",
"waf": "Operations",
"guid": "870a0bc5-c1e4-43a1-a658-d2858ed67179",
"id": "C02.02",
"severity": "High",
"link": "https://learn.microsoft.com/azure/devops/pipelines/build/triggers?view=azure-devops"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Integration",
"text": "Customize YAML Pipeline",
"description": "Use YAML to create build pipeline",
"waf": "Operations",
"guid": "b825546d-f2ae-4e45-93af-c8339248726d",
"id": "C02.03",
"severity": "Low",
"link": "https://learn.microsoft.com/azure/devops/pipelines/customize-pipeline?view=azure-devops"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Integration",
"text": "Use GUI for pipeline",
"description": "Use classic GUI editor to set up pipeline",
"waf": "Operations",
"guid": "d68c5b5c-2925-4394-a69b-9d379ac43bc6",
"id": "C02.04",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/pipelines/get-started/pipelines-get-started?view=azure-devops&source=recommendations#define-pipelines-using-the-classic-interface"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Integration",
"text": "Configure Templates",
"description": "Set up templates, parameters and expressions",
"waf": "Operations",
"guid": "8d1d7665-7246-4b44-a564-b4dd74a759c7",
"id": "C02.05",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/templates?view=azure-devops&pivots=templates-includes"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Integration",
"text": "Jobs",
"description": "Set up jobs, stages and dependencies",
"waf": "Operations",
"guid": "633bd2a1-a27a-4764-a90b-e0e378ee293c",
"id": "C02.06",
"severity": "High",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/stages?view=azure-devops&tabs=yaml"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Integration",
"text": "Conditions and Demands",
"description": "Set up conditions and Demands",
"waf": "Operations",
"guid": "1bd363ca-aab7-4571-a49a-b9193dc9fc9d",
"id": "C02.07",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/conditions?view=azure-devops&tabs=yaml%2Cstages"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Integration",
"text": "Variables",
"description": "Define Variables",
"waf": "Operations",
"guid": "1bb84b37-b5a6-47fc-a9ed-5b35478d447a",
"id": "C02.08",
"severity": "High",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Deployment",
"text": "Deployment Pipeline",
"description": "Set up your deployment pipeline",
"waf": "Operations",
"guid": "826c2863-c00f-41ca-a699-ef1d5a83de5d",
"id": "C03.01",
"severity": "High",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/create-multistage-pipeline?view=azure-devops"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Deployment",
"text": "Release branch",
"description": "Select correct branches to deploy from",
"waf": "Operations",
"guid": "e36c1c81-870a-40bc-9c1e-43a18658d285",
"id": "C03.02",
"severity": "Medium",
"training": "https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview",
"link": "https://learn.microsoft.com/azure/devops/pipelines/release/deploy-multiple-branches?view=azure-devops"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Deployment",
"text": "Deploy to Azure",
"description": "use relevant template to deploy to azure",
"waf": "Operations",
"guid": "8ed67179-b825-4546-bf2a-ee4553afc833",
"id": "C03.03",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/pipelines/overview-azure?view=azure-devops"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Deployment",
"text": "Approvals and Checks",
"description": "Define Release Approvals and pre deployment checks",
"waf": "Operations",
"guid": "9248726d-d68c-45b5-a292-5394b69b9d37",
"id": "C03.04",
"severity": "Medium",
"training": "https://learn.microsoft.com/learn/modules/azure-ad-privileged-identity-management/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Deployment",
"text": "Gates",
"description": "Define Gates and post deployment checks",
"waf": "Operations",
"guid": "9ac43bc6-8d1d-4766-9724-6b448564b4dd",
"id": "C03.05",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/pipelines/release/approvals/?view=azure-devops&tabs=yaml"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Deployment",
"text": "Azure Function Checks",
"description": "Define Azure Function and REST API Checks",
"waf": "Operations",
"guid": "74a759c7-633b-4d2a-8a27-a764a90be0e3",
"id": "C03.06",
"severity": "Low",
"training": "https://learn.microsoft.com/learn/paths/implement-resource-mgmt-security/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/process/invoke-checks?view=azure-devops"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Deployment",
"text": "Pipline Reports",
"description": "Review pipeline reports",
"waf": "Operations",
"guid": "78ee293c-1bd3-463c-aaab-7571949ab919",
"id": "C03.07",
"severity": "High",
"training": "https://learn.microsoft.com/learn/modules/plan-implement-administer-conditional-access/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/reports/pipelinereport?view=azure-devops"
},
{
"category": "Azure Pipelines",
"subcategory": "Analytics",
"text": "Pipeline Result Trend",
"description": "configure Trend Result widget",
"waf": "Operations",
"guid": "3dc9fc9d-1bb8-44b3-9b5a-67fcb9ed5b35",
"id": "C04.01",
"severity": "Medium",
"training": "https://learn.microsoft.com/learn/modules/secure-aad-users-with-mfa/",
"link": "https://learn.microsoft.com/azure/devops/report/dashboards/analytics-widgets?toc=%2Fazure%2Fdevops%2Fpipelines%2Ftoc.json&view=azure-devops#test-results-trend-advanced"
},
{
"category": "Azure Pipelines",
"subcategory": "Analytics",
"text": "Work Tracking with Pipeline",
"description": "Connect with WIT to visualize work",
"waf": "Operations",
"guid": "478d447a-826c-4286-9c00-f1cac699ef1d",
"id": "C04.02",
"severity": "Medium",
"training": "https://learn.microsoft.com/learn/paths/azure-administrator-manage-identities-governance/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/integrations/configure-pipelines-work-tracking?view=azure-devops&tabs=yaml"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Deployment",
"text": " Agents and agent pools",
"description": "Understand agent pools",
"waf": "Operations",
"guid": "5a83de5d-e36c-41c8-8870-a0bc5c1e43a1",
"id": "C05.01",
"severity": "Medium",
"training": "https://learn.microsoft.com/learn/modules/azure-ad-privileged-identity-management/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=yaml%2Cbrowser"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Deployment",
"text": "Deployment Groups",
"description": "Understand and provision Deployment Groups when required",
"waf": "Operations",
"guid": "8658d285-8ed6-4717-ab82-5546df2aee45",
"id": "C05.02",
"severity": "Low",
"training": "https://learn.microsoft.com/learn/modules/explore-basic-services-identity-types/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/release/deployment-groups/?view=azure-devops"
},
{
"category": "Azure Pipelines",
"subcategory": "Continuous Deployment",
"text": "Deploy to Kubernetes",
"description": "Understand Kubernetes Deployment",
"waf": "Operations",
"guid": "53afc833-9248-4726-bd68-c5b5c2925394",
"id": "C05.03",
"severity": "Low",
"training": "https://learn.microsoft.com/learn/paths/manage-identity-and-access/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/ecosystems/kubernetes/deploy?view=azure-devops"
},
{
"category": "Azure Pipelines",
"subcategory": "Security",
"text": "DAST Scan",
"description": "Perform Dynamic Security Testing",
"waf": "Security",
"guid": "b69b9d37-9ac4-43bc-98d1-d76657246b44",
"id": "C06.01",
"severity": "Medium",
"training": "https://learn.microsoft.com/learn/modules/create-custom-azure-roles-with-rbac/",
"link": "https://devblogs.microsoft.com/premier-developer/azure-devops-pipelines-leveraging-owasp-zap-in-the-release-pipeline/"
},
{
"category": "Azure Pipelines",
"subcategory": "Security",
"text": "Service Connections",
"description": "Manage Service Connections",
"waf": "Security",
"guid": "8564b4dd-74a7-459c-9633-bd2a1a27a764",
"id": "C06.02",
"severity": "Medium",
"training": "https://learn.microsoft.com/learn/paths/secure-your-cloud-data/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml"
},
{
"category": "Azure Pipelines",
"subcategory": "Security",
"text": "Retention Policies",
"description": "Set data retention policies for CI and CD",
"waf": "Security",
"guid": "a90be0e3-78ee-4293-a1bd-363caaab7571",
"id": "C06.03",
"severity": "Medium",
"training": "https://learn.microsoft.com/learn/modules/azure-active-directory/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/policies/retention?view=azure-devops&tabs=yaml"
},
{
"category": "Azure Pipelines",
"subcategory": "Administration",
"text": "Parallel Pipelines",
"description": "Set up and pay for concurrent pipelines",
"waf": "Operations",
"guid": "949ab919-3dc9-4fc9-b1bb-84b37b5a67fc",
"id": "C07.01",
"severity": "Low",
"training": "https://learn.microsoft.com/learn/modules/implement-hybrid-identity-windows-server/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/licensing/concurrent-jobs?view=azure-devops&tabs=ms-hosted"
},
{
"category": "Azure Pipelines",
"subcategory": "Security",
"text": "Pipeline Permissions",
"description": "Set pipeline permissions",
"waf": "Security",
"guid": "b9ed5b35-478d-4447-a826-c2863c00f1ca",
"id": "C08.01",
"severity": "Medium",
"training": "https://learn.microsoft.com/learn/paths/implement-windows-server-iaas-virtual-machine-identity/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/policies/permissions?view=azure-devops"
},
{
"category": "Azure Pipelines",
"subcategory": "Security",
"text": "Pipeline Users",
"description": "Add users to pipeline",
"waf": "Security",
"guid": "c699ef1d-5a83-4de5-be36-c1c81870a0bc",
"id": "C08.02",
"severity": "Low",
"training": "https://learn.microsoft.com/learn/paths/implement-applications-external-access-azure-ad/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/policies/set-permissions?view=azure-devops"
},
{
"category": "Azure Artifact",
"subcategory": "Configuration",
"text": "Artifact In Pipeline",
"description": "Configure Artifacts",
"waf": "Operations",
"guid": "5c1e43a1-8658-4d28-98ed-67179b825546",
"id": "D01.01",
"severity": "Medium",
"training": "https://learn.microsoft.com/learn/modules/design-identity-security-strategy/",
"link": "https://learn.microsoft.com/azure/devops/pipelines/artifacts/artifacts-overview?view=azure-devops&tabs=nuget"
},
{
"category": "Azure Artifact",
"subcategory": "Configuration",
"text": "Publish and download Artifact",
"description": "Publish and consume artifact in pipeline",
"waf": "Operations",
"guid": "df2aee45-53af-4c83-9924-8726dd68c5b5",
"id": "D01.02",
"severity": "Medium",
"training": "https://learn.microsoft.com/azure/architecture/example-scenario/identity/adds-extend-domain",
"link": "https://learn.microsoft.com/azure/devops/pipelines/artifacts/pipeline-artifacts?view=azure-devops&tabs=yaml"
},
{
"category": "Azure Artifact",
"subcategory": "Configuration",
"text": "NuGet",
"description": "Publish NuGet packages with artifacts",
"waf": "Operations",
"guid": "c2925394-b69b-49d3-99ac-43bc68d1d766",
"id": "D01.03",
"severity": "Low",
"training": "https://learn.microsoft.com/azure/role-based-access-control/overview",
"link": "https://learn.microsoft.com/azure/devops/pipelines/artifacts/nuget?view=azure-devops&tabs=yaml"
},
{
"category": "Azure Artifact",
"subcategory": "Configuration",
"text": "Maven",
"description": "Publish Maven packages with artifacts",
"waf": "Operations",
"guid": "57246b44-8564-4b4d-b74a-759c7633bd2a",
"id": "D01.04",
"severity": "Low",
"link": "https://learn.microsoft.com/azure/devops/pipelines/artifacts/publish-maven-artifacts?view=azure-devops"
},
{
"category": "Azure Artifact",
"subcategory": "Configuration",
"text": "NPM",
"description": "Publish NPM packages with artifacts",
"waf": "Operations",
"guid": "1a27a764-a90b-4e0e-978e-e293c1bd363c",
"id": "D01.05",
"severity": "Low",
"link": "https://learn.microsoft.com/azure/devops/pipelines/artifacts/npm?view=azure-devops&tabs=yaml"
},
{
"category": "Azure Artifact",
"subcategory": "Configuration",
"text": "Best Practices",
"description": "Best Practices to work with Azure Artifact",
"waf": "Operations",
"guid": "aaab7571-949a-4b91-a3dc-9fc9d1bb84b3",
"id": "D01.06",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/devops/artifacts/concepts/best-practices?view=azure-devops"
},
{
"category": "DevOps Practice",
"subcategory": "Practice",
"text": "What to monitor?",
"description": "What is monitoring?",
"waf": "Operations",
"guid": "7b5a67fc-b9ed-45b3-9478-d447a826c286",
"id": "E01.01",
"severity": "High",
"link": "https://learn.microsoft.com/devops/operate/what-is-monitoring"
},
{
"category": "DevOps Practice",
"subcategory": "Practice",
"text": "Safe Deployment Practices",
"description": "Progressive Exposure Strategy",
"waf": "Operations",
"guid": "3c00f1ca-c699-4ef1-b5a8-3de5de36c1c8",
"id": "E01.02",
"severity": "Medium",
"link": "https://learn.microsoft.com/devops/operate/safe-deployment-practices"
},
{
"category": "DevOps Practice",
"subcategory": "Practice",
"text": "Case Study",
"description": "Microsoft runs reliable systems with DevOps",
"waf": "Operations",
"guid": "1870a0bc-5c1e-443a-8865-8d2858ed6717",
"id": "E01.03",
"severity": "Low",
"training": "https://learn.microsoft.com/azure/azure-monitor/logs/design-logs-deployment",
"link": "https://learn.microsoft.com/devops/operate/how-microsoft-operates-devops"
},
{
"category": "DevOps Practice",
"subcategory": "Practice",
"text": "DevSecOps",
"description": "Security in DevOps",
"waf": "Security",
"guid": "9b825546-df2a-4ee4-953a-fc8339248726",
"id": "E01.04",
"severity": "Medium",
"link": "https://learn.microsoft.com/devops/operate/security-in-devops"
},
{
"category": "DevOps Practice",
"subcategory": "Practice",
"text": "DevSecops",
"description": "Enable DevSecops with Azure And GitHub",
"waf": "Security",
"guid": "dd68c5b5-c292-4539-9b69-b9d379ac43bc",
"id": "E01.05",
"severity": "Low",
"training": "https://learn.microsoft.com/learn/paths/architect-infrastructure-operations/",
"link": "https://learn.microsoft.com/devops/devsecops/enable-devsecops-azure-github"
},
{
"category": "DevOps Practice",
"subcategory": "Practice",
"text": "Secure DevOps Govenance",
"description": "Mirror RBAC in DevOps",
"waf": "Security",
"guid": "68d1d766-5724-46b4-9856-4b4dd74a759c",
"id": "E01.06",
"severity": "Low",
"training": "https://learn.microsoft.com/learn/paths/architect-infrastructure-operations/",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/secure/best-practices/end-to-end-governance"
},
{
"category": "DevOps Practice",
"subcategory": "Practice",
"text": "Azure DevOps Governance",
"description": "Governance when using CI/CD",
"waf": "Security",
"guid": "7633bd2a-1a27-4a76-9a90-be0e378ee293",
"id": "E01.07",
"severity": "Medium",
"training": "https://learn.microsoft.com/learn/paths/implement-resource-mgmt-security/",
"link": "https://learn.microsoft.com/azure/architecture/example-scenario/governance/end-to-end-governance-in-azure"
}
],
"categories": [
{
"name": "Version Control"
},
{
"name": "Azure Boards"
},
{
"name": "Azure Pipelines"
},
{
"name": "Continuous Integration"
},
{
"name": "Continuous Deployment"
},
{
"name": "Azure Artifact"
},
{
"name": "DevOps Practice"
}
],
"waf": [
{
"name": "Reliability"
},
{
"name": "Security"
},
{
"name": "Cost"
},
{
"name": "Operations"
},
{
"name": "Performance"
}
],
"yesno": [
{
"name": "Yes"
},
{
"name": "No"
}
],
"status": [
{
"name": "Not verified",
"description": "This check has not been looked at yet"
},
{
"name": "Open",
"description": "There is an action item associated to this check"
},
{
"name": "Fulfilled",
"description": "This check has been verified, and there are no further action items associated to it"
},
{
"name": "Not required",
"description": "Recommendation understood, but not needed by current requirements"
},
{
"name": "N/A",
"description": "Not applicable for current design"
}
],
"severities": [
{
"name": "High"
},
{
"name": "Medium"
},
{
"name": "Low"
}
],
"metadata": {
"name": "Azure DevOps",
"state": "Preview",
"timestamp": "12/15/2023 11:48:52"
}
}