Skip to content

Commit 84b3857

Browse files
Updated question 133 with new Azure recommendation
On the microsoft learning site: https://learn.microsoft.com/en-us/training/modules/monitor-app-performance/5-availability-tests they mention using Custom TrackAvailbility test using the TrackAvailabity() method. They also mention this method as a replacer for Mult-step web tests here: https://azure.microsoft.com/en-ca/updates/retirement-notice-transition-to-custom-availability-tests-in-application-insights/
1 parent 4627d8a commit 84b3857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,6 +1586,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
15861586
### You develop and deploy an ASP.NET web app to Azure App Service. You use Application Insights telemetry to monitor the app. You must test the app to ensure that the app is available and responsive from various points around the world and at regular intervals. If the app is not responding, you must send an alert to support staff. You need to configure a test for the web app. Which two test types can you use?
15871587

15881588
- [ ] Integration.
1589+
- [x] TrackAvailablity
15891590
- [x] URL ping.
15901591
- [ ] Unit.
15911592
- [ ] Load.

0 commit comments

Comments
 (0)