Microsoft Certified Devops Engineer Expert · Free Practice Question Medium

Question 3

You have created an Azure DevOps project for a new application that will be deployed to a number of Windows Server 2016 Azure virtual machines. You are preparing a deployment solution that allows for the virtual machines to maintain a uniform configuration, and also keep administrative effort with regards to configuring the virtual machines to a minimum.

Which of the following should be part of your solution? (Choose two.)

  • A

    The Custom Script Extension for Windows

  • B

    Azure pipeline deployment groups

  • C

    Azure pipeline stage templates

  • D

    The PowerShell Desired State Configuration (DSC) extension for Windows

  • E

    Azure Resource Manager templates

Reveal correct answers

Correct answers: A, D

Explanation

The Custom Script Extension downloads and executes scripts on Azure virtual machines. This extension is useful for post deployment configuration, software installation, or any other configuration or management tasks. Scripts can be downloaded from Azure storage or GitHub, or provided to the Azure portal at extension run time. The Custom Script Extension integrates with Azure Resource Manager templates, and can be run using the Azure CLI, PowerShell, Azure portal, or the Azure Virtual Machine REST API.

Reference:

https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/custom-script-windows

Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need