Microsoft Azure Security Technologies — Question 8
You company has an Azure subscription named Sub1. Sub1 contains an Azure web app named WebApp1 that uses Azure Application Insights. WebApp1 requires users to authenticate by using OAuth 2.0 client secrets.
Developers at the company plan to create a multi-step web test app that preforms synthetic transactions emulating user traffic to Web App1.
You need to ensure that web tests can run unattended.
What should you do first?
Answer options
- A. In Microsoft Visual Studio, modify the .webtest file.
- B. Upload the .webtest file to Application Insights.
- C. Register the web test app in Azure AD.
- D. Add a plug-in to the web test app.
Correct answer: C
Explanation
The correct answer is C, as registering the web test app in Azure AD is essential for enabling OAuth 2.0 authentication, allowing the web tests to run without user interaction. Options A and B do not address the authentication requirement, while D involves adding a feature but does not solve the unattended execution problem.