PDF, desktop engine, or online engine — not sure which Microsoft Azure Administrator (AZ-104 Deutsch Version) version fits how you study? Ask us. The BraindumpsIT service team is online 24/7, and whichever you choose carries the same AZ-104 Deutsch questions.
Microsoft AZ-104 Deutsch Exam Overview:
| Certification Vendor: | Microsoft |
|---|---|
| Exam Name: | Microsoft Azure Administrator Exam |
| Exam Number: | AZ-104 |
| Passing Score: | 700 out of 1000 |
| Exam Duration: | 120 minutes |
| Real Exam Qty: | 40-60 |
| Available Languages: | Japanese, Korean, Arabic (Saudi Arabia), Italian, French, Russian, Portuguese (Brazil), Indonesian, Chinese (Simplified), German, English, Chinese (Traditional), Spanish |
| Exam Price: | USD $165 |
| Related Certifications: | Microsoft Certified: Azure Administrator Associate |
| Exam Format: | Case Study, Drag and Drop, Hot Area, Multiple Choice (Multiple Answer), Multiple Choice (Single Answer) |
| Sample Questions: | ![]() |
| Exam Way: | Online (via Pearson VUE) or at a Pearson VUE testing center |
| Pre Condition: | Candidates should have at least six months of hands-on experience administering Azure, along with a strong understanding of core Azure services, Azure workloads, security, and governance. Experience with PowerShell, Azure CLI, Azure portal, and Azure Resource Manager templates is also recommended. |
| Official Syllabus URL: | https://learn.microsoft.com/en-us/credentials/certifications/resources/study-guides/az-104 |
Microsoft AZ-104 Deutsch Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Implement and manage virtual networking | 15-20% | - Configure secure access to virtual networks
|
| Manage Azure identities and governance | 20-25% | - Manage role-based access control (RBAC)
|
| Monitor and maintain Azure resources | 10-15% | - Implement backup and recovery
|
| Deploy and manage Azure compute resources | 20-25% | - Provision and manage containers in the Azure portal
|
| Implement and manage storage | 15-20% | - Configure access to storage
|
Answers to Your Microsoft Azure Administrator (AZ-104 Deutsch Version) Questions
Candidates should have at least six months of hands-on experience administering Azure, along with a strong understanding of core Azure services, Azure workloads, security, and governance. Experience with PowerShell, Azure CLI, Azure portal, and Azure Resource Manager templates is also recommended. Eligibility details like these are worth double-checking before you register — vendors revise them periodically, and the official exam page (official AZ-104 Deutsch exam page) always has the current version.
The official Microsoft Azure Administrator (AZ-104 Deutsch Version) outline has 5 domains — the biggest include Implement and manage storage (15-20%), Monitor and maintain Azure resources (10-15%), Manage Azure identities and governance (20-25%). Those weightings are your study compass: the largest domains hide the most points. See the full outline above for every subtopic.
You can, and you should. The free PDF demo is there so you can judge the content yourself before spending anything. If you're unsure whether the PDF, desktop engine, or online version suits your study habits, contact our 24/7 service team — they'll advise you. After purchase, 365 days of free updates are included, renewable at 50% off if the period ever expires.
Delivery first: the moment you pay, we send the download link and access details to your email within a minute — even on holidays — and the files install on unlimited computers; contact support if 2 hours pass with nothing. For refunds, the terms are explicit: take the corresponding AZ-104 Deutsch exam within 60 days of purchase, and if you fail, submit a scanned enrollment slip plus the official Score Report PDF within 2 days of the exam for a full refund, processed within 7 days. Excluded: exams taken within 3 days of purchase, name mismatches between candidate and payer, and free or expired products. The alternative to a refund: two equal-value exam products free, with your original updates intact.
The pass mark is 700 out of 1000, and the official fee is USD $165. That fee resets to full price on every retake, so the real money-saver is preparation — run the 480 practice questions from BraindumpsIT until passing becomes routine, then book your seat.
The Microsoft Azure Administrator (AZ-104 Deutsch Version) is Microsoft's official exam for the Microsoft Azure Administrator Associate certification, a Associate-level credential. Candidates take it to validate real skill — and employers read it exactly that way. It also connects to related credentials such as Microsoft Certified: Azure Administrator Associate.
The exam gives you 120 minutes for 40-60 questions. The candidates who struggle aren't usually short on knowledge — they're short on pacing. Fix that before test day: set a time budget per question, practice moving past hard items without stalling, and rehearse full timed sessions in the BraindumpsIT engine until the clock stops being a factor.
Microsoft Azure Administrator (AZ-104 Deutsch Version) Sample Questions:
Sie besitzen ein Azure-Abonnement, das einen Benutzer namens User1 und ein Speicherkonto namens storage 1 enthält. Das Speicherkonto storage1 enthält die in der folgenden Tabelle aufgeführten Ressourcen.
Benutzer1 sind für Speicher 1 die folgenden Rollen zugewiesen:
* Speicherblob-Datenleser
* Datenbeitragender für Speichertabellen
* Speicherdateidaten-SMB-Freigabebeitragender
Für Speicher1 erstellen Sie eine Shared Access Signature (SAS) mit dem Namen SAS1, deren Einstellungen in der folgenden Abbildung dargestellt sind. (Klicken Sie auf die Registerkarte „Abbildung“.) Auf welche Ressourcen kann Benutzer1 mit SAS1 und Schlüssel1 schreiben? Wählen Sie dazu die entsprechenden Optionen im Antwortbereich aus.
Ausstellen
Ausstellen
Ausstellen
Correct Answer:

