Which deployment option is cloud-based and offers managed hosting services for ASP.NET Core applications?

  • Docker Containers
  • Virtual Machines (VMs)
  • Azure App Service
  • IIS Server
Azure App Service is a cloud-based deployment option offered by Microsoft Azure that provides managed hosting services for ASP.NET Core applications. It abstracts infrastructure management, allowing developers to focus on their code and application logic while benefiting from features like scalability, security, and easy deployment.
Add your answer
Loading...

Leave a comment

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