Microsoft Certified: Azure Administrator Associate
Microsoft logo

Microsoft Certified: Azure Administrator Associate

AZ-104

Validate your skills in managing Azure identities, storage, compute, networking, and monitoring. Ideal for Azure administrators seeking to advance their career.

Exam syllabus, organized by domain

Try a real question

Sample Microsoft Certified: Azure Administrator Associate exam question

Answer this question the same way you would on exam day. No sign-up needed — one random question, three tries to swap it out.

ProficientImplement and manage virtual networking

You are troubleshooting RDP connectivity between two subnets. The Azure CLI script shown below creates two NSG rules on the subnet that contains the destination VM. The NSG is already associated with that subnet. If a VM in subnet 10.0.1.0/24 tries to connect to a VM in subnet 10.0.2.0/24 on port 3389, which outcome will occur?

bash
az network nsg rule create --resource-group RG1 --nsg-name NSG1 --name Deny-RDP --priority 150 --direction Inbound --access Deny --protocol Tcp --source-address-prefixes 10.0.1.0/24 --destination-address-prefixes 10.0.2.0/24 --destination-port-ranges 3389 --source-port-ranges '*'
az network nsg rule create --resource-group RG1 --nsg-name NSG1 --name Allow-RDP --priority 200 --direction Inbound --access Allow --protocol Tcp --source-address-prefixes 10.0.1.0/24 --destination-address-prefixes 10.0.2.0/24 --destination-port-ranges 3389 --source-port-ranges '*'

Frequently asked questions

Key facts about the Microsoft Certified: Azure Administrator Associate certification and how to prepare for it.

Skills & Requirements

What you need to know before attempting the Microsoft Certified: Azure Administrator Associate exam.