Skip to content

Commit 1215abf

Browse files
committed
Acrolinx fixes
1 parent f6721dc commit 1215abf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/migrate/tutorial-discover-physical.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Check that the zipped file is secure, before you deploy it.
209209

210210
### 3. Run the Azure Migrate installer script
211211

212-
1. Extract the zipped file to a folder on the server that will host the appliance. Make sure you don't run the script on a server with an existing Azure Migrate appliance.
212+
1. Extract the zipped file to a folder on the server that will host the appliance. Make sure you don't run the script on a server with an existing Azure Migrate appliance.
213213

214214
2. Launch PowerShell on the above server with administrative (elevated) privilege.
215215

@@ -249,15 +249,15 @@ Set up the appliance for the first time.
249249
1. Open a browser on any server that can connect to the appliance, and open the URL of the appliance web app: **https://*appliance name or IP address*: 44368**.
250250

251251
Alternately, you can open the app from the desktop by selecting the app shortcut.
252-
1. Accept the **license terms**, and read the third-party information.
252+
1. Accept the **license terms**, and read the third party information.
253253

254254
#### Set up prerequisites and register the appliance
255255

256256
In the configuration manager, select **Set up prerequisites**, and then complete these steps:
257257
1. **Connectivity**: The appliance checks that the server has internet access. If the server uses a proxy:
258258
- Select **Setup proxy** to specify the proxy address (in the form `http://ProxyIPAddress` or `http://ProxyFQDN`, where *FQDN* refers to a *fully qualified domain name*) and listening port.
259259
- Enter credentials if the proxy needs authentication.
260-
- If you have added proxy details or disabled the proxy or authentication, select **Save** to trigger connectivity and check connectivity again.
260+
- If you have added proxy details or disabled the proxy or authentication, select **Save** to trigger connectivity, and check connectivity again.
261261

262262
Only HTTP proxy is supported.
263263
1. **Time sync**: Check that the time on the appliance is in sync with internet time for discovery to work properly.
@@ -290,12 +290,12 @@ Now, connect from the appliance to the physical servers to be discovered, and st
290290
1. In **Step 1: Provide credentials for discovery of Windows and Linux physical or virtual servers​**, select **Add credentials**.
291291
1. For Windows server, select the source type as **Windows Server**, specify a friendly name for credentials, add the username and password. Select **Save**.
292292
1. If you're using password-based authentication for Linux server, select the source type as **Linux Server (Password-based)**, specify a friendly name for credentials, add the username and password. Select **Save**.
293-
1. If you're using SSH key-based authentication for Linux server, you can select source type as **Linux Server (SSH key-based)**, specify a friendly name for credentials, add the username, browse and select the SSH private key file. Select **Save**.
293+
1. If you're using SSH key-based authentication for Linux server, you can select source type as **Linux Server (SSH key-based)**, specify a friendly name for credentials, add the username, browse, and select the SSH private key file. Select **Save**.
294294

295295
- Azure Migrate supports the SSH private key generated by ssh-keygen command using RSA, DSA, ECDSA, and ed25519 algorithms.
296296
- Currently Azure Migrate doesn't support passphrase-based SSH key. Use an SSH key without a passphrase.
297297
- Currently Azure Migrate doesn't support SSH private key file generated by PuTTY.
298-
- The SSH key file supports CRLF to mark a line break in the text file that you upload. SSH keys created on Linux systems most commonly have LF as their newline character so you can convert them to CRLF by opening the file in vim, typing `:set textmode` and saving the file.
298+
- The SSH key file supports CRLF to mark a line break in the text file that you upload. SSH keys created on Linux systems most commonly have LF as their newline character so you can convert them to CRLF by opening the file in vim, typing `:set textmode`, and saving the file.
299299
- If your Linux servers support the older version of RSA key, you can generate the key using the `$ ssh-keygen -m PEM -t rsa -b 4096` command.
300300
- Azure Migrate supports OpenSSH format of the SSH private key file as shown below:
301301

@@ -309,10 +309,10 @@ Now, connect from the appliance to the physical servers to be discovered, and st
309309

310310

311311
- If you choose **Add single item**, you can choose the OS type, specify friendly name for credentials, add server **IP address/FQDN** and select **Save**.
312-
- If you choose **Add multiple items**, you can add multiple records at once by specifying server **IP address/FQDN** with the friendly name for credentials in the text box. **Verify** the added records and select **Save**.
313-
- If you choose **Import CSV** _(selected by default)_, you can download a CSV template file, populate the file with the server **IP address/FQDN** and friendly name for credentials. You then import the file into the appliance, **verify** the records in the file and select **Save**.
312+
- If you choose **Add multiple items**, you can add multiple records at once by specifying server **IP address/FQDN** with the friendly name for credentials in the text box. **Verify** the added records, and select **Save**.
313+
- If you choose **Import CSV** _(selected by default)_, you can download a CSV template file, populate the file with the server **IP address/FQDN** and friendly name for credentials. You then import the file into the appliance, **verify** the records in the file, and select **Save**.
314314

315-
1. Select Save. The appliance tries validating the connection to the servers added and shows the **Validation status** in the table against each server.
315+
1. Select **Save**. The appliance tries validating the connection to the servers added and shows the **Validation status** in the table against each server.
316316
- If validation fails for a server, review the error by selecting on **Validation failed** in the Status column of the table. Fix the issue, and validate again.
317317
- To remove a server, select **Delete**.
318318
1. You can **revalidate** the connectivity to servers anytime before starting the discovery.

0 commit comments

Comments
 (0)