AZ-104 Exam Dumps Pass with Updated Nov-2022 Tests Dumps
AZ-104 exam questions for practice in 2022 Updated 520 Questions
How can you enhance your Microsoft AZ-104 Exam skills?
Microsoft Azure is a fast-growing technology company in the world which has a huge number of opportunities in front of it. Before appearing for the exam, candidates should have a clear idea about this company and should have a proper understanding about its services. Traffic management, management of Internet of Things (IoT), storage and virtual networking are some services of this company which can help you to develop your career. Balancing of different aspects and taking correct decisions with proper facts and figures is the most important factor in the career. Subnet mask is a big issue for candidates. Processes related to adding, manipulation and moving the resources are important for candidates who want to do well in AZ-104:Microsoft Azure Administrator Exam. Processes related to reading and writing the storage files are also required for candidates. Microsoft AZ-104 exam dumps are important for getting good marks in the exam. Overall, the knowledge of networking protocols and their knowledge helps in increasing the score in AZ-104:Microsoft Azure Administrator Exam.
Process of storage involves the creation of the storage account, storage services, location setting and pricing. Secure authentication and encryption is important for storing data in Azure. Interface used to access the storage includes PowerShell. Rules are used to write the storage policies. Object is used as an extension of the storage account. View allows the users to view the resources of storage. Demonstrate the procedures for listing, creating and deleting the files and directories. Real Time Compression is used for compressing the data in the real time. Hard disk is used for storing the data. Connect to a storage account, create a container and upload data. Lifecycle policies are used for managing the data in Azure.
Kubernetes is a container orchestrator which helps in simple deployment and management of containerized applications. Team of developers and IT professionals work together to create and manage the cluster.
NEW QUESTION 304
You have an Azure subscription named Subscription1. You have a virtualization environment that contains the virtualization server in the following table.
The virtual machines are configured as shown on the following table.
All the virtual machines use basic disks. VM1 is protected by using BitLocker Drive Encryption (BitLocker). You plan to use Azure Site Recovery to migrate the virtual machines to Azure.
Which virtual machines can you migrate? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/site-recovery/hyper-v-azure-support-matrix#azure-vm-requirements
NEW QUESTION 305
Hotspot Question
You have an Azure subscription that contains the resources shown in the following table:
You assign a policy to RG6 as shown in the following table:
To RG6, you apply the tag: RGroup: RG6.
You deploy a virtual network named VNET2 to RG6.
Which tags apply to VNET1 and VNET2? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation:
VNET1: Department: D1, and Label:Value1 only.
Tags applied to the resource group or subscription are not inherited by the resources.
Note: Azure Policy allows you to use either built-in or custom-defined policy definitions and assign them to either a specific resource group or across a whole Azure subscription.
VNET2: Label:Value1 only.
Incorrect Answers:
RGROUP: RG6
Tags applied to the resource group or subscription are not inherited by the resources.
Reference:
https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/tag-policies
NEW QUESTION 306
You create a Recovery Services vault backup policy named Policy1 as shown in the following exhibit.

