Skip to content

Commit e2f0ec4

Browse files
committed
PR team fixes
1 parent bd729b4 commit e2f0ec4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-vmware/send-logs-to-log-analytics.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article shows you how to send Azure VMware Solution logs to Azure Monitor L
1818

1919
In the rest of this article, we’ll show you how easy it is to make this happen.
2020

21-
## How to Set Up Log Analytics
21+
## How to set up Log Analytics
2222

2323
A Log Analytics workspace:
2424

@@ -37,20 +37,20 @@ In this section, you’ll:
3737
1. In the Azure portal, go to **Create a resource**.
3838
2. Search for “Log Analytics Workspace” and click **Create** -> **Log Analytics Workspace**.
3939

40-
:::image type="content" source="media/send-logs-to-log-analytics/marketplace.png" alt-text="Search for Log Analytics Workspace":::
40+
:::image type="content" source="media/send-logs-to-log-analytics/marketplace.png" alt-text="Screenshot of Create a resource.":::
4141

4242
### Set up your workspace
4343

4444
1. Enter the Subscription you intend to use, the Resource Group that’ll house this workspace. Give it a name and select a region.
4545
1. Click **Review** + **Create**.
4646

47-
:::image type="content" source="media/send-logs-to-log-analytics/create-workspace.png" alt-text="Workspace":::
47+
:::image type="content" source="media/send-logs-to-log-analytics/create-workspace.png" alt-text="Screenshot of Marketplace.":::
4848

4949
### Add a diagnostic setting
5050

5151
Next, we add a diagnostic setting in your AVS private cloud, so it knows where to send your logs to.
5252

53-
:::image type="content" source="media/send-logs-to-log-analytics/private-cloud.png" alt-text="Private Cloud":::
53+
:::image type="content" source="media/send-logs-to-log-analytics/private-cloud.png" alt-text="Screenshot of vh-private-cloud.":::
5454

5555
1. Click your AVS private cloud.
5656
Go to Diagnostic settings on the left-hand menu under Monitoring.
@@ -62,11 +62,11 @@ Select the log categories you are interested in sending to your Log Analytics wo
6262
Select the Subscription your Log Analytics workspace lives in and the Log Analytics workspace.
6363
Click **Save** on the top left.
6464

65-
:::image type="content" source="media/send-logs-to-log-analytics/diagnostic-setting.png" alt-text="Diagnostics Setting":::
65+
:::image type="content" source="media/send-logs-to-log-analytics/diagnostic-setting.png" alt-text="Screenshot of Diagnostics settings.":::
6666

6767
At this point, your Log Analytics workspace has been successfully configured to receive logs from your AVS private cloud.
6868

69-
## Search and Analyze Logs using Kusto
69+
## Search and analyze logs using Kusto
7070

7171
Now that you’ve successfully configured your logs to go to your Log Analytics workspace, you can use that data to gain meaningful insights with Log Analytics’ search feature.
7272
Log Analytics uses a language called the Kusto Query Language (or Kusto) to search through your logs.

0 commit comments

Comments
 (0)