Skip to content

Commit b30fc53

Browse files
committed
fixes
1 parent fb542b7 commit b30fc53

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

articles/azure-monitor/agents/agents-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Azure Monitor Agent uses [data collection rules](../essentials/data-collection-r
5757

5858
| Resource type | Installation method | More information |
5959
|:---|:---|:---|
60-
| Virtual machines and VM scale sets | [Virtual machine extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details) | Installs the agent by using Azure extension framework. |
60+
| Azure Virtual Machines and Azure Virtual Machine Scale Sets | [Virtual machine extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details) | Installs the agent by using Azure extension framework. |
6161
| On-premises Arc-enabled servers | [Virtual machine extension](./azure-monitor-agent-manage.md#virtual-machine-extension-details) (after installing the [Azure Arc agent](../../azure-arc/servers/deployment-options.md)) | Installs the agent by using Azure extension framework, provided for on-premises by first installing [Azure Arc agent](../../azure-arc/servers/deployment-options.md). |
6262
| Windows 10, 11 Client Operating Systems | [Client installer](./azure-monitor-agent-windows-client.md) | Installs the agent by using a Windows MSI installer. The installer works on laptops, but the agent *isn't optimized yet* for battery or network consumption. |
6363

@@ -239,7 +239,7 @@ View [supported operating systems for Azure Arc Connected Machine agent](../../a
239239
> Machines and appliances that run heavily customized or stripped-down versions of the above distributions and hosted solutions that disallow customization by the user are not supported. Azure Monitor and legacy agents rely on various packages and other baseline functionality that is often removed from such systems, and their installation may require some environmental modifications considered to be disallowed by the appliance vendor. For instance, [GitHub Enterprise Server](https://docs.github.com/en/enterprise-server/admin/overview/about-github-enterprise-server) is not supported due to heavy customization as well as [documented, license-level disallowance](https://docs.github.com/en/enterprise-server/admin/overview/system-overview#operating-system-software-and-patches) of operating system modification.
240240
241241
> [!NOTE]
242-
> CBL-Mariner 2.0's disk size is by default around 1GB to provide storage savings, compared to other Azure VMs that are around 30GB. However, the Azure Monitor Agent requires at least 4GB disk size in order to install and run successfully. Please check out [CBL-Mariner's documentation](https://eng.ms/docs/products/mariner-linux/gettingstarted/azurevm/azurevm#disk-size) for more information and instructions on how to increase disk size before installing the agent.
242+
> CBL-Mariner 2.0's disk size is by default around 1GB to provide storage savings, compared to other Azure Virtual Machines that are around 30GB. However, the Azure Monitor Agent requires at least 4GB disk size in order to install and run successfully. Please check out [CBL-Mariner's documentation](https://eng.ms/docs/products/mariner-linux/gettingstarted/azurevm/azurevm#disk-size) for more information and instructions on how to increase disk size before installing the agent.
243243
244244
### Linux Hardening Standards
245245

articles/azure-monitor/agents/azure-monitor-agent-migration-dcr-generator.md renamed to articles/azure-monitor/agents/azure-monitor-agent-migration-data-collection-rule-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 06/16/2024
1111

1212
---
1313

14-
# Convert workspace configuration to DCR configurations.
14+
# Convert workspace configuration to DCR configurations
1515

1616
Whereas Log Analytics Agent inherits its configuration from Log Analytics workspaces, the Azure Monitor Agent relies on data collection rules (DCRs) for configuration
1717

articles/azure-monitor/agents/azure-monitor-agent-migration-helper-workbook.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This page provides a high-level view of the resources in your subscriptions, whi
2929
On the subscriptions overview tab, the workbook automatically detects the following resources:
3030
- Subscriptions
3131
- Workspaces
32-
- Azure VMs
32+
- Azure Virtual Machiness
3333
- Virtual Machine Scale Sets
3434
- Arc-enabled servers
3535
- Hybrid machines without Arc where the legacy agent is deployed
@@ -60,9 +60,9 @@ The following image shows the migration status table with the following statuses
6060

6161
:::image type="content" source="./media/azure-monitor-agent-migration-helper-workbook/migration-status.png" lightbox="./media/azure-monitor-agent-migration-helper-workbook/migration-status.png" alt-text="A screenshot showing the migration status table.":::
6262

63-
### Azure Virtual Machines, VM Scale Sets, and Arc-enabled servers tabs
63+
### Azure Virtual Machines, Azure Virtual Machine Scale Sets, and Arc-enabled servers tabs
6464

65-
The Azure Virtual Machines and Scale Sets tabs provides a detailed view of the Azure VMs, VM scale sets and Arc-enabled serves in your subscriptions. These machines are listed regardless of the workspace to which they send telemetry.
65+
The Azure Virtual Machines and Scale Sets tabs provides a detailed view of the Azure Virtual Machines, Virtual Machine Scale Sets and Arc-enabled serves in your subscriptions. These machines are listed regardless of the workspace to which they send telemetry.
6666
The table provides a view of the migration status is per machine showing which agents are deployed, the last time a heartbeat was sent to one of your workspaces, and the migration status.
6767

6868
:::image type="content" source="./media/azure-monitor-agent-migration-helper-workbook/azure-virtual-machines-tab.png" lightbox="./media/azure-monitor-agent-migration-helper-workbook/azure-virtual-machines-tab.png" alt-text="A screenshot showing the Azure Virtual Machines migration status tab.":::

articles/azure-monitor/agents/azure-monitor-agent-migration.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ To monitor non-Azure and on-premises servers, you must install the Azure Arc age
3232
- Verify that Azure Monitor Agent can address all of your needs. Azure Monitor Agent is General Availability (GA) for data collection and is used for data collection by various Azure Monitor features and other Azure services.
3333
- Verify that you have the necessary permissions to install the Azure Monitor Agent. You must have the necessary permissions to install the agent on the machines you want to monitor. For more information, see [Permissions required to install the Azure Monitor Agent](/azure/azure-monitor/agents/azure-monitor-agent-manage#permissions-required-to-install-the-azure-monitor-agent).
3434

35-
## High level guidance.
35+
## High level guidance
3636

3737
Use the following guidance to plan and execute your migration:
3838

39-
1. Understand your agents and how many you have to migrate.
40-
1. Understand how you're using your workspaces.
41-
1. Understand which solutions, insights, and data collections that are configured.
42-
1. Configure your data collections and validate the collections.
43-
1. Understand additional dependencies and services.
44-
1. Remove the legacy agents.
39+
- Understand your agents and how many you have to migrate.
40+
- Understand how you're using your workspaces.
41+
- Understand which solutions, insights, and data collections that are configured.
42+
- Configure your data collections and validate the collections.
43+
- Understand additional dependencies and services.
44+
- Remove the legacy agents.
4545

4646
The **Azure Monitor Agent Migration Helper** workbook is a workbook-based Azure Monitor solution that can help you at each of the steps outlined above. This guide references the workbook and other tools at each stage of the migration process. For more information, see [Azure Monitor Agent Migration Helper workbook](./azure-monitor-agent-migration-helper-workbook.md).
4747

@@ -67,13 +67,13 @@ When looking at your workspaces, note which solutions are configured. This infor
6767

6868
The Azure Monitor Agent Migration Helper Workbook can help you understand which workspaces you have, and the solutions implemented in each workspace, and when you last used the solution. Each solution has a migration recommendation. For more information, see [Azure Monitor Agent migration helper workbook- Workspaces](./azure-monitor-agent-migration-helper-workbook.md#workspaces)
6969

70-
You can also the Azure Monitor Workspace Auditing workbook to help you understand your workspaces. To use the Azure Monitor Workspace Auditing workbook, copy the workbook from the [GitHub repository](https://github.com/microsoft/AzureMonitorCommunity/blob/master/Azure%20Services/Log%20Analytics%20workspaces/Workbooks/Workspace%20Audit.json) and import it into your Log Analytics workspace.
70+
You can also use the Azure Monitor Workspace Auditing workbook to help you understand your workspaces. To use the Azure Monitor Workspace Auditing workbook, copy the workbook from the [GitHub repository](https://github.com/microsoft/AzureMonitorCommunity/blob/master/Azure%20Services/Log%20Analytics%20workspaces/Workbooks/Workspace%20Audit.json) and import it into your Log Analytics workspace.
7171

7272
This workbook collects all of your Log Analytics workspaces and shows you the following for each workspace:
73-
1. All data sources that are sending data to the workspace.
74-
1. The agents that are sending heartbeats to the workspace.
75-
1. The resources that are sending data to the workspace.
76-
1. Any Application Insights resources that are sending data to the workspace.
73+
- All data sources that are sending data to the workspace.
74+
- The agents that are sending heartbeats to the workspace.
75+
- The resources that are sending data to the workspace.
76+
- Any Application Insights resources that are sending data to the workspace.
7777

7878
For more information, see [Azure Monitor Workspace Auditing workbook](./azure-monitor-agent-migration-helper-workbook.md#workspace-auditing-workbook).
7979

@@ -82,14 +82,14 @@ For more information, see [Azure Monitor Workspace Auditing workbook](./azure-mo
8282

8383
When configuring your data collections, consider the following steps:
8484

85-
1. Identify a pilot group of servers that you can use for this process. Use the pilot servers to validate the data before you deploy at scale.
85+
- Identify a pilot group of servers that you can use for this process. Use the pilot servers to validate the data before you deploy at scale.
8686

87-
1. Use the DCR Config Generator to transform the data collections that are configured in the workspace and deploy them as data collection rules back into your environment. For more information on the DCR Config Generator, see [DCR Config Generator](./azure-monitor-agent-migration-dcr-generator.md).
88-
1. Migrate VM Insights or Azure Monitor for Virtual Machines to the Azure Monitor Agent. Validate the migrated data collections for the pilot group of servers compared with what was collected before migration. To avoid double ingestion, you can disable data collection from legacy agents during the testing phase without uninstalling the agents yet, by removing the workspace configurations for legacy agents. For more information, see [Log Analytics agent data sources in Azure Monitor](/azure/azure-monitor/agents/agent-data-sources#configure-data-sources)
87+
- Use the DCR Config Generator to transform the data collections that are configured in the workspace and deploy them as data collection rules back into your environment. For more information on the DCR Config Generator, see [DCR Config Generator](./azure-monitor-agent-migration-data-collection-rule-generator.md).
88+
- Migrate VM Insights or Azure Monitor for Virtual Machines to the Azure Monitor Agent. Validate the migrated data collections for the pilot group of servers compared with what was collected before migration. To avoid double ingestion, you can disable data collection from legacy agents during the testing phase without uninstalling the agents yet, by removing the workspace configurations for legacy agents. For more information, see [Log Analytics agent data sources in Azure Monitor](/azure/azure-monitor/agents/agent-data-sources#configure-data-sources)
8989

90-
1. Validate the new data to ensure there are no gaps. Compare the data ingested by legacy agent data to Azure Monitor Agent. Use KQL to compare equivalent data from each agent based on agent type.
90+
- Validate the new data to ensure there are no gaps. Compare the data ingested by legacy agent data to Azure Monitor Agent. Use KQL to compare equivalent data from each agent based on agent type.
9191

92-
1. Plan deployment at scale using Azure policy. Use built-in policies to deploy extensions and DCR associations at scale. Using policy also ensures automatic deployment of extensions and DCR associations for new machines. For more information on deploying at scale, see [Manage Azure Monitor Agent - Use Azure policies](/azure/azure-monitor/agents/azure-monitor-agent-manage#use-azure-policy).
92+
- Plan deployment at scale using Azure policy. Use built-in policies to deploy extensions and DCR associations at scale. Using policy also ensures automatic deployment of extensions and DCR associations for new machines. For more information on deploying at scale, see [Manage Azure Monitor Agent - Use Azure policies](/azure/azure-monitor/agents/azure-monitor-agent-manage#use-azure-policy).
9393

9494

9595

@@ -128,5 +128,5 @@ A SCOM Admin Management Pack exists and can help you remove the workspace config
128128
## Next steps
129129

130130
- [Azure Monitor Agent migration helper workbook](./azure-monitor-agent-migration-helper-workbook.md)
131-
- [DCR Config Generator](./azure-monitor-agent-migration-dcr-generator.md)
131+
- [DCR Config Generator](./azure-monitor-agent-migration-data-collection-rule-generator.md)
132132
- [MMA Discovery and Removal tool](/azure/azure-monitor/agents/azure-monitor-agent-mma-removal-tool?tabs=single-tenant%2Cdiscovery)
-10.9 KB
Loading
109 Bytes
Loading
-699 Bytes
Loading

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ items:
741741
- name: AMA migration helper workbook
742742
href: agents/azure-monitor-agent-migration-helper-workbook.md
743743
- name: DCR Config Generator
744-
href: agents/azure-monitor-agent-migration-dcr-generator.md
744+
href: agents/azure-monitor-agent-migration-data-collection-rule-generator.md
745745
- name: MMA removal tool
746746
href: agents/azure-monitor-agent-mma-removal-tool.md
747747
- name: Migration custom text log tables

0 commit comments

Comments
 (0)