Explanation:
CORRECTED ANSWER: Using key1 (the raw storage account key, Shared Key authentication): Table1, folder1, and container1 (the account key bypasses RBAC and SAS scoping entirely, granting full read/write access to every data service in the account - Blob, File, and Table). Using SAS1: Table1 only (because SAS1 ' s ' Allowed services ' field has only Table checked; an account SAS ' s ' ss ' parameter cryptographically restricts which service endpoints will accept it, so despite Write permission and Container/Object resource types being enabled, SAS1 cannot be used against the Blob or File service at all).
Detailed Explanation
This tests two independent, RBAC-bypassing authorization mechanisms, making User1 ' s assigned roles irrelevant distractors. (1) key1 is a master Shared Key for the whole account; presenting it authorizes full read
/write against every enabled data service (Blob, File, Table, Queue), regardless of RBAC role assignments, so container1, folder1, and Table1 are all writable. (2) SAS1 is an account SAS whose ' Allowed services ' checkbox set (ss parameter) explicitly scopes which services the token is valid for - only Table was checked, so Azure Storage rejects any Blob or File operation attempted with SAS1, even though ' Allowed resource types ' (service/container/object) and ' Allowed permissions ' (including Write) are broad. The document ' s original answer key (folder1+Table1 for key1, Table1+container1 for SAS1) inverts this logic and is incorrect; account-key access is unrestricted while an account SAS is strictly bound by its configured service scope.
Official Reference
Create an account SAS - https://learn.microsoft.com/en-us/rest/api/storageservices/create-account-sas
Sie sollen eine Lösung für App1 empfehlen. Die Lösung muss die technischen Anforderungen erfüllen. Was sollte Ihre Empfehlung beinhalten? Wählen Sie dazu die entsprechenden Optionen im Antwortbereich aus.
HINWEIS: Jede richtige Auswahl zählt als ein Punkt.
Ausstellen
Correct Answer:

Explanation:
Detailed Explanation
App1 ' s three tiers (web front end, processing middle tier, SQL database) sit in the same Azure region
/subscription with no stated requirement for network isolation across regions, hybrid connectivity boundaries, or separate address spaces, so a single virtual network is sufficient and keeps the design simple and cost- effective, consistent with the " minimize administrative effort " requirement. The binding constraint is instead
" minimize the number of open ports between the App1 tiers, " which is achieved by placing each tier in its own subnet and then applying a network security group per subnet that permits only the specific ports each tier legitimately needs from its neighboring tier (for example, HTTPS from the Internet to the web subnet, and only the application port from web to middle tier, and only the SQL port from middle tier to the database subnet). That calls for three subnets - one per tier - inside one VNet. This is a standard three-tier network segmentation pattern and matches Microsoft ' s reference architecture guidance for multi-tier applications on Azure.
Official Reference
Network security groups overview - https://learn.microsoft.com/en-us/azure/virtual-network/network- security-groups-overview
Sie haben einen Microsoft Entra-Mandanten.
Sie müssen sicherstellen, dass beim Erstellen einer neuen Microsoft 365-Gruppe der Gruppenname automatisch wie folgt formatiert wird:
< DepertmentxGroup naeie > .
Welche drei Aktionen sollten Sie im Microsoft Entra Admin Center nacheinander ausführen? Um diese Frage zu beantworten, verschieben Sie die entsprechenden Aktionen aus der Aktionsliste in den Antwortbereich und ordnen Sie sie in der richtigen Reihenfolge an.
Ausstellen
Correct Answer:

