Question 116 of 213
Single answerHOTSPOT -You are developing an ASP.NET Core web application. You plan to deploy the application to Azure Web App for Containers.The application needs to store runtime diagnostic data that must be persisted across application restarts. You have the following code:You need to configure the application settings so that diagnostic data is stored as required.How should you configure the web app's settings? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
✓A Box 1: If WEBSITES_ENABLE_APP_SERVICE_STORAGEIf WEBSITES_ENABLE_APP_SERVICE_STORAGE setting is unspecified or set to true, the /home/ directory will be shared across scale instances, and files written will persist across restartsBox 2: /ho
BRefer to simulation panel
✓
Correct Answer: A
Box 1: If WEBSITES_ENABLE_APP_SERVICE_STORAGEIf WEBSITES_ENABLE_APP_SERVICE_STORAGE setting is unspecified or set to true, the /home/ directory will be shared across scale instances, and files written will persist across restartsBox 2: /ho
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.