You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ms.custom: I can’t configure export of Activity Logs
7
+
ms.custom: I can’t configure export of activity logs
8
8
---
9
9
10
-
# Troubleshoot Azure CLI Configuration Issues
10
+
# Troubleshoot Azure CLI configuration issues
11
11
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.
13
13
14
-
## Common Issues and Solutions
14
+
## Common issues and solutions
15
15
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.
18
18
19
-
### Step-by-Step Instructions to Resolve Configuration Issues
19
+
### Instructions to resolve configuration issues
20
20
21
-
1.**Verify Proxy Settings:**
21
+
1.**Verify proxy settings:**
22
22
- 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.
24
24
25
-
2.**Install Proxy Certificates:**
25
+
2.**Install proxy certificates:**
26
26
- 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.
28
28
- Import the downloaded certificates into the **Trusted Root Certification Authorities** store.
29
29
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`.
33
33
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.
0 commit comments