Skip to content

Commit 4af7383

Browse files
committed
Indent issue
1 parent fd82b6a commit 4af7383

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ You will be billed against the data volume per workspace. To know the volume of
4343
1. Sign in to the Log analytics workspace.
4444
1. Navigate to the **Logs** section and run the following query:
4545

46-
```
47-
let AzureMigrateDataTables = dynamic(["ServiceMapProcess_CL","ServiceMapComputer_CL","VMBoundPort","VMConnection","VMComputer","VMProcess","InsightsMetrics"]); Usage | where StartTime >= startofday(ago(30d)) and StartTime < startofday(now()) | where DataType in (AzureMigrateDataTables) | summarize AzureMigateGBperMonth=sum(Quantity)/1000
48-
```
46+
```
47+
let AzureMigrateDataTables = dynamic(["ServiceMapProcess_CL","ServiceMapComputer_CL","VMBoundPort","VMConnection","VMComputer","VMProcess","InsightsMetrics"]); Usage | where StartTime >= startofday(ago(30d)) and StartTime < startofday(now()) | where DataType in (AzureMigrateDataTables) | summarize AzureMigateGBperMonth=sum(Quantity)/1000
48+
```
4949
5050
### Support for AMA in Azure Migrate
5151

0 commit comments

Comments
 (0)