Answer:
Explanation:
NEW QUESTION 307
You plan to create an Azure Storage account in the Azure region of East US 2.
You need to create a storage account that meets the following requirements:
Replicates synchronously
Remains available if a single data center in the region fails
How should you configure the storage account? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy
https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy-zrs
NEW QUESTION 308
You have an availability set named AS1 that contains three virtual machines named VM1, VM2, and VM3.
You attempt to reconfigure VM1 to use a larger size. The operation fails and you receive an allocation failure message.
You need to ensure that the resize operation succeeds.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Action 1: Stop VM1, VM2 and VM3
If the VM you wish to resize is part of an availability set, then you must stop all VMs in the availability set before changing the size of any VM in the availability set. The reason all VMs in the availability set must be stopped before performing the resize operation to a size that requires different hardware is that all running VMs in the availability set must be using the same physical hardware cluster. Therefore, if a change of physical hardware cluster is required to change the VM size then all VMs must be first stopped and then restarted one-by-one to a different physical hardware clusters.
Action 2: Resize VM1
Action 3: Start VM1, VM2, and VM3
References:
https://azure.microsoft.com/es-es/blog/resize-virtual-machines/
NEW QUESTION 309
You onboard 10 Azure virtual machines to Azure Automation State Configuration.
You need to use Azure Automation State Configuration to manage the ongoing consistency of the virtual machine configurations.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Answer:
Explanation:
Explanation:
Step 1: Upload a configuration to Azure Automation State Configuration.
Import the configuration into the Automation account.
Step 2: Compile a configuration into a node configuration.
A DSC configuration defining that state must be compiled into one or more node configurations (MOF document), and placed on the Automation DSC Pull Server.
Step 3: Assign the node configuration
Step 4: Check the compliance status of the node
Each time Azure Automation State Configuration performs a consistency check on a managed node, the node sends a status report back to the pull server. You can view these reports on the page for that node.
On the blade for an individual report, you can see the following status information for the corresponding consistency check:
The report status - whether the node is "Compliant", the configuration "Failed", or the node is "Not Compliant" Reference:
https://docs.microsoft.com/en-us/azure/automation/automation-dsc-getting-started
NEW QUESTION 310
You have an Azure subscription named Subscription1. Subscription1 contains the resource groups in the following table.
RG1 has a web app named WebApp1. WebApp1 is located in West Europe.
You move WebApp1 to RG2.
What is the effect of the move?
- A. The App Service plan to WebApp1 remains to West Europe. Policy1 applies to WebApp1.
- B. The App Service plan to WebApp1 remains to West Europe. Policy2 applies to WebApp1.
- C. The App Service plan to WebApp1 moves to North Europe. Policy2 applies to WebApp1.
- D. The App Service plan to WebApp1 moves to North Europe. Policy1 applies to WebApp1.
Answer: B
Explanation:
Explanation
You can move an app to another App Service plan, as long as the source plan and the target plan are in the same resource group and geographical region.
The region in which your app runs is the region of the App Service plan it's in. However, you cannot change an App Service plan's region.
References: https://docs.microsoft.com/en-us/azure/app-service/app-service-plan-manage
NEW QUESTION 311
You have an Azure web app named WebApp1.
You need to provide developers with a copy of WebApp1 that they can modify without affecting the production WebApp1. When the developers finish testing their changes, you must be able to switch the current line version of WebApp1 to the new version.
Which command should you run prepare the environment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
References:
https://docs.microsoft.com/en-us/powershell/module/azurerm.websites/new-azurermwebappslot
NEW QUESTION 312
You have an Azure subscription named Subscription1. Subscription1 contains a virtual machine named VM1.
You have a computer named Computer1 that runs Windows 10. Computer1 is connected to the Internet.
You add a network interface named Interface1 to VM1 as shown in the exhibit (Click the Exhibit button.)
From Computer1, you attempt to connect to VM1 by using Remote Desktop, but the connection fails.
You need to establish a Remote Desktop connection to VM1.
What should you do first?
- A. Delete the DenyAllInBound inbound port rule.
- B. Attach a network interface.
- C. Delete the DenyAllOutBound outbound port rule.
- D. Start VM1.
Answer: D
Explanation:
Note: Rules are processed in priority order, with lower numbers processed before higher numbers, because lower numbers have higher priority. Once traffic matches a rule, processing stops. As a result, any rules that exist with lower priorities (higher numbers) that have the same attributes as rules with higher priorities are not processed.
References:
https://docs.microsoft.com/en-us/azure/virtual-network/security-overview
NEW QUESTION 313
You have an Azure subscription named Subscription1 that contains the resources shown in the following table.
The status of VM1 is Running.
You assign an Azure policy as shown in the exhibit. (Click the Exhibit tab.)
You assign the policy by using the following parameters:
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/governance/policy/assign-policy-portal
NEW QUESTION 314
You create an Azure Storage account named contosostorage.
You plan to create a file share named data.
Users need to map a drive to the data file share from home computers that run Windows 10.
Which port should be open between the home computers and the data file share?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
Explanation:
Ensure port 445 is open: The SMB protocol requires TCP port 445 to be open; connections will fail if port 445 is blocked.
References: https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files- windows
NEW QUESTION 315
Drag and Drop Question
You have an Azure subscription that contains a storage account.
You have an on-premises server named Server1 that runs Window Server 2016.
Server1 has 2 TB of data.
You need to transfer the data to the storage account by using the Azure Import/Export service.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Answer:
Explanation:
Explanation:
At a high level, an import job involves the following steps:
Step 1: Attach an external disk to Server1 and then run waimportexport.exe Determine data to be imported, number of drives you need, destination blob location for your data in Azure storage.
Use the WAImportExport tool to copy data to disk drives. Encrypt the disk drives with BitLocker.
Step 2: From the Azure portal, create an import job.
Create an import job in your target storage account in Azure portal. Upload the drive journal files.
Step 3: Detach the external disks from Server1 and ship the disks to an Azure data center.
Provide the return address and carrier account number for shipping the drives back to you.
Ship the disk drives to the shipping address provided during job creation.
Step 4: From the Azure portal, update the import job
Update the delivery tracking number in the import job details and submit the import job.
The drives are received and processed at the Azure data center.
The drives are shipped using your carrier account to the return address provided in the import job.
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-import-export-service
NEW QUESTION 316
You need to recommend a solution for App1. The solution must meet the technical requirements. What should you include in the recommendation? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
This reference architecture shows how to deploy VMs and a virtual network configured for an N-tier application, using SQL Server on Windows for the data tier.
Scenario: You have a public-facing application named App1. App1 is comprised of the following three tiers:
* A SQL database
* A web front end
* A processing middle tier
Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.
* Technical requirements include:
* Move all the virtual machines for App1 to Azure.
* Minimize the number of open ports between the App1 tiers.
References: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/n-tier-sql-server
NEW QUESTION 317
You have an Azure subscription that contains the following resources:
* a virtual network named VNet1
* a replication policy named ReplPolicy1
* a Recovery Services vault named Vault1
* an Azure Storage account named Storage1
You have an Amazon Web Services (AWS) EC2 virtual machine named VM1 that runs Windows Server 2019.
You need to migrate VM1 to VNet1 by using Azure Site Recovery.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
References:
https://docs.microsoft.com/en-us/azure/site-recovery/migrate-tutorial-aws-azure
NEW QUESTION 318
You have an Azure subscription that contains the resources shown in the following table.
VMSS1 is set to VM (virtual machines) orchestration mode.
You need to deploy a new Azure virtual machine named VM1, and then add VM1 to VMSS1.
Which resource group and location should you use to deploy VM1? To answer, select the appropriate options in the
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 319
......
Module 5: Azure Resources Monitoring and Backup
The last exam unit is all about Azure resource monitoring and back up. From this module, Microsoft AZ-104 aspirants can expect questions dedicated to log analysis, metrics interpretation, and set up actions as well as alerts. How to conduct back-up and recovery for Azure is also explained in this section.
What Is It All about?
This Microsoft exam checks the candidate's knowledge at multiple levels and tries to turn them into a real-world problem-solver. To make this happen, AZ-104 extensively covers five domains such as:
- Configuring & handling virtual networking;
- Managing Azure identities & governance;
- Implementing & managing storage;
- Monitoring Azure resources.
- Deploying & controlling Azure compute resources;
In particular, the first area focuses on notions like Azure AD object management, role-based access control management, Azure subscription, and governance. Thus, you will learn how to create users & groups and how to manage them properly, how to provide customers with necessary Azure resources, and the way Cost Management is configured. In addition, you will get to know more about resources like VM, will learn how to apply tags, and configure locks as well as Azure policies.
The second domain puts much stress on configuration of VMs for high availability as well as scalability, their deployment and configuration. Here, you will also get to know more about Azure Disk Encryption, Azure Kubernetes Service, and Azure Container Instances. To know more, within this section, you'll get equipped with such notions as ARM template, will know how to add data discs, design and implement App Service and App Service Plans. Finally, here, you will also understand how to deploy the VHD template and redeploy VMs.
The third topic is dedicated to Azure Storage, including the blob one. Through this area, you will learn how to configure Azure File Sync service and how to copy information by using AZCopy. Moreover, candidates will learn how to take advantage of accounts for storage and deal with pieces of data within Azure Storage. At last, one will be taught to utilize the Azure Storage Explorer, create a share of Azure files, and implement store tiers for Azure blobs.
Finally, the last two domains talk about virtual networks like VNET peering, IP addresses, subnets, and Azure back-up & data recovery. In addition, here, you will become knowledgeable about how to make use of Azure Monitor and how to put into practice a Log Analytics workspace. Also, with the help of these objectives, you will understand how to access virtual networks securely, how to manage load balancing effectively, how to create Recovery Services Vault, and manage various queries. Finally, within this area, candidates will learn how to deal with review backup reports and how to operate with Azure VPN Gateway, ExpressRoute, and Azure Virtual WAN.
This way, AZ-104 makes a candidate equipped enough to address real-world Azure-related issues and become a seasoned Azure Administrator.
Authentic AZ-104 Dumps With 100% Passing Rate Practice Tests Dumps: https://troytec.validtorrent.com/AZ-104-valid-exam-torrent.html