Microsoft AZ-120 Dumps - 100% Cover Real Exam Questions (Updated 135 Questions) [Q41-Q57]

Share

Microsoft AZ-120 Dumps - 100% Cover Real Exam Questions (Updated 135 Questions)

Real AZ-120 dumps - Real Microsoft dumps PDF


Microsoft AZ-120 Exam Syllabus Topics:

TopicDetails
Topic 1
  • SAP Workload Performance SLA And Metrics
  • Certified And Support SAP Hana Hardware Directory
Topic 2
  • Operating System Requirements
  • Infrastructure Requirementsdesign Azure Infrastructure Services To Support SAP Workloads
Topic 3
  • Scripting With Automation Tools, Including Script Development, Script Modification, And Deployment Dependencies
Topic 4
  • Azure Enhanced Monitoring Extension For SAP
  • Disaster Recovery (DR) With Hero Regions
Topic 5
  • Operations System Inventory, Computing Inventory, Security Inventory
  • SAP Landscape Architecture
Topic 6
  • Linux Vms Active Directory Domain Membership Mechanismmonitor SAP Workloads On Azure
Topic 7
  • Perform Infrastructure Validation Check
  • Role-Based Access Control (RBAC)
Topic 8
  • Implement And Manage Virtual Networking
  • Manage Access And Authentication On Azure
Topic 9
  • Design Criteria For Tailored Datacenter Integration (TDI) V4 And V5 Solutions
  • Migrate SAP Workloads To Azure
Topic 10
  • Implementation For SAP Workloads
  • HA Models Supported In HANA (N+N, N+0 And N+1)
Topic 11
  • Design A Core Infrastructure Solution In Azure To Support SAP Workloads
Topic 12
  • Databox With Import And Export
  • HANA System Replication (HSR)
Topic 13
  • Infrastructure Optimization For Migrationdesign An Azure Solution To Support SAP Workloads
Topic 14
  • Dependenciesdesign A Resilient Azure Solution To Support SAP Workloads May Include
Topic 15
  • Backup And Restoration Requirements
  • Automate Deployment Of Virtual Machines (Vms)
Topic 16
  • Just In Time Accessimplement And Manage Identities
  • Isolation And Segmentation For SAP Landscape
Topic 17
  • Migration Considerations Design A Migration Strategy
  • Network Topology Requirements
Topic 18
  • Database Habuild And Deploy Azure SAP Workloads
  • Create An Inventory Of Existing SAP Landscapes
Topic 20
  • Azure Monitorvalidate Azure Infrastructure For SAP Workloads
  • Azure Resource Manager (ARM) Template
Topic 21
  • Backup And Restore Methods And Solutions
  • Resiliency And Availability Inventory


Planning and Administering Microsoft Azure for SAP Workloads Exam Certification Details:

Exam CodeAZ-120
Exam NameMicrosoft Certified - Azure for SAP Workloads Specialty
Books / TrainingCourse AZ-120T00-A: Planning and Administering Microsoft Azure for SAP Workloads
Duration120 mins
Number of Questions40-60
Exam Price$165 (USD)
Schedule ExamPearson VUE
Passing Score700 / 1000
Sample QuestionsPlanning and Administering Microsoft Azure for SAP Workloads Sample Questions

 

NEW QUESTION 41
You plan to migrate an on-premises SAP environment to Azure.
You need to identity whether any SAP application servers host multiple SAP system identifiers (SlDs).
What should you do?

  • A. From the SAP EarlyWatch Alert report, compare the services to the reference objects
  • B. Run the SAP Report from ABAPMeter.
  • C. From the SAP EarlyWatch Alert report, compare the physical host names to the virtual host names.
  • D. Run SAP HAN A sizing report.

Answer: B

