
Answer-first summary for fast verification
Answer: Infrastructure as a Service (laaS)
The question specifies that each custom application requires several prerequisite applications and services to be installed. In Azure's cloud service models, Infrastructure as a Service (IaaS) provides the highest level of control, allowing users to install and configure prerequisite applications and services on virtual machines. Platform as a Service (PaaS) abstracts the underlying infrastructure, limiting the ability to install custom prerequisites, as the platform manages the runtime environment. Software as a Service (SaaS) is not suitable for custom application deployment. The community discussion, with the top comment having 359 upvotes, strongly supports IaaS due to the need for installation control, while PaaS is less suitable because it restricts such installations. Although some comments suggest PaaS (e.g., for container-based scenarios), the consensus and the requirement for prerequisite installations make IaaS the optimal choice.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company plans to deploy multiple custom applications to Azure that provide invoicing services. Each application requires several prerequisite applications and services to be installed.
Which cloud deployment solution should you recommend?
A
Software as a Service (SaaS)
B
Platform as a Service (PaaS)
C
Infrastructure as a Service (laaS)
No comments yet.