Skip to content

Commit 1ea8456

Browse files
Merge pull request #18147 from alkohli/insights
Updated to add Microsoft.Insights RP
2 parents 1e62efd + bee0caa commit 1ea8456

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

azure-local/deploy/deployment-arc-register-server-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Register your Azure Local machines with Azure Arc and assign permissions for deployment
3-
description: Learn how to Register your Azure Local machines with Azure Arc and assign permissions for deployment.
3+
description: Learn how to register your Azure Local machines with Azure Arc and assign permissions for deployment.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 05/06/2025
6+
ms.date: 06/09/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
ms.custom: devx-track-azurepowershell

azure-local/includes/hci-registration-azure-prerequisites.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: alkohli
33
ms.author: alkohli
44
ms.service: azure-local
55
ms.topic: include
6-
ms.date: 04/30/2025
6+
ms.date: 06/09/2025
77
ms.reviewer: alkohli
88
ms.lastreviewed: 03/20/2025
99
---
@@ -25,10 +25,12 @@ ms.lastreviewed: 03/20/2025
2525
Register-AzResourceProvider -ProviderNamespace "Microsoft.HybridContainerService"
2626
Register-AzResourceProvider -ProviderNamespace "Microsoft.Attestation"
2727
Register-AzResourceProvider -ProviderNamespace "Microsoft.Storage"
28+
Register-AzResourceProvider -ProviderNamespace "Microsoft.Insights"
2829
```
2930

3031
> [!NOTE]
31-
> The assumption is that the person registering the Azure subscription with the resource providers is a different person than the one who is registering the Azure Local machines with Arc.
32+
> - The assumption is that the person registering the Azure subscription with the resource providers is a different person than the one who is registering the Azure Local machines with Arc.
33+
> - `Microsoft.Insights` resource provider is required for monitoring and logging. If this RP is not registered, the diagnostic account and Key Vault audit logging fails during validation.
3234
3335
- **Create a resource group**. Follow the steps to [Create a resource group](/azure/azure-resource-manager/management/manage-resource-groups-portal#create-resource-groups) where you want to register your machines. Make a note of the resource group name and the associated subscription ID.
3436

0 commit comments

Comments
 (0)