Skip to content

Commit 5819a76

Browse files
authored
Merge pull request #95495 from rayne-wiselman/raynenovember11
fixing issues
2 parents 9554957 + 10e1c52 commit 5819a76

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/migrate/how-to-set-up-appliance-physical.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to set up an appliance for assessment of physical ser
44
author: rayne-wiselman
55
ms.service: azure-migrate
66
ms.topic: article
7-
ms.date: 10/21/2019
7+
ms.date: 11/11/2019
88
ms.author: raynew
99
---
1010

@@ -13,6 +13,9 @@ ms.author: raynew
1313

1414
This article describes how to set up the Azure Migrate appliance if you're assessing physical servers with the Azure Migrate: Server Assessment tool.
1515

16+
> [!NOTE]
17+
> If features are mentioned here that you don't yet see in the Azure Migrate portal, hang on. They will appear over the next week or so.
18+
1619
The Azure Migrate appliance is a lightweight appliance, used by Azure Migrate Server Assessment to do the following:
1720

1821
- Discover on-premises servers.

articles/migrate/tutorial-migrate-physical-virtual-machines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Make sure machines comply with requirements for migration to Azure.
118118
> [!NOTE]
119119
> Agent-based migration with Azure Migrate Server Migration is based on features of the Azure Site Recovery service. Some requirements might link to Site Recovery documentation.
120120
121-
1. [Verify](migrate-support-matrix-vmware.md#agent-based-migration-vmware-server-requirements) VMware server requirements.
121+
1. [Verify](migrate-support-matrix-vmware.md#agent-based-migration-vmware-server-requirements) server requirements.
122122
2. [Verify](migrate-support-matrix-vmware.md#agent-based-migration-vmware-vm-requirements) VM support requirements for migration.
123123
3. Verify VM settings. On-premises VMs you replicate to Azure must comply with [Azure VM requirements](migrate-support-matrix-vmware.md#azure-vm-requirements).
124124

@@ -260,7 +260,7 @@ Now, select machines for migration.
260260
261261
![Replicate VMs](./media/tutorial-migrate-physical-virtual-machines/select-replicate.png)
262262
263-
2. In **Replicate**, > **Source settings** > **Are your machines virtualized?**, select **Yes, with VMware vSphere**.
263+
2. In **Replicate**, > **Source settings** > **Are your machines virtualized?**, select **Not virtualized/Other**.
264264
3. In **On-premises appliance**, select the name of the Azure Migrate appliance that you set up.
265265
4. In **vCenter server**, specify the name of the vCenter server managing the VMs, or the vSphere server on which the VMs are hosted.
266266
5. In **Process Server**, select the name of the replication appliance.

articles/site-recovery/azure-to-azure-about-networking.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you are using an IP-based firewall proxy, or NSG rules to control outbound co
5757
- Allow these addresses so that data can be written to the cache storage account, from the VM.
5858
- Create a [Azure Active Directory (AAD) service tag](../virtual-network/security-overview.md#service-tags) based NSG rule for allowing access to all IP addresses corresponding to AAD
5959
- If new addresses are added to the Azure Active Directory (AAD) in the future, you need to create new NSG rules.
60-
- Site Recovery service endpoint IP addresses - available in an [XML file](https://aka.ms/site-recovery-public-ips) and depend on your target location. It is recommended to allow access to the tag **"AzureSiteRecovery"** for Site Recovery service access.
60+
- Site Recovery service endpoint IP addresses - available in an [XML file](https://aka.ms/site-recovery-public-ips) and depend on your target location.
6161
- We recommend that you create the required NSG rules on a test NSG, and verify that there are no problems before you create the rules on a production NSG.
6262

6363

@@ -122,9 +122,6 @@ This example shows how to configure NSG rules for a VM to replicate.
122122
- If you're using NSG rules to control outbound connectivity, use "Allow HTTPS outbound" rules to port:443 for all the required IP address ranges.
123123
- The example presumes that the VM source location is "East US" and the target location is "Central US".
124124

125-
> [!NOTE]
126-
> It is recommended to use **AzureSiteRecovery tag** instead of IP addresses to allow access to **Site Recovery service**.
127-
128125
### NSG rules - East US
129126

130127
1. Create an outbound HTTPS (443) security rule for "Storage.EastUS" on the NSG as shown in the screenshot below.

0 commit comments

Comments
 (0)