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.
Add your answer
Loading...

Leave a comment

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