WHAT THIS PATH COVERS

Clear preparation from start to exam day.

Trace identity, role scope and storage authorization before changing permissions
Connect DNS, routes, effective security rules and private service access
Plan repeatable compute changes, useful monitoring and a safe recovery process
Explain four administration problems and use practice results to guide revision
YOUR INSTRUCTOR

ITCertPath Certification Trainer

A provider-focused instructor guides the learning plan, explains key objectives, and helps you prepare with confidence.

Meet your instructor →
AZ-104 AZURE ADMINISTRATOR LEARNING PATH

Learn the change, the reason and the verification.

Work through eight study units and produce a small piece of evidence for each. This is a preparation outline, not a promised class schedule. Confirm the taught syllabus and delivery arrangements before enrolling.

Outline reviewed · Based on Microsoft’s skills measured as of 17 April 2026 · Check the current AZ-104 study guide

20–25%Identity and governance
15–20%Storage
20–25%Compute
15–20%Virtual networking
10–15%Monitoring and maintenance

Before you start: understand basic networking, operating systems and virtualization. Practise using the Azure portal and CLI or PowerShell alongside the reading. New to Azure? Start with the AZ-900 fundamentals path. The weighting ranges above are not a fixed allocation of lessons or practice questions.

01

Trace an identity from sign-in to resource access

Start with a user, group or workload and describe what it needs to do. Separate directory administration from Azure resource permissions. Then trace role assignments through scope and inheritance. Compare a human sign-in problem with a workload authorization failure: resetting a password does not repair a missing data-access role.

Your practice outputCreate a principal–role–scope table for a support engineer and a reporting application. Include an action each identity may perform and one it must be denied.

02

Govern a subscription without blocking legitimate work

Design a small resource hierarchy with ownership, tags and a cost-review process. Distinguish a permission boundary from a configuration rule or deletion lock. For an existing noncompliant resource, investigate the policy effect and remediation prerequisites instead of assuming a new assignment automatically repairs it.

Your practice outputWrite a change note for a tagging requirement: assignment scope, a justified exception, how existing resources are handled and evidence that an allowed deployment still works.

03

Protect storage access, lifecycle and recoverability

Compare blob containers with file shares using a workload's access pattern. Plan authorization and network restrictions separately. Consider redundancy, lifecycle rules, versioning and soft delete as different controls. Review the scope and expiry of a SAS before sharing it, and plan how copied sample data will be checked after an AzCopy or Storage Explorer transfer.

Your practice outputBuild a storage decision sheet for active reports and archived exports. Record the required failure boundary, allowed identity, recovery method and a test that detects accidental over-permission.

04

Follow a network request before changing a firewall

Trace name resolution, the destination IP, routes, effective security rules and the return path. Separate peering connectivity from traffic filtering. For private service access, verify DNS and the endpoint's target subresource. For load balancing, inspect the frontend, backend health and probe path before blaming the application.

Your practice outputDraw a client-to-private-storage request path. Label where DNS, NSGs, routes and service authorization are checked, and identify the first observation that would narrow a failure.

05

Deploy and maintain compute with a repeatable change plan

Read an ARM template or Bicep file as a description of the intended state. Identify its parameters and dependencies before modifying it. Compare VM size, disks, placement and scale-out choices against the workload. Explain which failure a zone or availability set addresses, and what remains the application's responsibility.

Your practice outputAnnotate a sample deployment with its inputs, dependency order, availability decision and rollback assumptions. Describe how you would confirm the resulting resources match the plan.

06

Choose and operate an application hosting option

Compare a VM, App Service, Container Instances and Container Apps by the control and operational work required. Map an image registry to its consumer. For an App Service change, review the plan, scaling, TLS, custom domain, networking and deployment-slot behavior before release. Treat each deployment as a change that needs validation, not just a successful button click.

Your practice outputPrepare a release checklist for a sample web application: hosting choice, configuration, access, health checks, expected scaling behavior and a recovery action if the new version fails.

Review the compute objectives on Microsoft Learn →
07

Turn monitoring evidence into a useful response

Begin with the question an operator must answer. Separate resource configuration events from service operations and numerical measurements. Route the required logs to a workspace, inspect the available table and time range, and only then design the query and alert. An empty query result may mean missing collection, not a healthy workload.

Your practice outputWrite a troubleshooting record containing the signal, resource, collection route, query window, alert condition and person who should respond. Include a controlled test of the notification path.

08

Prove recovery and close your preparation gaps

