Skip to content

Commit 99a9556

Browse files
author
Manika Dhiman
committed
Updated crash dump collection cmdlets
1 parent 7b0a9fe commit 99a9556

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-local/concepts/observability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Local observability
33
description: Learn about observability in Azure Local.
44
author: alkohli
55
ms.author: alkohli
6-
ms.date: 02/25/2025
6+
ms.date: 02/26/2025
77
ms.topic: conceptual
88
ms.service: azure-local
99
---
@@ -132,13 +132,13 @@ To use the crash dump collection feature, make sure you complete the following p
132132
To disable the crash dump collection capability, use the following command:
133133

134134
```powershell
135-
Set-EdgeCrashDumpCollection- -Disable
135+
Set-EdgeCrashDumpCollection -SetState Disable
136136
```
137137

138138
To re-enable it, use the following command:
139139

140140
```powershell
141-
Set-EdgeCrashDumpCollection- -Enable
141+
Set-EdgeCrashDumpCollection -SetState Enable
142142
```
143143

144144
## Next steps

0 commit comments

Comments
 (0)