Skip to content

Commit 6b19009

Browse files
authored
Update troubleshoot-azure-cli-configuration-issues.md
Edit review per CI 6610
1 parent cf30c15 commit 6b19009

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

support/azure/azure-monitor/activity-logs/config-export/troubleshoot-azure-cli-configuration-issues.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,38 @@ description: Troubleshooting guide for Azure CLI configuration issues.
44
ms.date: 07/17/2025
55
ms.reviewer: v-liuamson; v-gsitser
66
ms.service: azure-monitor
7-
ms.custom: I can’t configure export of Activity Logs
7+
ms.custom: I can’t configure export of activity logs
88
---
99

10-
# Troubleshoot Azure CLI Configuration Issues
10+
# Troubleshoot Azure CLI configuration issues
1111

12-
This article addresses issues related to configuring the export of Azure Activity Logs using PowerShell or CLI. Users may encounter difficulties executing PowerShell commands due to missing proxy certificates.
12+
This article discusses issues that are related to configuring Microsoft Azure to export activity logs by using PowerShell or CLI. Because of missing proxy certificates, users might experience difficulties when they try to run PowerShell commands.
1313

14-
## Common Issues and Solutions
14+
## Common issues and solutions
1515

16-
- **Issue:** PowerShell commands fail to execute.
17-
- **Root Cause:** Missing proxy certificates required for command execution.
16+
- **Issue:** PowerShell commands don't run.
17+
- **Root Cause:** Missing proxy certificates that are required for command execution.
1818

19-
### Step-by-Step Instructions to Resolve Configuration Issues
19+
### Instructions to resolve configuration issues
2020

21-
1. **Verify Proxy Settings:**
21+
1. **Verify proxy settings:**
2222
- Navigate to the **Network & Internet** settings on your system.
23-
- Ensure that the proxy settings are correctly configured to allow PowerShell access.
23+
- Make sure that the proxy settings are configured correctly to allow PowerShell access.
2424

25-
2. **Install Proxy Certificates:**
25+
2. **Install proxy certificates:**
2626
- Download the necessary proxy certificates from your network administrator.
27-
- Open the **Certificates Manager** by typing `certmgr.msc` in the Windows search bar.
27+
- Open the **Certificates Manager** snap-in by typing `certmgr.msc` in the Windows search bar.
2828
- Import the downloaded certificates into the **Trusted Root Certification Authorities** store.
2929

30-
3. **Test PowerShell Command Execution:**
31-
- Open PowerShell and run a test command to verify if the issue is resolved.
32-
- Example command: `Get-AzActivityLog -MaxRecord 5`
30+
3. **Test PowerShell command execution:**
31+
- Open PowerShell and run a test command to check whether the issue is resolved.
32+
- Example command: `Get-AzActivityLog -MaxRecord 5`.
3333

34-
4. **Check Azure CLI Configuration:**
35-
- Ensure that the Azure CLI is updated to the latest version by running `az upgrade`.
36-
- Verify that the CLI is configured correctly by executing `az configure`.
34+
4. **Check Azure CLI configuration:**
35+
- Run `az upgrade` to verify that the Azure CLI is updated to the latest version.
36+
- Run `az configure` to verify that the CLI is configured correctly.
3737

38-
## Reference
38+
## References
3939

4040
- [Azure CLI Documentation](https://learn.microsoft.com/azure/cli/)
4141
- [PowerShell Documentation](https://learn.microsoft.com/powershell/)

0 commit comments

Comments
 (0)