Skip to content

Commit e87fb69

Browse files
fix: question18 correct answer
1 parent ff444e6 commit e87fb69

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

505505
### You develop an HTTP triggered Azure Function app to process Azure Storage blob data. The app is triggered using an output binding on the blob. The app continues to time out after four minutes. The app must process the blob data. You need to ensure the app does not time out and processes the blob data. Solution: Configure the app to use an App Service hosting plan and enable the Always On setting. Does the solution meet the goal?
506506

507-
- [x] Yes.
508-
- [ ] No.
507+
- [ ] Yes.
508+
- [x] No.
509509

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

0 commit comments

Comments
 (0)