AZ-900 Describe Azure architecture and services Practice Question
Which Azure service provides the ability to test and debug Azure applications locally that interact with Azure services?
⚠ Common exam trap
A common mix-up: candidates confuse Azure DevTest Labs (a cloud resource management tool) with local emulators, or assume that Azure Cloud Shell has a local mode for offline development, when in fact only dedicated emulators like Azurite and Cosmos DB Emulator provide true local testing of Azure service interactions.
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
✓
Azurite (Azure Storage Emulator) and Azure Cosmos DB Emulator
Azurite and the Azure Cosmos DB Emulator provide local emulation of Azure Blob Storage, Queue Storage, Table Storage, and Cosmos DB, enabling developers to test and debug applications that interact with these Azure services without incurring cloud costs or requiring network connectivity. This allows full offline development and debugging of Azure-dependent code.
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 DevTest Labs
Why it's wrong here
Azure DevTest Labs is a PaaS service that provisions and manages pre-configured virtual machines and environments for development and testing entirely within Azure. It does not provide any local emulation of Azure services; it requires an active Azure subscription and actual cloud resources, so it cannot support offline development or local debugging against emulated service APIs.
- ✓
Azurite (Azure Storage Emulator) and Azure Cosmos DB Emulator
Why this is correct
Azurite (the Azure Storage emulator) and the Azure Cosmos DB Emulator are legitimate local tools that emulate the APIs and behaviors of their respective cloud services on a developer's workstation. They allow you to build and test applications against realistic Azure Storage (blob, queue, table) and Cosmos DB endpoints without incurring cloud costs or needing network connectivity. Using these emulators is the standard approach for local development before deploying to Azure, which is exactly why this is the correct answer.
- ✗
Azure Local Network Gateway
Why it's wrong here
An Azure Local Network Gateway is a configuration object in Azure that represents an on-premises VPN device's IP address and address space when setting up a Site-to-Site VPN connection to Azure. It exists in the Azure portal and is used for hybrid network connectivity, not for local application development. It has no role in emulating Azure services on a developer's machine, so it is incorrect for this question.
- ✗
Azure Cloud Shell local mode
Why it's wrong here
Azure Cloud Shell is an interactive, browser-based shell hosted in Azure that provides either Bash or PowerShell in a transient container tied to your Azure subscription; there is no 'local mode' that runs on your own machine. The name might suggest a local component, but Cloud Shell always executes in Microsoft's cloud environment. Developers who need offline Azure-compatible APIs must install separate emulators like Azurite or the Cosmos DB Emulator, making this option factually invalid.
Quick reference
Azure Blob Storage Tier Comparison
| Tier | Storage Cost | Retrieval Cost | Latency | Use Case |
|---|---|---|---|---|
| Hot | Highest | Lowest | Immediate | Active data, frequent reads |
| Cool | Lower | Higher | Immediate | Data accessed < once / month |
| Cold | Lower still | Higher | Immediate | Data accessed < once / quarter |
| Archive | Lowest | Highest + rehydration delay | Hours | Long-term compliance retention |
Go deeper
Related to this question
Learn chapter
Azure Regions and Geographies
Key term
Blob storage
Blob storage is a cloud service for storing large amounts of unstructured data, such as text or binary data, like documents, images, and videos.
Key term
Queue storage
Queue storage is a cloud service that lets applications send and receive messages in a first-in, first-out order to decouple components and handle asynchronous workloads.
About these practice questions
One of 981 original AZ-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AZ-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 AZ-900 exam.