Skip to content

Commit b826a80

Browse files
authored
Merge pull request #197814 from Sharmistha-Rai/main
Added connectivity section
2 parents 4d88812 + 6fc6b2b commit b826a80

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

articles/site-recovery/vmware-azure-deploy-configuration-server.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ If you want to add an additional NIC to the configuration server, add it before
104104
7. The tool performs some configuration tasks, and then reboots.
105105
8. Sign in to the machine again. The configuration server management wizard starts automatically in a few seconds.
106106

107+
### Verify connectivity
108+
Make sure the machine can access these URLs based on your environment:
109+
110+
[!INCLUDE [site-recovery-URLS](../../includes/site-recovery-URLS.md)]
111+
112+
IP address-based firewall rules should allow communication to all of the Azure URLs that are listed above over HTTPS (443) port. To simplify and limit the IP Ranges, it is recommended that URL filtering be done.
113+
114+
- **Commercial IPs** - Allow the [Azure Datacenter IP Ranges](https://www.microsoft.com/download/confirmation.aspx?id=41653), and the HTTPS (443) port. Allow IP address ranges for the Azure region of your subscription to support the AAD, Backup, Replication, and Storage URLs.
115+
- **Government IPs** - Allow the [Azure Government Datacenter IP Ranges](https://www.microsoft.com/en-us/download/details.aspx?id=57063), and the HTTPS (443) port for all USGov Regions (Virginia, Texas, Arizona, and Iowa) to support AAD, Backup, Replication, and Storage URLs.
116+
107117
### Configure settings
108118

109119
1. In the configuration server management wizard, select **Setup connectivity**. From the drop-down boxes, first select the NIC that the in-built process server uses for discovery and push installation of mobility service on source machines. Then select the NIC that the configuration server uses for connectivity with Azure. Select **Save**. You can't change this setting after it's configured. Don't change the IP address of a configuration server. Ensure that the IP assigned to the configuration server is a static IP and not a DHCP IP.

articles/site-recovery/vmware-azure-set-up-replication-tutorial-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Follow these steps to enable replication:
111111
- Cache storage account:
112112
Now, choose the cache storage account which Azure Site Recovery uses for staging purposes - caching and storing logs before writing the changes on to the managed disks.
113113

114-
By default, a new LRS v1 type storage account will be created by Azure Site Recovery for the first enable replication operation in a vault. For the next operations, same cache storage account will be re-used.
114+
By default, a new LRS v1 type storage account will be created by Azure Site Recovery for the first enable replication operation in a vault. For the next operations, the same cache storage account will be re-used.
115115
- Managed disks
116116

117117
By default, Standard HDD managed disks are created in Azure. You can customize the type of Managed disks by Selecting **Customize**. Choose the type of disk based on the business requirement. Ensure [appropriate disk type is chosen](../virtual-machines/disks-types.md#disk-type-comparison) based on the IOPS of the source machine disks. For pricing information, refer to the managed disk pricing document [here](https://azure.microsoft.com/pricing/details/managed-disks/).
@@ -133,7 +133,7 @@ Follow these steps to enable replication:
133133

134134
- Select **OK** to save the policy.
135135

136-
The policy will be created and can used for protecting the chosen source machines.
136+
The policy will be created and can be used for protecting the chosen source machines.
137137

138138
11. After choosing the replication policy, select **Next**. Review the Source and Target properties. Select **Enable Replication** to initiate the operation.
139139

0 commit comments

Comments
 (0)