Azure/스터디

Azure Dump #9

알라르방 2021. 9. 15. 16:36

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your company plans to migrate all its data and resources to Azure.
The companyג€™s migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure.
You need to deploy an Azure environment that meets the company migration plan.
Solution: You create an Azure App Service and Azure virtual machines that have Microsoft SQL Server installed.
Does this meet the goal?

  • A. Yes
  • B. No

 

 

 

 

 

 

 

 

 

정답 : A or B?
Azure App Service is a PaaS (Platform as a Service) service. Azure virtual machines are an IaaS (Infrastructure as a Service) service, and a Paas service.
Therefore, this solution does meet the goal.
Note: Like IaaS, PaaS includes infrastructureג€"servers, storage, and networkingג€"but also middleware, development tools, business intelligence (BI) services, database management systems, and more. PaaS is designed to support the complete web application lifecycle: building, testing, deploying, managing, and updating.
Reference:
https://azure.microsoft.com/en-us/overview/what-is-paas/

 

반응형

'Azure > 스터디' 카테고리의 다른 글

Azure Dump #11  (0) 2021.09.15
Azure Dump #10  (0) 2021.09.15
Azure Dump #8  (0) 2021.09.15
Azure Dump #7  (0) 2021.09.15
Azure Dump #6  (0) 2021.09.15