Explanation:
Detailed Explanation
Microsoft Entra ' s group naming policy lets an admin define prefix/suffix template elements applied to every new Microsoft 365 group name. To produce < Department > < Group name > , you first open/create the tenant ' s group naming policy, then add a prefix element and set its type to Attribute (rather than a literal String), and finally select which directory attribute to use for that prefix - Department. The user-typed group name automatically becomes the string portion that follows. Customizing company branding is unrelated to naming policy; setting a suffix (rather than prefix) would put Department after the group name, which does not match the required < Department > < Group name > format. This sequence matches the exhibit ' s coordinate mapping exactly, so the original answer requires no correction.
Official Reference
Configure naming policy for Microsoft 365 groups - https://learn.microsoft.com/en-us/entra/fundamentals
/groups-naming-policy
Sie verfügen über einen Azure Active Directory (Azure AD)-Mandanten mit dem Namen adatum.com. Adatum.com enthält die Gruppen in der folgenden Tabelle.
Sie erstellen zwei Benutzerkonten, die wie in der folgenden Tabelle dargestellt konfiguriert sind.
Zu welchen Gruppen gehören Benutzer1 und Benutzer2? Wählen Sie dazu die entsprechenden Optionen im Antwortbereich aus.
HINWEIS: Jede richtige Auswahl zählt als ein Punkt.
Ausstellen
Ausstellen
Ausstellen
Correct Answer:

Explanation:
Detailed Explanation
Group1 ' s dynamic rule matches any user whose city starts with ' m ' (case-insensitive). User1 (Montreal) and User2 (Melbourne) both satisfy this and are members of Group1. Group2 ' s dynamic rule matches any user whose department is NOT ' HR ' . User1 ' s department is Human resources (HR), so the -notIn[ " HR " ] condition evaluates false and User1 is excluded from Group2 -- User1 belongs to Group1 only. User2 ' s department is Marketing (not HR), so the condition evaluates true and User2 is a member of both Group1 (city match) and Group2 (department match) -- Group1 and Group2 only. Group3 uses Assigned (not dynamic) membership and no manual assignment is given for either user, so neither user is a member of Group3. Both selections match the source key.
Official Reference
Dynamic membership rules for groups in Microsoft Entra ID - https://learn.microsoft.com/en-us/entra
/identity/users/groups-dynamic-membership
Sie haben einen Azure Load Balancer mit dem Namen LB1.
Sie weisen einem Benutzer namens User1 die in der folgenden Abbildung dargestellten Rollen zu.
Ausstellen
Ausstellen
Correct Answer:

Explanation:
Detailed Explanation
This question cannot be rigorously audited because the underlying exhibit image supplied in the source document is truncated: it shows only the ' User1 assignments - LB1 ' panel title and an empty search box, with the actual list of RBAC role assignments for User1 absent from the captured screenshot. Without knowing which role(s) (for example Reader, Network Contributor, Contributor, or Owner) were actually assigned to User1 at which scope, it is not possible to determine with confidence which of the offered dropdown choices ( ' delete ' / ' create a NAT rule for ' / ' assign access to other users for ' LB1, and ' delete a virtual machine from ' / ' modify the load balancing rules in ' / ' deploy an AKS cluster to ' the resource group) are correct. As general guidance: Owner can assign access to others and modify/delete resources; Contributor can modify/delete resources but cannot assign RBAC access; Reader can do neither. Readers should treat the original document ' s encoded answer with caution until the complete role-assignment exhibit is available, and this gap is flagged transparently rather than guessed.
Official Reference
Azure built-in roles - Owner, Contributor, Reader permission boundaries - https://learn.microsoft.com/en- us/azure/role-based-access-control/built-in-roles
Free Demo






