To fix the notification latency problem, which two steps should you perform? Each correct answer is part of the solution.
Choose an answer
Tap an option to check your answer.
Correct answer: Set Always On to true., Ensure the Azure Function is hosted on an App Service plan..
Why this is the answer
To reduce notification latency, you should set "Always On" to true and ensure the Azure Function is hosted on an App Service plan. "Always On" prevents the app from being unloaded due to inactivity, which eliminates the cold start delay that contributes to latency. This setting is only available for App Service plans. Hosting the Azure Function on an App Service plan allows you to utilize the "Always On" feature. Consumption plans, while cost-effective for infrequent executions, are serverless and do not support "Always On," meaning functions can experience cold starts and increased latency. Setting "Always On" to false would exacerbate latency by allowing the app to unload.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed