Exam AZ-104 All QuestionsBrowse all questions from this exam
Question 283

You plan to deploy several Azure virtual machines that will run Windows Server 2019 in a virtual machine scale set by using an Azure Resource Manager template.

You need to ensure that NGINX is available on all the virtual machines after they are deployed.

What should you use?

    Correct Answer: B

    To ensure that NGINX is available on all Azure virtual machines after deployment using an Azure Resource Manager template, the preferred method is to use a Desired State Configuration (DSC) extension. DSC is a management platform used to automatically configure, deploy, and manage systems. Using a DSC extension allows administrators to define the desired state and ensure that NGINX is installed and configured across all virtual machines consistently. Other options, such as Deployment Center in Azure App Service, the New-AzConfigurationAssignment cmdlet, and a Microsoft Intune device configuration profile, are either not suitable for virtual machine scale sets or not directly related to the task of installing and configuring software on these virtual machines.

Discussion
mlantonisOption: B

Correct Answer: B Note: There are several versions of this question in the exam. The question has two correct answers: 1. a Desired State Configuration (DSC) extension 2. Azure Custom Script Extension The question can have other incorrect answer options, including the following: ✑ the Publish-AzVMDscConfiguration cmdlet ✑ Azure Application Insights

Takloy

Thanks!

ABhi101

Thanks

Volh

thanks !

fedztedzOption: B

Answer is correct "B" with ARM templates, DSC is used.

Jamal786Option: B

During my training with MS, i had this question but solution B was not given there so in that case this is the solution below: You are going to deploy multiple Virtual machines having Windows Server Operating System by using Azure Resource Manager Template. While completing the Virtual machines deployment you need to make sure that NGINX should be available on all the Virtual machines. What should you do? Answer: Azure Custom Script Extension Explanation A Custom Script Extension(CSE) can be used to automatically launch and execute virtual machine customization tasks post configuration. Your script extension may perform simple tasks such as stopping the virtual machine or installing a software component. However, the script could be more complex and perform a series of tasks. Reference link https://learn.microsoft.com/en-us/training/modules/configure-virtual-machine-extensions/3-implement-custom-script-extensions

Christina666

appears on my last attempt 9th July, has option Azure Custom Script Extension instead of DSC

Olram

Passed today. this is part of the exam. 4/23/22

zellckOption: B

B is the answer. https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-template

devilcriedOption: B

The Azure DSC extension uses the Azure VM Agent framework to deliver, enact, and report on DSC configurations running on Azure VMs. https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-overview

LazylinuxOption: B

I Luv Honey because it is B Desired State Configuration (DSC) extension

lulzsec2019

You will see this question multiple times. I promise :)

EmnCoursOption: B

Correct Answer: B

manalshowaeiOption: B

B. A Desired State Configuration (DSC) extension

KIRANdxc

Got his question in exam !!

Amir1909Option: B

B is correct

Amir1909Option: B

B is correct

Amir1909Option: B

B is correct

zellckOption: B

Same as Question 67. https://www.examtopics.com/discussions/microsoft/view/67546-exam-az-104-topic-4-question-67-discussion

F117A_StealthOption: B

B. A Desired State Configuration (DSC) extension

willt

Correct