Skip to content

Commit e5dd309

Browse files
Fix: question141 correct answer (closes #9)
1 parent 6c65868 commit e5dd309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,9 +1670,9 @@ specified personnel if the temperature is outside of those thresholds.
16701670
### 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?
16711671

16721672
- [ ] 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.
16741674
- [ ] 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.
16761676
- [ ] Create a Custom Track Availability Test to query the home page.
16771677

16781678
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)