You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1670,9 +1670,9 @@ specified personnel if the temperature is outside of those thresholds.
1670
1670
### You are developing applications for a company. You plan to host the applications on Azure App Services. The company has the following requirements: Every five minutes verify that the websites are responsive. Verify that the websites respond within a specified time threshold. Dependent requests such as images and JavaScript files must load properly. Generate alerts if a website is experiencing issues. If a website fails to load, the system must attempt to reload the site three more times. You need to implement this process with the least amount of effort. What should you do?
1671
1671
1672
1672
-[ ] Create a Selenium web test and configure it to run from your workstation as a scheduled task.
1673
-
-[] Set up a URL ping test to query the home page.
1673
+
-[x] Set up a URL ping test to query the home page.
1674
1674
-[ ] Create an Azure function to query the home page.
1675
-
-[x] Create a multi-step web test to query the home page.
1675
+
-[] Create a multi-step web test to query the home page.
1676
1676
-[ ] Create a Custom Track Availability Test to query the home page.
0 commit comments