You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migrate/troubleshoot-network-connectivity.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,15 @@ To validate the private link connection, perform a DNS resolution of the Azure M
41
41
42
42
1. The private endpoint details and private link resource FQDNs' information is available in the Discovery and Assessment and Migration and modernization properties pages. Select **Download DNS settings** to view the list. Note, only the private endpoints that were automatically created by Azure Migrate are listed below.
43
43
44
-
[](./media/how-to-use-azure-migrate-with-private-endpoints/azure-migrate-server-migration-properties.png#lightbox)
44
+
[](./media/how-to-use-azure-migrate-with-private-endpoints/azure-migrate-server-migration-properties.png#lightbox)
45
45
46
46
2. If you have created a private endpoint for the storage account(s) for replicating over a private network, you can obtain the private link FQDN and IP address as illustrated below.
47
47
48
-
- Go to the **Storage account** > **Networking** > **Private endpoint connections** and select the private endpoint created.
48
+
- Go to the **Storage account** > **Networking** > **Private endpoint connections** and select the private endpoint created.
49
49
50
50
:::image type="content" source="./media/troubleshoot-network-connectivity/private-endpoint.png" alt-text="Screenshot of the Private Endpoint connections.":::
51
51
52
-
- Go to **Settings** > **DNS configuration** to obtain the storage account FQDN and private IP address.
52
+
- Go to **Settings** > **DNS configuration** to obtain the storage account FQDN and private IP address.
53
53
54
54
:::image type="content" source="./media/troubleshoot-network-connectivity/private-link-info.png" alt-text="Screenshot showing the Private Link F Q D N information.":::
55
55
@@ -163,10 +163,9 @@ If you have enabled the appliance for private endpoint connectivity, use the fol
163
163
- Ensure that the appliance has network connectivity to the Key Vault over a private link. To validate the private link connectivity, perform a DNS resolution of the Key Vault resource endpoint from the on-premises server hosting the appliance and ensure that it resolves to a private IP address.
164
164
- Go to **Azure Migrate: Discovery and assessment> Properties** to find the details of private endpoints for resources like the Key Vault created during the key generation step.
165
165
166
-

167
166
- Select **Download DNS settings** to download the DNS mappings.
168
167
169
-

168
+

170
169
171
170
- Open the command line and run the following nslookup command to verify network connectivity to the Key Vault URL mentioned in the DNS settings file.
172
171
@@ -247,13 +246,11 @@ If you have enabled the appliance for private endpoint connectivity, use the fol
247
246
248
247
- Ensure that the appliance is either hosted in the same virtual network or is connected to the target Azure virtual network (where the private endpoints have been created) over a private link. Private endpoints for the Azure Migrate services are created in the virtual network selected during the project creation experience. You can verify the virtual network details in the **Azure Migrate > Properties** page.
- Ensure that the appliance has network connectivity to the service endpoint URLs and other URLs, mentioned in the error message, over a private link connection. To validate private link connectivity, perform a DNS resolution of the URLs from the on-premises server hosting the appliance and ensure that it resolves to private IP addresses.
253
252
- Go to **Azure Migrate: Discovery and assessment> Properties** to find the details of private endpoints for the service endpoints created during the key generation step.
254
253
255
-

256
-
257
254
- Select **Download DNS settings** to download the DNS mappings.
258
255
259
256

0 commit comments