Explanation:
Topic 1, Contoso Ltd
Existing Environment
Active Directory
The network contains an on-premises Active Directory domain named ad.contoso.com. User email addresses use a domain name of contoso.com.
SAP Environment
The current SAP environment contains the following components:
SAP Solution Manager
SAP ERP Central Component (SAP ECC)
SAP Supply Chain Management (SAP SCM)
SAP application servers that run Windows Server 2008 R2
SAP HANA database servers that run SUSE Linux Enterprise Server 12 (SLES 12) Problem Statements Contoso identifies the following issues in its current environment:
The SAP HANA environment lacks adequate resources.
The Windows servers are nearing the end of support.
The datacenters are at maximum capacity.
Requirements
Planned Changes
Contoso identifies the following planned changes:
Deploy Azure Virtual WAN.
Migrate the application servers to Windows Server 2016.
Deploy ExpressRoute connections to all of the offices and manufacturing facilities.
Deploy SAP landscapes to Azure for development, quality assurance, and production.
All resources for the production landscape will be in a resource group named SAPProduction.
Business goals
Contoso identifies the following business goals:
Minimize costs whenever possible.
Migrate SAP to Azure without causing downtime.
Ensure that all SAP deployments to Azure are supported by SAP.
Ensure that all the production databases can withstand the failure of an Azure region.
Ensure that all the production application servers can restore daily backups from the last 21 days.
Technical Requirements
Contoso identifies the following technical requirements:
Inspect all web queries.
Deploy an SAP HANA cluster to two datacenters.
Minimize the bandwidth used for database synchronization.
Use Active Directory accounts to administer Azure resources.
Ensure that each production application server has four 1-TB data disks.
Ensure that an application server can be restored from a backup created during the last five days within 15 minutes.
Implement an approval process to ensure that an SAP administrator is notified before another administrator attempts to make changes to the Azure virtual machines that host SAP.
It is estimated that during the migration, the bandwidth required between Azure and the New York office will be 1 Gbps. After the migration, a traffic burst of up to 3 Gbps will occur.
Proposed Backup Policy
An Azure administrator proposes the backup policy shown in the following exhibit.

Azure Resource Manager Template
An Azure administrator provides you with the Azure Resource Manager template that will be used to provision the production application servers.

 

NEW QUESTION 42
Your on-premises network contains an Active Directory domain.
You have an SAP environment on Azure that runs on SUSE Linux Enterprise Server (SLES) servers.
You configure the SLES servers to use domain controllers as their NTP servers and their DNS servers.
You need to join the SLES servers to the Active Directory domain.
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:

Explanation

Step 1: Install the samba-winbind package
Install samba-winbind
Step 2: Add realm details to /etc/krb5.conf and /etc/samba/smb.conf
Edit files - best way to do this is to use yast on test machine and copy files from it In following examples you need to replace EXAMPLE/EXAMPLE.COM/.example.com with your values/settings
/etc/samba/smb.conf
[global]
workgroup = EXAMPLE
usershare allow guests = NO #disallow guests from sharing
idmap gid = 10000-20000
idmap uid = 10000-20000
kerberos method = secrets and keytab
realm = EXAMPLE.COM
security = ADS
template homedir = /home/%D/%U
template shell = /bin/bash
winbind offline logon = yes
winbind refresh tickets = yes
/etc/krb5.conf
[libdefaults]
default_realm = EXAMPLE.COM
clockskew = 300
[realms]
EXAMPLE.COM = {
kdc = PDC.EXAMPLE.COM
default_domain = EXAMPLE.COM
admin_server = PDC.EXAMPLE.COM
}
Step 3: Run net ads join -U administrator
Join the SLES 12 Server to the AD domain
References:
https://www.suse.com/support/kb/doc/?id=7018461

 

NEW QUESTION 43
You are deploying an SAP environment on Azure that will use an SAP HANA database server.
You provision an Azure virtual machine for SAP HANA by using the M64s virtual machine SKU.
You need to set the swap space by using the Microsoft Azure Linux Agent (waagent) configuration file.
Which two settings should you configure? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. ResourceDisk.EnableSwap=y
  • B. ResourceDisk.SwapSizeMB=229376
  • C. AutoUpdate.Enabled=n
  • D. ResourceDisk.EnableSwapEncryption=n

