SC-100 Exam QuestionsBrowse all questions from this exam

SC-100 Exam - Question 157


HOTSPOT

-

You use Azure Policy with Azure Repos to implement continuous integration and continuous deployment (CI/CD) workflows.

You need to recommend best practices to secure the stages of the CI/CD workflows based on the Microsoft Cloud Adoption Framework for Azure.

What should you include in the recommendation for each stage? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Answer
Correct Answer:

Discussion

7 comments
Sign in to comment
janesb
Apr 7, 2023

Incorrect Answer GIT Workflow ---> Protected Branch Secure Deployment credentials --> Keyvault Ref : https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/secure/best-practices/secure-devops

OK2020
Apr 7, 2023

answers should be the opposite: 1. protected branches 2. Keyvolt https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/secure/best-practices/secure-devops

zellck
May 13, 2023

1. Protected branches 2. Azure Key Vault https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/secure/best-practices/secure-devops#restrict-access-to-protected-branches https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/secure/best-practices/secure-devops#azure-key-vault If your CI platform supports it, consider storing credentials in a dedicated secret store, for example Azure Key Vault. Credentials are fetched at runtime by the build agent and your attack surface is reduced.

zellck
May 26, 2023

Gotten this in May 2023 exam.

tocane
Jan 3, 2024

1. Protected branches 2. Azure Key Vault

smanzana
Oct 24, 2023

1. Protected branches 2. Azure Key Vault

ConanBarb
Sep 22, 2023

Protected branches Create custom roles for build agents https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/secure/best-practices/secure-devops

Socgen1
Jul 13, 2024

1. Protected Branches 2. Azure Key vault These two are right answer