Exam AZ-900 All QuestionsBrowse all questions from this exam
Question 43

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 Storage accounts.

Does this meet the goal?

    Correct Answer: A

    Azure App Service is a Platform as a Service (PaaS) offering used for building, deploying, and scaling web apps, APIs, and other services. Azure Storage accounts also offer managed storage services, which abstract away the underlying infrastructure management. Therefore, using both Azure App Service and Azure Storage accounts aligns with the requirement to use only PaaS solutions in Azure, as both services fall under the PaaS category.

Discussion
bayurzxOption: A

Azure Storage is a PaaS https://docs.microsoft.com/en-us/learn/modules/azure-networking-fundamentals/azure-virtual-network-fundamentals Check Video At 1:14

Massy

I agree, Azure Storage is Paas

AVP_Riga

Thanks!

EliasMartinelli

True comment

vishamay

Azure Storage Services can be categorized under both IaaS and PaaS, depending on the use case. They are IaaS since Azure Storage Services provide the fundamental building blocks for cloud-based applications and services, where you get raw storage capacity (like a hard drive in the cloud) and are responsible for how you manage and utilize that capacity. They are PaaS since Azure handles all the infrastructure management, maintenance, and scalability, allowing users to focus on how they utilize the storage rather than managing the underlying hardware or OS. But according to the old definition and used cases you think most if the services under Azure Storage Services can be count under IaaS but some of them are more aligned with PaaS definiton.

Telonious

https://learn.microsoft.com/en-us/training/modules/describe-azure-storage-services/2-accounts <---- here the direct link :D ;)

aaasdfOption: B

heh, you even pasted the link... storage is IaaS so the answer is correct https://azure.microsoft.com/en-us/overview/what-is-iaas/

EduardoMCOption: B

Answer: B. No Comment: Although creating an Azure App Service (Azure App Service) is a PaaS solution, creating Azure storage accounts does not meet the company's migration plan requirements of using only PaaS solutions in Azure. Azure storage accounts are considered an infrastructure-as-a-service (IaaS) offering because they provide entry-level storage in the cloud and require management of the underlying infrastructure. Therefore, the proposed solution does not meet the objective.

Nico1996Option: A

The company's migration plan requires using only Platform as a Service (PaaS) solutions in Azure. The proposed solution includes: Azure App Service: A PaaS offering for hosting web apps, RESTful APIs, and mobile backends. Azure Storage accounts: While Azure Storage can be seen as a lower-level service, it is often considered part of the PaaS offerings because it abstracts the infrastructure management from the user and provides managed storage services. Azure Storage accounts provide access to services such as Blob Storage, Queue Storage, Table Storage, and File Storage, all of which are managed by Azure and fit within the PaaS model. Therefore, this solution aligns with the requirement to use only PaaS offerings in Azure and meets the goal.

pgcoolOption: A

According to ChatGPT

VaibhavkeskarOption: B

azure storage is PAAS, azure storage account is IAAS, azure app service is PASS. so the answer for this q is NO.

tyagiharshitOption: A

Answer is yes Verified from Microsoft directly

RageoxryanOption: B

IAAS = Storage ACCOUNTS

RageoxryanOption: B

Storage ACCOUNTS is IAAS

Dharun_19Option: A

A. Yes Azure App Service and Azure Storage are both Platform as a Service (PaaS) solutions. Azure App Service is a fully managed platform for building, deploying, and scaling web apps, while Azure Storage provides scalable cloud storage for data. Using these services aligns with the company's migration plan to only use PaaS solutions in Azure. So Option A is a answer

AlsariOption: B

Servers and storage are IaaS https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-iaas/#overview

VaibhavGawaliOption: A

Refer https://learn.microsoft.com/en-us/answers/questions/1424004/azure-blob-storage-paas-or-iaas According to answer posted above, Azure storage can be PaaS or IaaS depending on the usage scenario. And in the context of the question answer should be A. Azure Storage Services can be categorized under both IaaS and PaaS, depending on the use case. They are IaaS since Azure Storage Services provide the fundamental building blocks for cloud-based applications and services, where you get raw storage capacity (like a hard drive in the cloud) and are responsible for how you manage and utilize that capacity. They are PaaS since Azure handles all the infrastructure management, maintenance, and scalability, allowing users to focus on how they utilize the storage rather than managing the underlying hardware or OS. But according to the old definition and used cases you think most if the services under Azure Storage Services can be count under IaaS but some of them are more aligned with PaaS definition.

MaggieXLinOption: A

Azure storage is PaaS - Azure PaaS services – Detect threats targeting Azure services including Azure App Service, Azure SQL, Azure Storage Account, and more data services. https://learn.microsoft.com/en-us/training/modules/describe-azure-identity-access-security/9-describe-microsoft-defender-for-cloud

Consultant1995Option: B

o IaaS Storage - Azure Storage

PepinatorOption: B

Azure Sorage Account is IAAS, since Azure Storage Services provide the fundamental building blocks for cloud-based applications and services, where you get raw storage capacity (like a hard drive in the cloud) and are responsible for how you manage and utilize that capacity.

PepinatorOption: B

Azure Sorage Account is IAAS, since Azure Storage Services provide the fundamental building blocks for cloud-based applications and services, where you get raw storage capacity (like a hard drive in the cloud) and are responsible for how you manage and utilize that capacity.

DharshemOption: A

A. Yes Explanation: Azure App Service is a Platform as a Service (PaaS) offering that allows you to build, deploy, and scale web apps and APIs without managing the underlying infrastructure. Azure Storage accounts provide a fully managed cloud storage solution for various data types, including blobs, files, queues, and tables. Since both Azure App Service and Azure Storage accounts are Platform as a Service solutions, deploying them aligns with the company's migration plan, which states that only PaaS solutions must be used in Azure. So, the solution meets the goal.