Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

your organization plans to run its asp.net core web application in azur…

Question

your organization plans to run its asp.net core web application in azure. you need to recommend an azure compute strategy that gives developers full control of the underlying compute layer. which deployment model should you recommend? a azure virtual machine b azure app service c windows virtual desktop d azure container instance

Explanation:

Brief Explanations
  • Azure Virtual Machine: It provides developers with full control over the underlying compute layer. They can install any software, configure the operating system, and manage the infrastructure as they would on a physical server.
  • Azure App Service: It is a platform - as - a - service (PaaS) offering. While it simplifies application deployment and management, it abstracts away much of the underlying infrastructure, so developers do not have full control over the compute layer.
  • Windows Virtual Desktop: This is mainly focused on providing virtual desktop experiences for end - users, not for running web applications with full control over the compute layer for developers.
  • Azure Container Instance: It is a container - based service. While it offers some level of isolation and portability, it does not give the same level of full - fledged control over the compute layer as a virtual machine.

Answer:

A. Azure Virtual Machine