exam questions

Exam AZ-900 All Questions

View all questions & answers for the AZ-900 exam

Exam AZ-900 topic 1 question 43 discussion

Actual exam question from Microsoft's AZ-900
Question #: 43
Topic #: 1
[All AZ-900 Questions]

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?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
bayurzx
Highly Voted 4 years ago
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
upvoted 266 times
Telonious
7 months, 4 weeks ago
https://learn.microsoft.com/en-us/training/modules/describe-azure-storage-services/2-accounts <---- here the direct link :D ;)
upvoted 1 times
...
EliasMartinelli
9 months ago
True comment
upvoted 1 times
vishamay
7 months, 4 weeks ago
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.
upvoted 3 times
...
...
Massy
4 years ago
I agree, Azure Storage is Paas
upvoted 14 times
...
AVP_Riga
3 years, 9 months ago
Thanks!
upvoted 1 times
...
...
aaasdf
Highly Voted 4 years ago
heh, you even pasted the link... storage is IaaS so the answer is correct https://azure.microsoft.com/en-us/overview/what-is-iaas/
upvoted 50 times
...
Dmarcetic
Most Recent 1 day, 21 hours ago
Selected Answer: B
Azure Managed Disk is Azure Storage and its IAAS. Not all Azure Storage is PAAS
upvoted 1 times
...
digitalcoder
1 week, 5 days ago
Selected Answer: B
Even though I feel this way (PaaS) fort storage accounts, Microsoft says it is IAAS, so that should be your viewpoint for testing purposes.
upvoted 2 times
...
smella
2 weeks, 4 days ago
Selected Answer: B
This is from Microsoft Learn : Azure Storage Accounts are primarily associated with Infrastructure as a Service (IaaS). They provide the necessary management interface for various Azure storage services, allowing users to create and manage storage solutions such as Blob storage and File storage. While they facilitate the management of storage resources, they do not provide the application development platform characteristics typical of Platform as a Service (PaaS). Therefore, Azure Storage Accounts are not classified as PaaS.
upvoted 2 times
...
Pusilamine
3 weeks, 1 day ago
Selected Answer: A
A is the correct answer. When using Azure Storage your don't have to worry about the underlying infrastructure, so this means that can't be considered IaaS.
upvoted 1 times
...
sulina27
1 month, 1 week ago
Selected Answer: A
Azure App Service is a PaaS offering that allows you to build and host web applications without worrying about managing the underlying infrastructure. Azure Storage Accounts provide a PaaS solution for data storage that abstracts away the management of storage infrastructure, allowing you to focus on application development. Both services are part of Azure's PaaS offerings SaaS solutions are fully managed software applications provided by a vendor, where the user simply accesses the software over the internet, typically with minimal or no customization. SaaS products where you use the software directly without needing to manage the underlying platform or infrastructure. IaaS solutions in Azure would include Virtual Machines (VMs), Virtual Networks, Load Balancer, Disk Storage. IaaS provides a higher level of infrastructure control, where you manage the operating systems, networking, and often the applications on top of virtualized hardware.
upvoted 1 times
...
UKhan0315
1 month, 3 weeks ago
Selected Answer: B
Storage *ACCOUNTS* is SaaS
upvoted 1 times
...
Arkar
2 months ago
Selected Answer: B
Server and Storage fall under IAAS. https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-iaas#:~:text=Infrastructure%20as%20a%20service%20(IaaS,systems%2C%20middleware%2C%20and%20applications.
upvoted 1 times
...
asifmahmood
2 months, 1 week ago
Selected Answer: B
Answer is No IaaS is ideal for organizations that need to run legacy applications or need greater control over their infrastructure. Virtual Machines, Virtual Networks, and some Storage Accounts features are infrastructure as a service offered by Azure. Platform as a service (PaaS) is a complete development and deployment environment in the cloud. 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. References: https://azure.microsoft.com/en-us/overview/what-is-paas/ https://azure.microsoft.com/en-us/overview/what-is-iaas/
upvoted 1 times
...
gerber
2 months, 2 weeks ago
Selected Answer: A
Azure App Service and Azure Storage Accounts are both Platform as a Service (PaaS) offerings in Azure: Azure App Service: This is a fully managed PaaS solution that allows you to host web apps, RESTful APIs, and mobile backends without managing the underlying infrastructure. Azure Storage Accounts: While they provide a foundational storage capability, they are classified as a managed service (PaaS) when used for blob storage, queues, and tables, as no server infrastructure management is required. Since both components align with the company’s migration plan of using only PaaS solutions, the proposed solution meets the stated goal.
upvoted 3 times
...
jindu_
2 months, 4 weeks ago
Selected Answer: A
Azure App Service is a Platform as a Service (PaaS) offering that enables you to host web applications, RESTful APIs, and mobile back ends. Azure Storage accounts provide scalable and durable cloud storage solutions, which are also PaaS offerings. Since the requirement is to use only PaaS solutions, this deployment aligns with the migration plan.
upvoted 1 times
...
shitalmunde1
3 months ago
Yes, this solution meets the goal. Both Azure App Service and Azure Storage are Platform as a Service (PaaS) offerings in Azure. Azure App Service allows you to build and host web apps, mobile backends, and RESTful APIs in the programming language of your choice without managing infrastructure. Azure Storage provides scalable, durable, and highly available storage solutions.
upvoted 3 times
...
ivotewoerd
3 months ago
I read that Azure Storage Accounts is like a container for multiple storage solutions like blob, disk storage. Disk storage is IAAS. So because Storage Accounts can include IAAS, the answer can not just be yes.
upvoted 1 times
...
MematiBas
3 months, 1 week ago
Yes, the solution does meet the goal. Creating an Azure App Service and Azure Storage accounts aligns with the requirement to use only Platform as a Service (PaaS) solutions in Azure. Azure App Service is a fully managed PaaS offering for hosting web apps, RESTful APIs, and mobile back ends. Azure Storage provides scalable, durable, and managed cloud storage, which is also considered a PaaS offering. Both of these services are classified as PaaS in Azure, so this configuration meets the company's migration plan of using only PaaS solutions.
upvoted 1 times
...
Super63
3 months, 1 week ago
Hi all – I changed my mind to YES on this one • Azure App Service is considered an excellent Platform as a Service (PaaS), offering an application platform for developers to build Web, mobile and API applications. • An Azure Storage Account is a container for one of the Azure storage solutions; Azure Disk Storage(IaaS), Azure Blob Storage(PaaS), and Azure File Storage(SaaS).
upvoted 1 times
...
skooma01
3 months, 1 week ago
Selected Answer: A
Azure Storage Accounts can also be used in a PaaS model, providing scalable cloud storage for unstructured data, including blobs, files, and queues, without requiring infrastructure management. Both Azure App Service and Azure Storage are PaaS solutions, aligning with the company's migration plan to use only PaaS solutions in Azure.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago