Skip to content

Commit 1631a70

Browse files
committed
cleanup
1 parent d7cdd47 commit 1631a70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/lighthouse/how-to/monitor-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This topic shows you how to effectively use [Azure Monitor](../../azure-monitor/
1515

1616
In order to collect data, you’ll need to create Log Analytics workspaces. These Log Analytics workspaces are unique environments for Azure Monitor log data. Each workspace has its own data repository and configuration, and data sources and solutions are configured to store their data in a particular workspace.
1717

18-
We recommend creating these workspaces directly in the customer tenants. This way their data remains in their tenants rather than being exported into yours. This also allows for centralized monitoring of any resources or services supported by log analytics, giving you more flexibility on what types of data you monitor.
18+
We recommend creating these workspaces directly in the customer tenants. This way their data remains in their tenants rather than being exported into yours. This also allows for centralized monitoring of any resources or services supported by Log Analytics, giving you more flexibility on what types of data you monitor.
1919

2020
You can create a Log Analytics workspace by using the [Azure portal](../../azure-monitor/learn/quick-create-workspace.md), by using [Azure CLI](../../azure-monitor/learn/quick-create-workspace-cli.md), or by using [Azure PowerShell](../../azure-monitor/learn/quick-create-workspace-posh.md).
2121

@@ -25,7 +25,7 @@ Once you’ve created your Log Analytics workspaces, you can deploy [Azure Polic
2525

2626
To learn more about creating policies, see [Tutorial: Create and manage policies to enforce compliance](../../governance/policy/tutorials/create-and-manage.md). This [community tool](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/Azure-Delegated-Resource-Management/tools/azure-diagnostics-policy-generator) provides a script to help you create policies to monitor the specific resource types that you choose.
2727

28-
Once you have determined which policies to deploy, you can deploy them to your delegated subscriptions at scale.
28+
After you have determined which policies to deploy, you can [deploy them to your delegated subscriptions at scale](policy-at-scale.md).
2929

3030
## Analyze the gathered data
3131

articles/lighthouse/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
href: ./how-to/view-manage-customers.md
4747
- name: Monitor at scale
4848
displayName: log, analytics, analyze, activity
49-
href: ./how-to-monitor-at-scale.md
49+
href: ./how-to/monitor-at-scale.md
5050
- name: Azure Policy integration
5151
items:
5252
- name: Deploy a policy at scale

0 commit comments

Comments
 (0)