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?
Click on the arrows to vote for the correct answer
A. B. C. D.B
To ensure that the web tests can run unattended, you need to authenticate the multi-step web test app using OAuth 2.0 client secrets. Here are the steps you should follow:
In summary, the correct answer is C. Register the web test app in Azure AD. This is the first step you need to take to authenticate the web test app using OAuth 2.0 client secrets. Once you have done this, you can modify the .webtest file, upload it to Application Insights, and optionally add a plug-in to the web test app.