Answer: A,B

Explanation:
To create a swap file in the directory that's defined by the ResourceDisk.MountPoint parameter, you can update the /etc/waagent.conf file by setting the following three parameters:
ResourceDisk.Format=y
ResourceDisk.EnableSwap=y
ResourceDisk.SwapSizeMB=xx
References:
https://support.microsoft.com/en-us/help/4010058/how-to-add-a-swap-file-in-linux-azure-virtual-machines

 

NEW QUESTION 44
HOTSPOT
You plan to deploy a highly available ASCS instance to SUSE Linux Enterprise Server (SLES) virtual machines in Azure.
You are configuring an internal Azure Standard Load Balancer for the ASCS instance.
How should you configure the internal Standard Load Balancer? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Answer:

Explanation:

Explanation:
Box 1: Client IP
The standard load balancer allows stateful sessions to remain as there are no IP address changes with this method.
Box 2: Enabled
Make sure to enable Floating IP.
References:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/high-availability-guide-suse

 

NEW QUESTION 45
You have an SAP production landscape on-premises and an SAP development landscape on Azure.
You deploy a network virtual appliance to act as a firewall between the Azure subnet and the on-premises network.
Solution: You configure a user-defined route table.
Does this meet the goal?

  • A. No
  • B. Yes

Answer: A

 

NEW QUESTION 46
HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Answer:

Explanation:

Explanation:
Box 1: No
To log in to a Linux VM with Azure AD credentials, install the Azure Active Directory login VM extension.
Note: Azure AD Connect is the Microsoft tool designed to meet and accomplish your hybrid identity goals.
Box 2: Yes
If you deploy SAP VMs in a cross-premises scenario, where on-premises Active Directory and DNS are extended in Azure, it is expected that the VMs are joining an on-premises domain.
Box 3: No
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/deployment-guide

 

NEW QUESTION 47
You plan to migrate an SAP ERP Central Component (SAP ECC) production system to Azure.
You are reviewing the SAP EarlyWatch Alert report for the system.
You need to recommend sizes for the Azure virtual machines that will host the system.
Which two sections of the report should you review? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Patch Levels under SAP Software Configuration
  • B. Hardware Capacity
  • C. Data Volume Management
  • D. Hardware Configuration under Landscape
  • E. Database and ABAP Load Optimization

Answer: B,E

Explanation:
It is important to note that there are 2 types of data collected for Hardware Capacity.
Performance Data - e.g. CPU and Memory utilization data.
Hardware Capacity data shown in the EWA is measuring CPU and Memory utilization data. This is known as Performance Data.
Configuration Data - e.g. OS information, CPU type.
It is also collecting system information about the host such as hardware manufacturer, CPU type etc. This is known as Configuration Data.
Incorrect Answers:
E: Data Volume Management focuses on whether the collection of DVM content for the EarlyWatch Alert report is not performed, not activated, or not possible because the SAP Solution Manager system does not meet the technical requirements.
References:
https://wiki.scn.sap.com/wiki/display/SM/Hardware+Capacity+Checks+in+EWA

 

NEW QUESTION 48
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 deploy SAP HANA on Azure (Large Instances).
You need to back up the SAP HANA database to Azure.
Solution: Back up directly to disk, copy the backups to an Azure virtual machine, and then copy the backup to an Azure Storage account Does this meet the goal?

  • A. No
  • B. Yes

Answer: A

 

NEW QUESTION 49
You plan to migrate an on-premises SAP development system to Azure.
Before the migration, you need to check the usage of the source system hardware, such as CPU, memory, network, etc.
Which transaction should you run from SAP GUI?

  • A. OS07N
  • B. DB01
  • C. SM51
  • D. DB12

