100% found this document useful (1 vote)
572 views8 pages

Az 104

This document discusses a planned migration of resources from an on-premises environment to Azure. Litware has offices in Montreal, Seattle and New York with various applications, virtual machines and networking. They plan to migrate VMs and applications to Azure, connect offices to Azure virtual networks, and synchronize on-premises Active Directory to Azure AD. The document outlines technical requirements for the migration.

Uploaded by

Walter Campal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
572 views8 pages

Az 104

This document discusses a planned migration of resources from an on-premises environment to Azure. Litware has offices in Montreal, Seattle and New York with various applications, virtual machines and networking. They plan to migrate VMs and applications to Azure, connect offices to Azure virtual networks, and synchronize on-premises Active Directory to Azure AD. The document outlines technical requirements for the migration.

Uploaded by

Walter Campal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

QUESTION

& ANSWER
HIGHER QUALITY, BETTER SERVICE

Provide One Year Free Update!


https://www.passquestion.com
The safer , easier way to help you pass any IT exams.

Exam : AZ-104

Title : Microsoft Azure


Administrator

Version : DEMO

1 / 7
The safer , easier way to help you pass any IT exams.

1.Topic 1 -Litware, Inc.

Overview
Litware, Ltd. is a consulting company that has a main office in Montreal and two branch offices in Seattle
and New York. The Montreal office has 2,000 employees. The Seattle office has 1,000 employees. The
New York office has 200 employees.
All the resources used by Litware are hosted on-premises. Litware creates a new Azure subscription. The
Azure Active Directory (Azure AD) tenant uses a domain named Litware.onmicrosoft.com. The tenant
uses the P1 pricing tier.

Existing Environment
The network contains an Active Directory forest named Litware.com. All domain controllers are configured
as DNS servers and host the Litware.com DNS zone.
Litware has finance, human resources, sales, research, and information technology departments.
Each department has an organizational unit (OU) that contains all the accounts of that respective
department.
All the user accounts have the department attribute set to their respective department.
New users are added frequently.
Litware.com contains a user named User1.
All the offices connect by using private links.
Litware has data centers in the Montreal and Seattle offices.
Each data center has a firewall that can be configured as a VPN device.
All infrastructure servers are virtualized.

The virtualization environment contains the servers in the following table.

Litware uses two web applications named App1 and App2.


Each instance on each web application requires 1GB of memory.

The Azure subscription contains the resources in the following table.

The network security team implements several network security groups (NSGs).

Planned Changes
Litware plans to implement the following changes:
- Deploy Azure ExpressRoute to the Montreal office.
- Migrate the virtual machines hosted on Server1 and Server2 to Azure.
- Synchronize on-premises Active Directory to Azure Active Directory (Azure AD).
- Migrate App1 and App2 to two Azure web apps named webApp1 and WebApp2.

2 / 7
The safer , easier way to help you pass any IT exams.

Technical Requirements
Litware must meet the following technical requirements:
- Ensure that WebApp1 can adjust the number of instances automatically based on the load and can
scale up to five instance.
- Ensure that VM3 can establish outbound connections over TCP port 8080 to the applications servers in
the Montreal office.
- Ensure that routing information is exchanged automatically between Azure and the routers in the
Montreal office.
- Enable Azure Multi-Factor Authentication (MFA) for the users in the finance department only.
- Ensure that webapp2.azurewebsites.net can be accessed by using the name app2.Litware.com.
- Connect the New Your office to VNet1 over the Internet by using an encrypted connection.
- Create a workflow to send an email message when the settings of VM4 are modified.
- Create a custom Azure role named Role1 that is based on the Reader role.
- Minimize costs whenever possible.

HOTSPOT
You need to prepare the environment to implement the planned changes for Server2. You need to the
appropriate sizes for the Azure virtual for Server2.
What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct
selection is worth one point.

Answer:

3 / 7
The safer , easier way to help you pass any IT exams.

Explanation:
Box 1: Create a Recovery Services vault
Create a Recovery Services vault on the Azure Portal.
Box 2: Install the Azure Site Recovery Provider
Azure Site Recovery can be used to manage migration of on-premises machines to Azure.
Scenario: Migrate the virtual machines hosted on Server1 and Server2 to Azure.
Server2 has the Hyper-V host role.
Reference: https://docs.microsoft.com/en-us/azure/site-recovery/migrate-tutorial-on-premises-azure

2.DRAG & DROP


You have an Azure subscription that contains two virtual networks named VNet1 and VNet2. Virtual
machines connect to the virtual networks.
The virtual networks have the address spaces and the subnets configured as shown in the following table.

You need to add the address space of 10.33.0.0/16 to VNet1. The solution must ensure that the hosts on
VNet1 and VNet2 can communicate.
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.

4 / 7
The safer , easier way to help you pass any IT exams.

Answer:

Explanation:
You can't add address ranges to, or delete address ranges from a virtual network's address space once a
virtual network is peered with another virtual network.
To add or remove address ranges, delete the peering, add or remove the address ranges, then re-create
the peering.

5 / 7
The safer , easier way to help you pass any IT exams.

Step 1: Remove peering between Vnet1 and VNet2.


Step 2: Add the 10.44.0.0/16 address space to VNet1.
Step 3: Recreate peering between VNet1 and VNet2
Reference: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering

3.Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution. After you answer a question in
this section, you will NOT be able to return to it. As a result, these questions will not appear in the review
screen.
You have an Azure subscription named Subscription1 that contains the resources shown in the following
table.

VM1 connects to a virtual network named VNET2 by using a network interface named NIC1. You need to
create a new network interface named NIC2 for VM1.
Solution:
You create NIC2 in RG1 and West US.
Does this meet the goal?
A. Yes
B. NO
Answer: A
Explanation:
The virtual machine you attach a network interface to and the virtual network you connect it to must exist
in the same location, here West US, also referred to as a region.
Reference: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-network-interface

4.You create an App Service plan named App1 and an Azure web app named webapp1. You discover that
the option to create a staging slot is unavailable. You need to create a staging slot for App1.
What should you do first?
A. From webapp1, modify the Application settings.
B. From webapp1, add a custom domain.
C. From App1, scale up the App Service plan.
D. From App1, scale out the App Service plan.
Answer: C
Explanation:
Scale up: Get more CPU, memory, disk space, and extra features like dedicated virtual machines (VMs),
custom domains and certificates, staging slots, autoscaling, and more.

6 / 7
The safer , easier way to help you pass any IT exams.

You scale up by changing the pricing tier of the App Service plan that your app belongs to.
Reference: https://docs.microsoft.com/en-us/azure/app-service/manage-scale-up

5.Note: This question is part of a series of questions that present the same scenario. Each question in the
series contains a unique solution that might meet the stated goals. Some question sets might have more
than one correct solution, while others might not have a correct solution. After you answer a question in
this section, you will NOT be able to return to it. As a result, these questions will not appear in the review
screen.
You have an Azure virtual machine named VM1 that runs Windows Server 2016.
You need to create an alert in Azure when more than two error events are logged to the System log on
VM1 within an hour.
Solution:
You create an event subscription on VM1.
You create an alert in Azure Monitor and specify VM1 as the source.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
Instead: You create an Azure Log Analytics workspace and configure the data settings. You install the
Microsoft Monitoring Agent on VM1. You create an alert in Azure Monitor and specify the Log Analytics
workspace as the source.
Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/agents-overview

7 / 7

You might also like