Skip to content

Commit 10523bd

Browse files
Merge pull request #289207 from v-sreedevank/25Oct-Metadata
Updated syntax
2 parents ba34eca + 128e864 commit 10523bd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/migrate/discovered-metadata.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: vibansa
66
ms.manager: abhemraj
77
ms.service: azure-migrate
88
ms.topic: conceptual
9-
ms.date: 02/24/2023
10-
ms.custom: engagement-fy23, devx-track-extended-java
9+
ms.date: 10/25/2024
10+
ms.custom: engagement-fy25, devx-track-extended-java
1111
---
1212

1313
# Metadata discovered by Azure Migrate appliance
@@ -16,11 +16,11 @@ This article provides details of the metadata discovered by Azure Migrate applia
1616

1717
The [Azure Migrate appliance](migrate-appliance.md) is a lightweight appliance that the Azure Migrate: Discovery and assessment tool uses to discover servers running in your environment and send server configuration and performance metadata to Azure.
1818

19-
Metadata discovered by the Azure Migrate appliance helps you to assess server readiness for migration to Azure, right-size servers and plans costs. Microsoft doesn't use this data in any license compliance audit.
19+
Metadata discovered by the Azure Migrate appliance helps you to assess server readiness for migration to Azure, right-size servers, and plan costs. Microsoft doesn't use this data in any license compliance audit.
2020

2121
## Collected metadata for VMware servers
2222

23-
The appliance collects configuration, performance metadata, data about installed applications, roles and features (software inventory) and dependency data (if agentless dependency analysis is enabled) from servers running in your VMware environment.
23+
The appliance collects configuration, performance metadata, data about installed applications, roles, and features (software inventory) and dependency data (if agentless dependency analysis is enabled) from servers running in your VMware environment.
2424

2525
Here's the full list of server metadata that the appliance collects and sends to Azure:
2626

@@ -88,7 +88,7 @@ NIC writes throughput (MB per second) | net.transmitted.average |Calculation fo
8888

8989
## Collected metadata for Hyper-V servers
9090

91-
The appliance collects configuration, performance metadata, data about installed applications, roles and features (software inventory) and dependency data (if agentless dependency analysis is enabled) from servers running in your Hyper-V environment.
91+
The appliance collects configuration, performance metadata, data about installed applications, roles, and features (software inventory) and dependency data (if agentless dependency analysis is enabled) from servers running in your Hyper-V environment.
9292

9393
Here's the full list of server metadata that the appliance collects and sends to Azure.
9494

@@ -100,7 +100,7 @@ Server type (Gen 1 or 2) | Msvm_VirtualSystemSettingData | VirtualSystemSubType
100100
Server display name | Msvm_VirtualSystemSettingData | ElementName
101101
Server version | Msvm_ProcessorSettingData | VirtualQuantity
102102
Memory (bytes) | Msvm_MemorySettingData | VirtualQuantity
103-
Maximum memory that can be consumed by server | Msvm_MemorySettingData | Limit
103+
Maximum memory that the server can consume | Msvm_MemorySettingData | Limit
104104
Dynamic memory enabled | Msvm_MemorySettingData | DynamicMemoryEnabled
105105
Operating system name/version/FQDN | Msvm_KvpExchangeComponent | GuestIntrinsicExchangeItems Name Data
106106
Server power status | Msvm_ComputerSystem | EnabledState
@@ -136,7 +136,7 @@ Hyper-V Virtual Network Adapter | Bytes Sent/Second | Calculation for server siz
136136

137137
## Collected data for Physical servers
138138

139-
The appliance collects configuration, performance metadata, data about installed applications, roles and features (software inventory) and dependency data (if agentless [dependency analysis](concepts-dependency-visualization.md) is enabled) from physical servers or server running on other clouds like AWS, GCP, etc.
139+
The appliance collects configuration, performance metadata, data about installed applications, roles, and features (software inventory) and dependency data (if agentless [dependency analysis](concepts-dependency-visualization.md) is enabled) from physical servers or server running on other clouds like AWS, GCP, etc.
140140

141141
### Windows server metadata
142142

@@ -180,7 +180,7 @@ Here's the full list of Linux server metadata that the appliance collects and se
180180
**Data** | **Commands**
181181
--- | ---
182182
FQDN | cat /proc/sys/kernel/hostname, hostname -f
183-
Processor core count | cat/proc/cpuinfo \| awk '/^processor/{print $3}' \| wc -l
183+
Processor core count | cat /proc/cpuinfo \| awk '/^processor/{print $3}' \| wc -l
184184
Memory allocated | cat /proc/meminfo \| grep MemTotal \| awk '{printf "%.0f", $2/1024}'
185185
BIOS serial number | lshw \| grep "serial:" \| head -n1 \| awk '{print $2}' <br/> /usr/sbin/dmidecode -t 1 \| grep 'Serial' \| awk '{ $1="" ; $2=""; print}'
186186
BIOS GUID | cat /sys/class/dmi/id/product_uuid
@@ -210,7 +210,7 @@ Here's the Linux server performance data that the appliance collects and sends t
210210

211211
## Software inventory data
212212

213-
The appliance collects data about installed applications, roles and features (software inventory) from servers running in VMware environment/Hyper-V environment/physical servers or servers running on other clouds like AWS, GCP etc.
213+
The appliance collects data about installed applications, roles, and features (software inventory) from servers running in VMware environment/Hyper-V environment/physical servers or servers running on other clouds like AWS, GCP etc.
214214

215215
### Windows server applications data
216216

0 commit comments

Comments
 (0)