Implementing User Testing for WebApp1 on Azure Virtual Machine Scale Set (VMSS1)

Implementing Limited User Testing for WebApp1 on VMSS1

Question

You have an Azure DevOps project named Project1 and an Azure subscription named Sub1. Sub1 contains an Azure virtual machine scale set named VMSS1.

VMSS1 hosts a web application named WebApp1. WebApp1 uses stateful sessions.

The WebApp1 installation is managed by using the Custom Script extension. The script resides in an Azure Storage account named sa1.

You plan to make a minor change to a UI element of WebApp1 and to gather user feedback about the change.

You need to implement limited user testing for the new version of WebApp1 on VMSS1.

Which three actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

BCD

To implement limited user testing for the new version of WebApp1 on VMSS1, you should perform the following three actions:

  1. Upload a custom script file to sa1: You need to upload the updated version of the web application to the Azure Storage account named sa1, which is used to manage the installation of WebApp1 using the Custom Script extension. This step will ensure that the latest version of the web application is available for deployment on VMSS1.

  2. Modify the Custom Script extension settings of VMSS1: You need to modify the Custom Script extension settings of VMSS1 to deploy the updated version of the web application to the virtual machines in the scale set. This step will ensure that the latest version of the web application is deployed to all the virtual machines in VMSS1.

  3. Modify the load balancer settings of VMSS1: You need to modify the load balancer settings of VMSS1 to route a portion of the incoming traffic to the updated version of the web application. This step will enable limited user testing by allowing a subset of users to access the updated version of the web application while the rest continue to use the previous version.

Therefore, the correct answers are:

C. Upload a custom script file to sa1. D. Modify the Custom Script extension settings of VMSS1. A. Modify the load balancer settings of VMSS1.