Separate high availability, point-in-time restore and disaster-recovery failover. Choose a recovery point that fits the incident and explain how restored data will be validated without overwriting healthy resources. Combine the earlier units into a small administration runbook, then use practice results to identify concepts that need another worked example.

Your practice outputProduce a recovery checklist with a target recovery time, acceptable data loss, restore destination, validation evidence and cleanup plan. Keep a mistake log that explains decisions rather than answer letters.

TRY THE ADMINISTRATION WORK

Four practical problems with explained solutions.

Identify the failing layer, propose the smallest suitable change and explain how you would verify it. These are fictional learning scenarios, not customer incidents or recalled exam questions. No Azure account is needed to work through them.

EXERCISE 1 · Identity and storage

The account is visible, but the report cannot be opened

A support engineer has Reader on a resource group and signs in with Microsoft Entra credentials. The storage account is visible in the portal, but reading a blob is denied. The engineer needs read-only access to the reports container. Network connectivity has already been verified, and there is no applicable deny assignment.

Your administration taskIdentify the missing permission and its narrowest useful scope. Do not grant subscription-wide access or use an account key.

Review the solution: identity and storage

A reasoned approach. Reader allows management-plane visibility, not blob data access. Assign Storage Blob Data Reader to the engineer or an appropriate group at the reports container scope. The existing Reader role supplies portal navigation. Check the active identity and allow role propagation before retesting with Entra authentication.

Why the shortcut fails. Storage Blob Data Contributor includes write capability the requirement does not need. Owner or a shared account key would broaden access and hide the distinction between managing an account and reading its data.

Check your work. Explain why a report download should succeed while an upload and access to another container should still fail. Record the role, container scope and authentication method; never record a token or key.

EXERCISE 2 · Private networking

A private endpoint exists, but the client takes the public path

A reporting VM uses Azure-provided DNS in a VNet. A blob private endpoint is approved, and the storage account's public network access is disabled. The VM still resolves the storage hostname to a public address. Its identity already has the required blob permission. Other network controls have been checked.

Your administration taskWhich DNS configuration should you inspect while keeping public access disabled?

Review the solution: private networking

A reasoned approach. Check the privatelink.blob.core.windows.net private DNS zone, the storage account's A record and the link to the client's VNet. The record should resolve to the blob private endpoint's private IP from this VM. Keep the application's normal storage hostname; verify the CNAME chain and final address from the actual client.

Why the shortcut fails. Adding a role does not change DNS resolution. Reopening public access may conceal the routing problem. A hosts-file override is a temporary diagnostic aid, not a maintainable DNS design; custom DNS environments also need an appropriate forwarding path.

Check your work. Capture a redacted before-and-after DNS result, then test an authorized read. Confirm public access remains disabled. A successful DNS lookup alone is not proof of network reachability or data authorization.

EXERCISE 3 · Monitoring

The dashboard has metrics, but the investigation has no logs

An operator can see a service's platform metrics and its resource-creation event. A Log Analytics query for recent service operations is empty. No diagnostic setting was configured for that resource. The operator assumes Azure Monitor must already have stored all historical operations.

Your administration taskSeparate the available signals and describe the evidence needed before creating an alert.

Review the solution: monitoring

A reasoned approach. Platform metrics and the Activity Log are collected automatically, but resource logs require collection configuration. Enable the supported log categories on the correct resource or subresource and route them to the intended workspace. Generate a safe new test operation, allow ingestion time, then inspect the appropriate table and query window.

Why the shortcut fails. Creating an alert on an empty table does not enable collection. The resource-creation event is a management operation, not a replacement for the missing service logs. A new diagnostic setting cannot retroactively collect operations that were never captured.

Check your work. Document a newly ingested test event and the resource ID it belongs to. Then define a suitable alert condition and test its action group with a consenting recipient. Check ingestion and retention costs before broad collection.

EXERCISE 4 · Backup and recovery

Recover a broken configuration without overwriting the running VM

A change damaged an application's configuration at 14:00. Azure Backup has a suitable recovery point from 13:00. The VM still serves a reduced workload, and the owner does not authorize replacing its disks. A review environment is available in the supported restore region.

Your administration taskPlan a recovery that preserves the existing VM and makes the one-hour data gap visible to the owner.

Review the solution: backup and recovery

A reasoned approach. Review the recovery point and restore prerequisites, then choose Create new VM or restore disks for a separate recovery environment. Select an isolated review network and prevent restored jobs from contacting production dependencies. Validate the configuration and data before proposing any controlled cutover or file recovery.

Why the shortcut fails. Replace existing would change the disks the owner asked to preserve. A successful restore job does not prove the application is usable or that post-13:00 changes are present. Availability placement alone does not undo an application configuration error.

