You're in charge of deploying an ASP.NET Core application to Azure. The application must auto-scale based on demand and support custom domains. Which Azure service would you primarily consider?
- Azure Kubernetes Service (AKS)
- Azure App Service
- Azure Functions
- Azure Logic Apps
Azure App Service is a Platform-as-a-Service (PaaS) offering that simplifies the deployment and scaling of web applications. It supports auto-scaling based on demand and allows you to easily configure custom domains, making it a suitable choice for hosting ASP.NET Core applications on Azure.
Loading...
Related Quiz
- You're new to ASP.NET Core and hear about Entity Framework Core. What is the main purpose of using Entity Framework Core in web applications?
- When you want to send a JSON response from your controller, which action result type should you utilize?
- When designing attribute routes, which approach helps in preventing route conflicts?
- With ASP.NET Core, you can deploy your applications in a _________, making them platform-independent.
- Which ASP.NET Core feature allows you to implement authentication and authorization logic to protect your Web APIs?