You need to resolve a notification latency issue. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A.
Set Always On to true.
B.
Ensure that the Azure Function is using an App Service plan.
C.
Set Always On to false.
D.
Ensure that the Azure Function is set to use a consumption plan.
Correct Answer: A and B
Always On enables waking up on HTTP trigger, but does not prevent the exceeding the max time out time of 230 seconds.
If your function app is on the Consumption plan, there can be up to a 10-minute delay in processing new blobs if a function app has gone idle. To avoid this latency, you can switch to an App Service plan with Always On enabled. You can also use an Event Grid trigger with your Blob storage account.
Reference:
https://docs.microsoft.com/en-us/azure/azure-functions/dedicated-plan#always-on
https://github.com/Azure/Azure-Functions/wiki/Enable-Always-On-when-running-on-dedicated-App-Service-Plan
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-event-overview
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger?tabs=csharp#event-grid-trigger
This section is not available anymore. Please use the main Exam Page.AZ-204 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
andsol
Highly Voted 2 years, 7 months agomlantonis
Highly Voted 2 years, 4 months agouffuchsi
Most Recent 8 months, 1 week agoOPT_001122
11 months, 2 weeks agoDP_Bhatt
11 months, 3 weeks agoSivajiTheBoss
1 year, 7 months agoNaval708
2 years, 5 months agoUnknowMan
2 years, 5 months ago