Skip to content

Commit 362e787

Browse files
Merge pull request #15838 from ManikaDhiman/md-insights-at-scale
Removed the expand functionality from the MD file
2 parents ae549f4 + 93d2cac commit 362e787

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

azure-stack/hci/manage/monitor-hci-multi-azure-policies.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: saniyaislam
77
ms.topic: how-to
88
ms.service: azure-stack
99
ms.subservice: azure-stack-hci
10-
ms.date: 07/30/2024
10+
ms.date: 09/12/2024
1111
---
1212

1313
# Enable Insights for Azure Stack HCI at scale using Azure policies
@@ -37,8 +37,7 @@ Before applying this policy, keep in mind the following things:
3737
- This policy is applicable only to Azure Stack HCI, version 22H2 clusters. Apply it before any other policies to ensure AMA picks up the correct resource ID.
3838
- Uninstall AMA before applying this policy to set the correct resource ID. If AMA isn't uninstalled first, data might not appear. For more information, see [Uninstall AMA](/azure/azure-monitor/agents/azure-monitor-agent-manage?tabs=azure-portal#uninstall).
3939

40-
<details>
41-
<summary><b>Expand this section to see the policy definition in JSON.</b></summary>
40+
Here's the policy definition in JSON:
4241

4342
```json
4443
{
@@ -455,7 +454,6 @@ Before applying this policy, keep in mind the following things:
455454
}
456455
}
457456
```
458-
</details>
459457

460458
### Policy to install AMA
461459

@@ -465,8 +463,7 @@ The policy to install AMA performs the following functions:
465463

466464
- Installs AMA on clusters that aren't compliant with the policy through a remediation task.
467465

468-
<details>
469-
<summary><b>Expand this section to see the policy definition in JSON.</b></summary>
466+
Here's the policy definition in JSON:
470467

471468
```json
472469
{
@@ -544,7 +541,6 @@ The policy to install AMA performs the following functions:
544541
}
545542
}
546543
```
547-
</details>
548544

549545
### Policy to configure DCR association
550546

@@ -555,8 +551,7 @@ This policy is applied to each server in the Azure Stack HCI cluster and perform
555551
> [!NOTE]
556552
> This policy doesn’t create Data Collection Endpoint (DCE). If you're using private links, you must create DCE to ensure there's data available in Insights. For more information, see [Enable network isolation for Azure Monitor Agent by using Private Link](/azure/azure-monitor/agents/azure-monitor-agent-private-link).
557553
558-
<details>
559-
<summary><b>Expand this section to see the policy definition in JSON.</b></summary>
554+
Here's the policy definition in JSON:
560555

561556
```json
562557
{
@@ -643,7 +638,6 @@ This policy is applied to each server in the Azure Stack HCI cluster and perform
643638
}
644639
}
645640
```
646-
</details>
647641

648642
## Enable Insights at scale using Azure policies
649643

0 commit comments

Comments
 (0)