Developing Solutions for Microsoft Azure (AZ-204) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Developing Solutions for Microsoft Azure Exam. Prepare with flashcards and multiple choice questions, get hints and explanations for each question. Ace your test prep!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Tailwind Traders uses the LAMP stack for several of its websites. Which Azure service would be suitable for migration?

  1. Azure Cosmos DB

  2. Azure Database for PostgreSQL

  3. Azure Database for MySQL

  4. Azure Blob Storage

The correct answer is: Azure Database for MySQL

When considering the LAMP stack, which stands for Linux, Apache, MySQL, and PHP, it is essential to focus on the database component since the LAMP stack is centered around MySQL as its database system. Azure Database for MySQL is specifically designed to support MySQL workloads in a fully managed environment, making it an ideal choice for Tailwind Traders to migrate their MySQL databases. Azure Database for MySQL offers built-in high availability, automated backups, scaling options, and security features, all tailored to meet the needs of applications utilizing MySQL. This aligns perfectly with the architecture and operational requirements of applications built on the LAMP stack. While Azure Cosmos DB is a globally distributed database service suitable for NoSQL applications, it does not directly interface with MySQL or support SQL-based workloads typical of a LAMP stack. Azure Database for PostgreSQL, although it provides a robust relational database service, is not compatible with MySQL workloads, as PostgreSQL is a different database technology. Azure Blob Storage, on the other hand, is primarily designed for storing unstructured data such as documents, images, or videos, rather than serving as a database solution, thus making it unsuitable for migrating MySQL databases. Therefore, Azure Database for MySQL