Answer: A

Explanation:
SAP transaction OS07N (Remote Operating System Activity) is classified in the Basis Component module under application component Operating System Monitors and runs Monitoring Operating System program RSHOST1N upon execution.
Incorrect Answers:
A: Transaction code SM51 is to display list of active application servers that have registered in the SAP message server.
B: DB01 is a transaction code used for Analyze Exclusive Lockwaits in SAP.
C: Transaction code DB12 is to collects and presents information that is necessary to monitor database backups.
References:
http://www.saptransactions.com/codes/OS07N/
Design an Azure Solution to Support SAP Workloads
Testlet 1
Case Study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Overview
Litware, Inc. is an international manufacturing company that has 3,000 employees.
Litware has two main offices. The offices are located in Miami, FL, and Madrid, Spain.
Existing Environment
Infrastructure
Litware currently uses a third-party provider to host a datacenter in Miami and a disaster recovery datacenter in Chicago, IL.
The network contains an Active Directory domain named litware.com. Litware has two third-party applications hosted in Azure.
Litware already implemented a site-to-site VPN connection between the on-premises network and Azure.
SAP Environment
Litware currently runs the following SAP products:
* Enhancement Pack6 for SAP ERP Central Component 6.0 (SAP ECC 6.0)
* SAP Extended Warehouse Management (SAP EWM)
* SAP Supply Chain Management (SAP SCM)
* SAP NetWeaver Process Integration (PI)
* SAP Business Warehouse (SAP BW)
* SAP Solution Manager
All servers run on the Windows Server platform. All databases use Microsoft SQL Server. Currently, you have
20 production servers.
You have 30 non-production servers including five testing servers, five development servers, five quality assurance (QA) servers, and 15 pre-production servers.
Currently, all SAP applications are in the litware.com domain.
Problem Statements
The current version of SAP ECC has a transaction that, when run in batches overnight, takes eight hours to complete. You confirm that upgrading to SAP Business Suite on HANA will improve performance because of code changes and the SAP HANA database platform.
Litware is dissatisfied with the performance of its current hosted infrastructure vendor. Litware experienced several hardware failures and the vendor struggled to adequately support its 24/7 business operations.
Requirements
Business Goals
Litware identifies the following business goals:
* Increase the performance of SAP ECC applications by moving to SAP HANA. All other SAP databases will remain on SQL Server.
* Move away from the current infrastructure vendor to increase the stability and availability of the SAP services.
* Use the new Environment, Health and Safety (EH&S) in Recipe Management function.
* Ensure that any migration activities can be completed within a 48-hour period during a weekend.
Planned Changes
Litware identifies the following planned changes:
* Migrate SAP to Azure.
* Upgrade and migrate SAP ECC to SAP Business Suite on HANA Enhancement Pack 8.
Technical Requirements
Litware identifies the following technical requirements:
* Implement automated backups.
* Support load testing during the migration.
* Identify opportunities to reduce costs during the migration.
* Continue to use the litware.com domain for all SAP landscapes.
* Ensure that all SAP applications and databases are highly available.
* Establish an automated monitoring solution to avoid unplanned outages.
* Remove all SAP components from the on-premises network once the migration is complete.
* Minimize the purchase of additional SAP licenses. SAP HANA licenses were already purchased.
* Ensure that SAP can provide technical support for all the SAP landscapes deployed to Azure.

 

NEW QUESTION 50
You recently migrated an SAP HANA environment to Azure.
You plan to back up SAP HANA databases to disk on the virtual machines, and then move the backup files to Azure Blob storage for retention.
Which command should you run to move the backups to the Blob storage?

  • A. azcopy
  • B. backint
  • C. robocopy
  • D. scp

Answer: A

