You're deploying your ASP.NET Core application on Azure. To monitor the application's performance and health, which Azure service can you use?
- Azure Monitor
- Azure Functions
- Azure Storage
- Azure Machine Learning
Azure Monitor is the Azure service designed for monitoring and gaining insights into the performance, health, and usage of applications deployed on Azure, including ASP.NET Core applications. It provides comprehensive monitoring and diagnostic capabilities.
Loading...
Related Quiz
- One of the features of ASP.NET Core is its ability to run on _________ platforms.
- When performing unit testing in ASP.NET Core, what attribute is commonly used to signify a method as a test method?
- When you attempt to create a user programmatically in ASP.NET Core, and the creation fails, what type of object can be checked to obtain the reasons for the failure?
- Which middleware in ASP.NET Core provides a default way to handle exceptions in a web application?
- While working on a Razor project, you come across a file named _ViewImports.cshtml. What is the primary role of this file in the Razor view engine?