You've been tasked to deploy an ASP.NET Core application to a cloud platform that supports scaling out based on demand, but you want to minimize management overhead. Which service would be the best fit?

  • Azure Kubernetes Service (AKS)
  • Azure Functions
  • Azure App Service
  • Azure Virtual Machines (VMs)
In this scenario, Azure App Service would be the best fit. Azure App Service is a platform-as-a-service (PaaS) offering that abstracts much of the infrastructure management. It allows you to easily deploy and scale web applications without the overhead of managing virtual machines or container orchestrators like AKS.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *