Skip to content

Commit da5c817

Browse files
authored
Merge pull request #116014 from anvar-ms/AzureMigrateDocumentation
info for URL used for replication updated
2 parents 9715afd + c21cb10 commit da5c817

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/migrate/migrate-appliance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The Azure Migrate appliance needs connectivity to the internet.
101101
*.microsoftonline.com <br/> *.microsoftonline-p.com | Create Azure Active Directory (AD) apps for the appliance to communicate with Azure Migrate.
102102
management.azure.com | Create Azure AD apps for the appliance to communicate with the Azure Migrate service.
103103
*.services.visualstudio.com | Upload app logs used for internal monitoring.
104-
*.vault.azure.net | Manage secrets in the Azure Key Vault.
104+
*.vault.azure.net | Manage secrets in the Azure Key Vault. Note: Ensure machines to replicate have access to this.
105105
aka.ms/* | Allow access to aka links. Used for Azure Migrate appliance updates.
106106
download.microsoft.com/download | Allow downloads from Microsoft download.
107107
*.servicebus.windows.net | Communication between the appliance and the Azure Migrate service.
@@ -336,7 +336,7 @@ Here's the full list of Linux server metadata that the appliance collects and se
336336
FQDN | cat /proc/sys/kernel/hostname, hostname -f
337337
Processor core count | /proc/cpuinfo \| awk '/^processor/{print $3}' \| wc -l
338338
Memory allocated | cat /proc/meminfo \| grep MemTotal \| awk '{printf "%.0f", $2/1024}'
339-
BIOS serial number | lshw \| grep "serial:" \| head -n1 \| awk '{print $2}' <br/> /usr/sbin/dmidecode -t 1 \| grep 'Serial' \| awk '{ $1="" ; $2=""; print}
339+
BIOS serial number | lshw \| grep "serial:" \| head -n1 \| awk '{print $2}' <br/> /usr/sbin/dmidecode -t 1 \| grep 'Serial' \| awk '{ $1="" ; $2=""; print}'
340340
BIOS GUID | cat /sys/class/dmi/id/product_uuid
341341
Boot type | [ -d /sys/firmware/efi ] && echo EFI \|\| echo BIOS
342342
OS name/version | We access these files for the OS version and name:<br/><br/> /etc/os-release<br/> /usr/lib/os-release <br/> /etc/enterprise-release <br/> /etc/redhat-release<br/> /etc/oracle-release<br/> /etc/SuSE-release<br/> /etc/lsb-release <br/> /etc/debian_version
@@ -436,12 +436,12 @@ To check in the Control Panel:
436436
If you are running an older version for any of the components, you must uninstall the service, and manually update to the latest version.
437437

438438
1. To check for the latest appliance service versions, [download](https://aka.ms/latestapplianceservices) the LatestComponents.json file.
439-
2. After downloading, open the LatestComponents.json file in Notepad.
439+
2. After downloading, open the LatestComponents.json file in Notepad.
440440
3. Find the latest service version in the file, and the download link for it. For example:
441441

442442
"Name": "ASRMigrationWebApp", "DownloadLink": "https://download.microsoft.com/download/f/3/4/f34b2eb9-cc8d-4978-9ffb-17321ad9b7ed/MicrosoftAzureApplianceConfigurationManager.msi", "Version": "6.0.211.2", "Md5Hash": "e00a742acc35e78a64a6a81e75469b84"
443443

444-
4. Download the latest version of an outdated service, using the download link in the file.
444+
4. Download the latest version of an outdated service, using the download link in the file.
445445
5. After downloading, run the following command in an administrator command window, to verify the integrity of the downloaded MSI.
446446

447447
``` C:\>Get-FileHash -Path <file_location> -Algorithm [Hashing Algorithm] ```

0 commit comments

Comments
 (0)