Microsoft Azure Architect Design (AZ-304) Practice Test

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

Prepare for the Microsoft Azure Architect Design (AZ-304) Exam with comprehensive quiz questions designed to enhance your understanding and confidence. Master essential Azure concepts and strategies to excel on your test day!

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.


Which Azure solution should be considered for a legacy application that must integrate seamlessly with existing SQL Servers and minimize operational costs?

  1. Azure App Service

  2. Azure Functions

  3. Azure Virtual Machines

  4. Azure Logic Apps

The correct answer is: Azure App Service

Choosing Azure App Service for a legacy application that needs seamless integration with existing SQL Servers while minimizing operational costs is a strategic decision. Azure App Service offers a fully managed platform for building, deploying, and scaling web applications, APIs, and backend services. The platform's capabilities to support various programming languages and frameworks make it an ideal choice for legacy applications that may not be easily adapted to modern cloud-native architectures. It allows for easy integration with Azure SQL Database and on-premises SQL Server through features like Hybrid Connections and Virtual Network service endpoints. This tight integration ensures that the application can access necessary data seamlessly without extensive refactoring or additional overhead. Moreover, Azure App Service has cost-effective pricing models, including the consumption-based model that can help reduce operational costs, especially for applications with fluctuating workloads. As organizations often look to balance modernization with cost management, leveraging Azure App Service ensures an efficient path to cloud integration with minimal investment, making it a sound choice for legacy systems.