Skip to content

Commit 3920918

Browse files
committed
review and refresh
1 parent 1543129 commit 3920918

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/lighthouse/samples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Lighthouse samples and templates
33
description: These samples and Azure Resource Manager templates help you onboard customers and support Azure Lighthouse scenarios.
44
ms.topic: sample
5-
ms.date: 01/26/2023
5+
ms.date: 07/10/2024
66
---
77
# Azure Lighthouse samples
88

includes/azure-lighthouse-samples-monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: lighthouse
55
author: JnHs
66
ms.service: lighthouse
77
ms.topic: include
8-
ms.date: 12/21/2022
8+
ms.date: 07/10/2024
99
ms.author: jenhayes
1010
ms.custom: include file
1111
---
@@ -15,7 +15,7 @@ These samples show how to use Azure Monitor to create alerts for subscriptions t
1515
| **Template** | **Description** |
1616
|---------|---------|
1717
| [monitor-delegation-changes](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/tools/monitor-delegation-changes) | Queries the past day of activity in a managing tenant and [reports on any added or removed delegations](../articles/lighthouse/how-to/monitor-delegation-changes.md) (or attempts that were not successful).|
18-
| [alert-using-actiongroup](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/alert-using-actiongroup) | Creates an Azure alert and connects to an existing Action Group.|
18+
| [alert-using-actiongroup](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/alert-using-actiongroup) | Creates an Azure alert and connects to an existing action group.|
1919
| [multiple-loganalytics-alerts](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/multiple-loganalytics-alerts) | Creates multiple log alerts based on Kusto queries.|
2020
| [delegation-alert-for-customer](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/delegation-alert-for-customer) | Deploys an alert in a tenant when a user delegates a subscription to a managing tenant.|
2121
| [workbook-activitylogs-by-domain](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/workbook-activitylogs-by-domain) | Displays Azure Activity logs across subscriptions with an option to filter them by domain name. |

includes/azure-lighthouse-samples-onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: lighthouse
55
author: JnHs
66
ms.service: lighthouse
77
ms.topic: include
8-
ms.date: 01/26/2023
8+
ms.date: 07/10/2024
99
ms.author: jenhayes
1010
ms.custom: include file
1111
---

includes/azure-lighthouse-samples-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: lighthouse
55
author: JnHs
66
ms.service: lighthouse
77
ms.topic: include
8-
ms.date: 12/21/2022
8+
ms.date: 07/10/2024
99
ms.author: jenhayes
1010
ms.custom: include file
1111
---
@@ -20,5 +20,5 @@ These samples show how to use Azure Policy with subscriptions that have been onb
2020
| [policy-delegate-management-groups](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/policy-delegate-management-groups) | Assigns a policy to confirm that [subscriptions within a management group have been delegated to a managing tenant](../articles/lighthouse/how-to/onboard-management-group.md), and if not, creates the assignment.
2121
| [policy-enforce-keyvault-monitoring](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/policy-enforce-keyvault-monitoring) | Assigns a policy that enables diagnostics on Azure Key Vault resources in a delegated subscriptions (using the deployIfNotExists effect). For more info, see [Deploy a policy that can be remediated within a delegated subscription](../articles/lighthouse/how-to/deploy-policy-remediation.md). |
2222
| [policy-enforce-sub-monitoring](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/policy-enforce-sub-monitoring) | Assigns several policies to enable diagnostics on a delegated subscription, and connects all Windows & Linux VMs to the Log Analytics workspace created by the policy. For more info, see [Deploy a policy that can be remediated within a delegated subscription](../articles/lighthouse/how-to/deploy-policy-remediation.md). |
23-
| [policy-initiative](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/policy-initiative) | Applies an initiative (multiple related policy definitions) to a delegated subscription. |
23+
| [policy-initiative](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/policy-initiative) | Applies a [policy initiative](/azure/governance/policy/overview#initiative-definition) (multiple related policy definitions) to a delegated subscription. |
2424

includes/azure-lighthouse-samples-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: lighthouse
55
author: JnHs
66
ms.service: lighthouse
77
ms.topic: include
8-
ms.date: 12/21/2022
8+
ms.date: 07/10/2024
99
ms.author: jenhayes
1010
ms.custom: include file
1111
---
@@ -19,4 +19,4 @@ These samples illustrate various tasks that can be performed in cross-tenant man
1919
| [`deploy-azure-mgmt-services`](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/deploy-azure-mgmt-services) | Creates Azure management services, links them together, and deploys additional solutions. For an end-to-end deployment, use the [rgWithAzureMgmt.json](https://github.com/Azure/Azure-Lighthouse-samples/blob/master/templates/deploy-azure-mgmt-services/rgWithAzureMgmt.json) template. |
2020
| [`deploy-azure-security-center`](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/deploy-azure-security-center) | Enables and configures Microsoft Defender for Cloud within the targeted Azure subscription. |
2121
| [`deploy-azure-sentinel`](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/deploy-azure-sentinel) | Deploys and enables Microsoft Sentinel on an existing Log Analytics workspace in a delegated subscription. |
22-
| [`deploy-log-analytics-vm-extensions`](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/deploy-log-analytics-vm-extensions) | Allows you to deploy Log Analytics VM extensions to your Windows & Linux VMs, connecting them to the designated Log Analytics workspace. |
22+
| [`deploy-log-analytics-vm-extensions`](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/deploy-log-analytics-vm-extensions) | Allows you to deploy Log Analytics VM extensions to your Windows and Linux VMs, connecting them to the designated Log Analytics workspace. |

0 commit comments

Comments
 (0)