Explanation:
To store directories and files on Azure storage, one could use CLI or PowerShell. There is also a ready-to-use utility, AzCopy, for copying data to Azure storage.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/sap-hana-backup-file-level Operationalize Azure SAP Architecture Testlet 1 Case Study This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Overview
Contoso, Ltd. is a manufacturing company that has 15,000 employees.
The company uses SAP for sales and manufacturing.
Contoso has sales offices in New York and London and manufacturing facilities in Boston and Seattle.
Existing Environment
Active Directory
The network contains an on-premises Active Directory domain named ad.contoso.com. User email addresses use a domain name of contoso.com.
SAP Environment
The current SAP environment contains the following components:
* SAP Solution Manager
* SAP ERP Central Component (SAP ECC)
* SAP Supply Chain Management (SAP SCM)
* SAP application servers that run Windows Server 2008 R2
* SAP HANA database servers that run SUSE Linux Enterprise Server 12 (SLES 12) Problem Statements Contoso identifies the following issues in its current environment:
* The SAP HANA environment lacks adequate resources.
* The Windows servers are nearing the end of support.
* The datacenters are at maximum capacity.
Requirements
Planned Changes
Contoso identifies the following planned changes:
* Deploy Azure Virtual WAN.
* Migrate the application servers to Windows Server 2016.
* Deploy ExpressRoute connections to all of the offices and manufacturing facilities.
* Deploy SAP landscapes to Azure for development, quality assurance, and production.
All resources for the production landscape will be in a resource group named SAPProduction.
Business goals
Contoso identifies the following business goals:
* Minimize costs whenever possible.
* Migrate SAP to Azure without causing downtime.
* Ensure that all SAP deployments to Azure are supported by SAP.
* Ensure that all the production databases can withstand the failure of an Azure region.
* Ensure that all the production application servers can restore daily backups from the last 21 days.
Technical Requirements
Contoso identifies the following technical requirements:
* Inspect all web queries.
* Deploy an SAP HANA cluster to two datacenters.
* Minimize the bandwidth used for database synchronization.
* Use Active Directory accounts to administer Azure resources.
* Ensure that each production application server has four 1-TB data disks.
* Ensure that an application server can be restored from a backup created during the last five days within 15 minutes.
* Implement an approval process to ensure that an SAP administrator is notified before another administrator attempts to make changes to the Azure virtual machines that host SAP.
It is estimated that during the migration, the bandwidth required between Azure and the New York office will be
1 Gbps. After the migration, a traffic burst of up to 3 Gbps will occur.
Proposed Backup Policy
An Azure administrator proposes the backup policy shown in the following exhibit.

Azure Resource Manager Template
An Azure administrator provides you with the Azure Resource Manager template that will be used to provision the production application servers.

 

NEW QUESTION 51
A customer has an on-premises SAP environment.
The customer plans to migrate SAP to Azure.
You need to prepare the environment for the planned migration.
Which three actions should you perform in sequence before the migration? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

 

NEW QUESTION 52
A company named Contoso, Ltd. has users across the globe. Contoso is evaluating whether to migrate SAP to Azure.
The SAP environment runs on SUSE Linux Enterprise Server (SLES) servers and SAP HANA databases. The Suite on HANA database is 4 TB.
You need to recommend a migration solution to migrate SAP application servers and the SAP HANA databases. The solution must minimize downtime.
Which migration solutions should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: Azure Site Recovery
Microsoft Azure Site Recovery (ASR) now supports SUSE Linux Enterprise Server 11 SP3/SP4 and SUSE Linux Enterprise Server 12 SP1/SP2/SP3. This is great for customers that are planning to migrate systems to Microsoft Azure or customers who need to have a business continuity strategy for their Azure deployments.
Azure Site Recovery enables SUSE customers to migrate their non-Azure virtual machines or physical servers to Microsoft Azure virtual machines.
Box 2: SAP Hana System replication
Reference:
https://www.suse.com/c/asr_supports_suse/
https://www.netapp.com/us/media/tr-4746.pdf

 