Check your work. Record the selected recovery time, potentially missing changes, restored destination, application checks and owner approval required for the next step. Plan cleanup of only the test resources after review; retain required backup evidence.

Optional hands-on work: use only an authorized sandbox and sample data. Check pricing, set budget alerts and plan cleanup before deploying anything. A budget alert is not a spending cap. Never test recovery or permissions against a production environment without approval.

LEARN → PRACTISE → REVIEW

Use the three AZ-104 sets with a mistake log.

Sets 1, 2 and 3 each offer 50 distinct administration scenarios across all five domains: 150 in total, with explained answers and Microsoft Learn sources. Set 3 adds different licensing, policy, storage-access, compute, networking and recovery decisions. Practice scores are learning evidence, not Microsoft's scaled exam score.

Know the difference: our single-choice practice does not reproduce all Microsoft question types or interactive components. Combine it with hands-on work and Microsoft’s Practice Assessment and Exam Sandbox. Practice percentages are not Microsoft’s scaled score. Verify the official exam and preparation resources.

COURSE QUESTIONS

Microsoft Azure Administrator FAQs

Clear answers about curriculum, audience, instructors, fees, and scheduling.

Who is the AZ-104 training path for?

This path is for learners preparing to administer Azure environments, rather than only describe cloud concepts. Be comfortable with operating systems, networking, servers and virtualization, and build practical familiarity with the Azure portal, PowerShell or CLI, Microsoft Entra ID and ARM or Bicep. Beginners can start with the linked AZ-900 path.

Which AZ-104 domains does this outline cover?

The outline connects identity and governance, storage, compute, virtual networking, and monitoring and maintenance. Microsoft’s skills measured as of 17 April 2026 assign these domains 20–25%, 15–20%, 20–25%, 15–20% and 10–15% respectively. These are exam weighting ranges, not fixed lesson or mock-question allocations.

How long is the AZ-104 exam?

Microsoft currently lists 100 minutes for the proctored assessment and notes that interactive components may be included. The full appointment can take longer. Verify current exam arrangements, accommodations and pricing through Microsoft before booking; the site's practice timer is not an official exam booking.

What can I study on this page without an Azure account?

Read eight study units, use fourteen linked concept guides and work through four explained administration scenarios. Write the proposed change and verification evidence before opening each explanation. Optional live practice requires your own authorized sandbox, sample data, pricing checks and cleanup plan; this page does not provision Azure resources.

Are these Microsoft exam questions or an official Microsoft course?

No. ITCertPath provides independent learning material, not an official Microsoft course or recalled exam questions. Sets 1, 2 and 3 each have 50 distinct single-choice administration scenarios: 150 in total, with explanations and Microsoft Learn references. These sets do not reproduce every official question type or prove exam readiness; combine them with hands-on work and Microsoft’s Practice Assessment and Exam Sandbox.

How do I request an AZ-104 training plan?

Use the course WhatsApp or call link and share your Azure experience, target exam date, time zone and topics you find difficult. Confirm the actual taught syllabus, schedule, trainer, sandbox arrangements and fees before enrolling. Reading these free resources does not award a Microsoft credential or guarantee a pass.

COMPLETE THE PATH

Build your Microsoft Azure Administrator path from training to exam day.

Use this provider-aligned training course to understand the certification, practise with original questions where available, then verify the exact exam voucher, region and validity before booking.

LEARNER REVIEWS

Reviews for Microsoft Azure Administrator

Verified learner reviews will appear here as this course receives feedback.

Completed this training?

Share your experience with future learners.

Submit a review
GLOBAL ONLINE TRAINING ACCESS

Prepare from your region with the right support.

Online course availability is confirmed by program and cohort. Candidates can review the curriculum globally, then ask for a schedule and contact route matched to their region.

INDIA · HYDERABAD

India support

Ask about online course availability across India and local support in Madhapur, Hyderabad.

Contact India team →
USA · DALLAS · NEW YORK ONLINE

United States support

Ask about U.S. online delivery, Dallas support and online access for New York learners.

Contact USA team →
OTHER COUNTRIES

Global online guidance

Share your country, certification provider and exact exam code so availability and the correct next step can be checked without implying a local office.

Ask about my country →

Certification owners control official exams, eligibility and credentials. ITCertPath provides independent training, original practice and purchasing guidance; availability is confirmed before enrollment or payment.

READY TO PLAN YOUR TRAINING?

Take the next step toward certification.

Speak with ITCertPath about course availability, format, and preparation options.