Microsoft
AZ-305 · Question #53
You have a .NET web service named Service1 that has the following requirements: Must read and write temporary files to the local file system. Must write to the Application event log. You need to…
The correct answer is A. an Azure App Service web app. Azure Web App meets the requirements and is less expansive compared to VM scale sets. https://docs.microsoft.com/es-es/azure/app-service/troubleshoot-diagnostic-logs
Submitted by the_admin· Mar 6, 2026Design infrastructure solutions
Question
You have a .NET web service named Service1 that has the following requirements: Must read and write temporary files to the local file system. Must write to the Application event log. You need to recommend a solution to host Service1 in Azure. The solution must meet the following requirements: Minimize maintenance overhead. Minimize costs. What should you include in the recommendation?
Options
- Aan Azure App Service web app
- Ban Azure virtual machine scale set
- Can App Service Environment (ASE)
- Dan Azure Functions app
How the community answered
(48 responses)- A77% (37)
- B4% (2)
- C13% (6)
- D6% (3)
Explanation
Azure Web App meets the requirements and is less expansive compared to VM scale sets. https://docs.microsoft.com/es-es/azure/app-service/troubleshoot-diagnostic-logs
Community Discussion
No community discussion yet for this question.