Exam: AZ-900: Microsoft Azure Fundamentals 0 Likes
Your company plans to migrate all its data and resources to Azure (AZ-900)
Your company plans to migrate all its data and resources to Azure. The company 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 virtual machines, Azure SQL databases, and Azure Storage accounts.
Does this meet the goal?
A) Yes.
B) No.
Solution
Correct answer: B) No.
The company migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. However, the solution you provided includes Azure Virtual Machines, which is an Infrastructure as a Service (IaaS) solution, and Azure SQL Databases, which is a PaaS solution.
To meet the goal of the company migration plan, you should use only PaaS solutions in Azure, such as:
Azure App Service for hosting web applications and APIs.
Azure SQL Database for relational database management.
Azure Blob Storage or Azure File Storage for file storage.
Azure Cosmos DB for NoSQL database management.
These PaaS solutions will allow you to focus on your application and data, while Azure handles the underlying infrastructure management, scaling, and maintenance.
Category: Azure architecture and services