AZ-500 · Question #4
Case Study 1 - Litware, Inc Overview Litware, Inc. is a digital media company that has 500 employees in the Chicago area and 20 employees in the San Francisco area. Existing Environment Litware has…
The correct answer is B. Turn on the HTTPS Only protocol setting. E. Turn on the Incoming client certificates protocol setting. Explanation Configuring WebApp1 to meet data and application requirements involves ensuring secure communication and mutual authentication. Option B (HTTPS Only) is correct because it forces all HTTP traffic to redirect to HTTPS, ensuring data in transit is encrypted and…
Question
Options
- AUpload a public certificate.
- BTurn on the HTTPS Only protocol setting.
- CSet the Minimum TLS Version protocol setting to 1.2.
- DChange the pricing tier of the App Service plan.
- ETurn on the Incoming client certificates protocol setting.
How the community answered
(27 responses)- A11% (3)
- B70% (19)
- C4% (1)
- D15% (4)
Explanation
Explanation
Configuring WebApp1 to meet data and application requirements involves ensuring secure communication and mutual authentication. Option B (HTTPS Only) is correct because it forces all HTTP traffic to redirect to HTTPS, ensuring data in transit is encrypted and preventing insecure connections to the web application. Option E (Incoming Client Certificates) is correct because enabling this setting requires clients to present a certificate when connecting, implementing mutual TLS authentication - a common requirement for securing web applications that handle sensitive company data.
Why the distractors are wrong:
- Option A is incorrect because simply uploading a public certificate doesn't enforce its use; you must also enable client certificate requirements (Option E does this).
- Option C is incorrect because while setting TLS 1.2 is a security best practice, the question's requirements are specifically met by enforcing HTTPS and client certificate authentication - TLS version configuration is not indicated as a stated requirement.
- Option D is incorrect because changing the App Service pricing tier relates to scaling and features (like adding deployment slots), not security configuration for data protection requirements.
Memory Tip
Think "Lock the Door (HTTPS Only) + Check ID at the Door (Client Certificates)" - securing a web app means both encrypting the channel and verifying who's knocking. If a question mentions mutual authentication or client verification, always look for the client certificates toggle.
Topics
Community Discussion
No community discussion yet for this question.