ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 105 - AZ-720 discussion

Report
Export

A company manages a solution that uses Azure Functions.

A function returns the following error: Azure Function Runtime is unreachable.

You need to troubleshoot the issue.

What are two possible causes of the issue?

A.
The execution quota is full.
Answers
A.
The execution quota is full.
B.
The company did not configure a timer trigger.
Answers
B.
The company did not configure a timer trigger.
C.
The storage account application settings were deleted.
Answers
C.
The storage account application settings were deleted.
D.
The function key was deleted.
Answers
D.
The function key was deleted.
E.
The storage account for the function was deleted.
Answers
E.
The storage account for the function was deleted.
Suggested answer: C, E

Explanation:

Two possible causes of the issue where a function returns the error “Azure Function Runtime is unreachable” are: C. The storage account application settings were deleted. E. The storage account for the function was deleted. According to Microsoft, this issue occurs when the Functions runtime can’t start. The most common reason for this is that the function app has lost access to its storage account. If that account is deleted or if the storage account application settings were deleted, your functions won’t work

https://learn.microsoft.com/en-us/azure/azure-functions/functions-recover-storage-account

asked 02/10/2024
Abigail Dodson
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first