Courseiva
Question 125 of 820

DP-900 Practice Question: Identify considerations for relational data on Azure

A company wants to migrate an on-premises SQL Server database to Azure. The database uses SQL Agent jobs to run nightly ETL processes and relies on Service Broker for asynchronous messaging between applications. They want to minimize changes to the application and database code. Which Azure SQL deployment option should they choose?

⚠ Common exam trap

A common mix-up: candidates assume SQL Server on Azure VMs is the only option for full compatibility, but Azure SQL Managed Instance offers the same compatibility with less operational overhead, making it the optimal PaaS choice for minimizing code changes.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Azure SQL Managed Instance

Azure SQL Managed Instance is the correct choice because it provides near 100% compatibility with on-premises SQL Server, including support for SQL Agent jobs and Service Broker. This allows the company to migrate the database with minimal code changes, as these features are not available in Azure SQL Database (single or elastic pool). SQL Server on Azure VMs would also support these features but requires more management overhead and is not a fully managed PaaS option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Azure SQL Managed Instance

    Why this is correct

    Azure SQL Managed Instance is a fully managed PaaS deployment that provides near 100% surface-area compatibility with on-premises SQL Server, including instance-scoped features such as SQL Agent jobs, Service Broker, Database Mail, and CLR assemblies. It integrates with a customer's virtual network yet offloads patching, backups, and high availability to Azure, making it the ideal choice for a lift-and-shift migration with minimal application changes. Unlike single databases, it supports cross-database queries and the full T-SQL surface needed by legacy workloads.

  • Azure SQL Database (single database)

    Why it's wrong here

    Azure SQL Database (single database) is built on a logical server architecture that is fundamentally incompatible with instance-level constructs: it does not support SQL Agent jobs, Service Broker, or database mail, and even cross-database queries require elastic query or external libraries. While the service handles infrastructure automatically, migrating an on-premises database here demands re-engineering application features such as scheduled maintenance jobs and asynchronous messaging, which contradicts the goal of a simple migration. The lack of instance scope is the core technical blocker, not the performance or cost of the service.

    When this WOULD be correct

    An exam scenario where a company wants to migrate a single SQL Server database with no dependency on instance-level features like SQL Agent jobs, Service Broker, or cross-database queries, and is willing to refactor application code to use Azure Elastic Jobs or other alternatives.

  • Azure SQL Database elastic pool

    Why it's wrong here

    An elastic pool is essentially a cost management container for multiple single databases that share a pool of CPU, memory, and IOPS, so it inherits every limitation of the single database model—including the absence of SQL Agent and Service Broker. Its purpose is to absorb usage spikes across databases with variable workloads, not to offer instance-level compatibility. Choosing an elastic pool would still require the same application redesign as Azure SQL Database single, because the pool provides no instance-scoped objects, security principals, or SQL Server Agent infrastructure.

    When this WOULD be correct

    A company needs to manage multiple databases with varying and unpredictable usage patterns, seeking cost-effective resource sharing and simplified management, and does not require instance-level features like SQL Agent or Service Broker.

  • SQL Server on Azure Virtual Machines

    Why it's wrong here

    While SQL Server on Azure VM supports all these features, it requires the company to manage the virtual machine, operating system, and SQL Server, including patching and backups, which contradicts the desire to minimize management overhead.

    When this WOULD be correct

    A company needs full control over the SQL Server environment, including custom configurations, third-party tools, or specific versions of SQL Server that are not supported in PaaS offerings. They are willing to manage the VM and accept higher administrative overhead.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The DP-900 exam frequently reuses these exact scenarios with slightly different constraints.

Azure SQL Managed InstanceCorrect answer

Why this is correct

Azure SQL Managed Instance is a fully managed PaaS deployment that provides near 100% surface-area compatibility with on-premises SQL Server, including instance-scoped features such as SQL Agent jobs, Service Broker, Database Mail, and CLR assemblies. It integrates with a customer's virtual network yet offloads patching, backups, and high availability to Azure, making it the ideal choice for a lift-and-shift migration with minimal application changes. Unlike single databases, it supports cross-database queries and the full T-SQL surface needed by legacy workloads.

Azure SQL Database (single database)Wrong answer — click to see why

Why this is wrong here

Azure SQL Database (single database) does not support SQL Agent jobs or Service Broker, which are required by the company's existing ETL processes and asynchronous messaging.

★ When this WOULD be the correct answer

An exam scenario where a company wants to migrate a single SQL Server database with no dependency on instance-level features like SQL Agent jobs, Service Broker, or cross-database queries, and is willing to refactor application code to use Azure Elastic Jobs or other alternatives.

Why candidates choose this

Candidates may assume Azure SQL Database is the simplest PaaS option and overlook the specific feature requirements (SQL Agent, Service Broker) that are only available in Managed Instance.

Azure SQL Database elastic poolWrong answer — click to see why

Why this is wrong here

Azure SQL Database elastic pool does not support SQL Agent jobs or Service Broker, which are required for the nightly ETL processes and asynchronous messaging without code changes.

★ When this WOULD be the correct answer

A company needs to manage multiple databases with varying and unpredictable usage patterns, seeking cost-effective resource sharing and simplified management, and does not require instance-level features like SQL Agent or Service Broker.

Why candidates choose this

Candidates may think elastic pools offer similar functionality to Managed Instance due to the 'managed' aspect, or they may focus on cost savings without considering the missing instance-level features.

SQL Server on Azure Virtual MachinesWrong answer — click to see why

Why this is wrong here

SQL Server on Azure VMs requires you to manage the OS and SQL Server, including patching and backups, and does not provide native support for Service Broker or SQL Agent jobs without additional configuration. The question emphasizes minimizing changes, but this option would require more management overhead and potential code changes.

★ When this WOULD be the correct answer

A company needs full control over the SQL Server environment, including custom configurations, third-party tools, or specific versions of SQL Server that are not supported in PaaS offerings. They are willing to manage the VM and accept higher administrative overhead.

Why candidates choose this

Candidates may think that running SQL Server on a VM is the most compatible option because it provides the same SQL Server engine as on-premises, overlooking the fact that Azure SQL Managed Instance offers higher compatibility with fewer management tasks.

Analysis generated from the official DP-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This DP-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-900 exam.