NEW QUESTION 53
You have an SAP landscape on Azure that contains the virtual machines shown in the following table.

You need to ensure that the Application Server role is available if a single Azure datacenter fails.
What should you include in the solution?

  • A. Azure Load Balancer Standard
  • B. a local network gateway
  • C. Azure Private Link
  • D. Azure Virtual WAN

Answer: B

 

NEW QUESTION 54
You plan to migrate an SAP environment to Azure.
You need to create a design to facilitate end-user access to SAP applications over the Internet, while restricting user access to the virtual machines of the SAP application servers.
What should you include in the design?

  • A. Use an SAP Web Dispatcher to route all incoming connections
  • B. Configure a public IP address for each SAP application server
  • C. Deploy an internal Azure Standard Load Balancer for incoming connections
  • D. Configure point-to-site VPN connections for each user

Answer: A

Explanation:
Explanation
* A public internet user can reach the SAP Web-Dispatcher over port 443
* The SAP Web-Dispatcher can reach the SAP Application server over port 443
* The App Subnet accepts traffic on port 443 from 10.0.0.0/24
* The SAP Application server sends traffic on port 30015 to the SAP DB server
* The DB subnet accepts traffic on port 30015 from 10.0.1.0/24.
* Public Internet Access is blocked on both App Subnet and DB Subnet.

References:
https://azure.microsoft.com/en-in/blog/sap-on-azure-architecture-designing-for-security/

 

NEW QUESTION 55
You need direct connectivity from an on-premises network to SAP HANA (Large Instances). The solution must meet the following requirements:
* Minimize administrative effort.
* Provide the highest level of resiliency.
What should you use?

  • A. ExpressRoute Global Reach
  • B. ExpressRoute
  • C. NGINX as a reverse proxy
  • D. Linux IPTables

Answer: B

Explanation:
The Azure network functionality used is:
* Azure virtual networks are connected to the ExpressRoute circuit that connects to your on-premises network assets.
* An ExpressRoute circuit that connects on-premises to Azure should have a minimum bandwidth of 1 Gbps or higher. This minimal bandwidth allows adequate bandwidth for the transfer of data between on-premises systems and systems that run on VMs. It also allows adequate bandwidth for connection to Azure systems from on-premises users.
* All SAP systems in Azure are set up in virtual networks to communicate with each other.
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/hana-network-architecture

 

NEW QUESTION 56
You have an SAP environment on Azure.
You use Azure Site Recovery to protect an SAP production landscape.
You need to validate whether you can recover the landscape in the event of a failure. The solution must minimize the impact on the landscape.
Which four 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:

Explanation

Step 1: Create a virtual network...
We recommended that for test failover, you choose a network that's isolated from the production recovery site network specific in the Compute and Network settings for each VM. By default, when you create an Azure virtual network, it is isolated from other networks. The test network should mimic your production network:
The test network should have same number of subnets as your production network. Subnets should have the same names.
The test network should use the same IP address range.
Step 2: Add a public IP address...
Because Site Recovery does not replicate the cloud witness, we recommend that you deploy the cloud witness in the disaster recovery region.
Step 3: Shut down production virtual machines
Make sure that the primary VM is shut down when you run the test failover. Otherwise there will be two VMs with the same identity, running in the same network at the same time. This can lead to unexpected consequences.
Step 4: Select Test failover from the Recovery Plans blade
References:
https://docs.microsoft.com/en-us/azure/site-recovery/site-recovery-test-failover-to-azure

 

NEW QUESTION 57
......

Realistic Fast2test AZ-120 Dumps PDF - 100% Passing Guarantee: https://www.fast2test.com/AZ-120-premium-file.html

Free Microsoft AZ-120 Exam Questions & Answer: https://drive.google.com/open?id=1DSEEeVU6Y2zomXCmIxkC4BFaPRZQ4XYF 

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday

Support: Contact now 

日本語 Deutsch 繁体中文 한국어