Skip to content

Commit 8e0e2ba

Browse files
Fix: question36 correct answer
1 parent cd2b500 commit 8e0e2ba

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
@@ -660,8 +660,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
660660

661661
### You develop and deploy an Azure App Service API app to a Windows-hosted deployment slot named Development. You create additional deployment slots named Testing and Production. You enable auto swap on the Production deployment slot. You need to ensure that scripts run and resources are available before a swap operation occurs. Solution: Update the app with a method named statuscheck to run the scripts. Update the app settings for the app. Set the WEBSITE_SWAP_WARMUP_PING_PATH and WEBSITE_SWAP_WARMUP_PING_STATUSES with a path to the new method and appropriate response codes. Does the solution meet the goal?
662662

663-
- [ ] Yes.
664-
- [x] No.
663+
- [x] Yes.
664+
- [ ] No.
665665

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

0 commit comments

Comments
 (0)