Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam CSCP All Questions

View all questions & answers for the CSCP exam

Exam AZ-104 topic 3 question 70 discussion

Actual exam question from APICS's CSCP
Question #: 70
Topic #: 1
[All CSCP Questions]

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?

  • A. the Publish-AzVMDscConfiguration cmdlet
  • B. Azure Application Insights
  • C. a Desired State Configuration (DSC) extension
  • D. Azure AD Application Proxy
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
myarali
Highly Voted 1 year, 8 months ago
Selected Answer: C
Answer is C) a Desired State Configuration (DSC) extension To ensure that NGINX is available on all the virtual machines in a virtual machine scale set, you can use the Desired State Configuration (DSC) extension. Option A (the Publish-AzVMDscConfiguration cmdlet) is used to generate a configuration file for DSC. Option B (Azure Application Insights) is a monitoring service that provides application performance and availability telemetry. Option D (Azure AD Application Proxy) is a service that enables remote access to on-premises applications. Therefore, the correct option for this scenario is C: a Desired State Configuration (DSC) extension. The DSC extension can be used to configure and manage the state of the virtual machines in the virtual machine scale set, including the installation of NGINX.
upvoted 39 times
...
Fr3ggel
Highly Voted 1 year ago
Selected Answer: C
This same question exists with with other answer. The only possible solutions are: 1. a Desired State Configuration (DSC) extension 2. Azure Custom Script Extension Remember this, because this question will repeat a lot later.
upvoted 12 times
...
NutantNinja
Most Recent 3 months, 3 weeks ago
Be prepared to see this question at least 3 more times lol
upvoted 1 times
NutantNinja
3 months, 3 weeks ago
30* lol
upvoted 1 times
...
...
iamchoy
1 year, 2 months ago
Selected Answer: C
To ensure that NGINX is available on all the virtual machines after they are deployed in an Azure Virtual Machine Scale Set using an Azure Resource Manager template, you should leverage the Desired State Configuration (DSC) extension. With DSC, you can define and apply a consistent configuration to target nodes (in this case, virtual machines) in an automated and idempotent manner. Thus, the correct answer is: C. a Desired State Configuration (DSC) extension You would define a DSC configuration that ensures the installation of NGINX and then apply this configuration using the DSC extension in the Azure Resource Manager template.
upvoted 1 times
...
CarlosMarin
1 year, 2 months ago
This question was in my exam on 31/08/2023.
upvoted 5 times
...
Rwj
1 year, 6 months ago
Got this on 4/22/2023
upvoted 3 times
...
GohanF2
1 year, 7 months ago
answer is true. This one appears on the MS free assessment test.
upvoted 3 times
lahart99
1 year, 2 months ago
what is the link to that one?
upvoted 1 times
...
...
WreckIT
1 year, 8 months ago
Selected Answer: C
C. a Desired State Configuration (DSC) extension
upvoted 7 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...