@@ -18,26 +18,22 @@ This article addresses issues related to configuring the export of Azure Activit
1818
1919### Step-by-Step Instructions to Resolve Configuration Issues
2020
21- #### 1. Verify Proxy Settings
22-
23- - Navigate to the ** Network & Internet** settings on your system.
24- - Ensure that the proxy settings are correctly configured to allow PowerShell access.
25-
26- #### 2. Install Proxy Certificates
27-
28- - Download the necessary proxy certificates from your network administrator.
29- - Open the ** Certificates Manager** by typing ` certmgr.msc ` in the Windows search bar.
30- - Import the downloaded certificates into the ** Trusted Root Certification Authorities** store.
31-
32- #### 3. Test PowerShell Command Execution
33-
34- - Open PowerShell and run a test command to verify if the issue is resolved.
35- - Example command: ` Get-AzActivityLog -MaxRecord 5 `
36-
37- #### 4. Check Azure CLI Configuration
38-
39- - Ensure that the Azure CLI is updated to the latest version by running ` az upgrade ` .
40- - Verify that the CLI is configured correctly by executing ` az configure ` .
21+ 1 . ** Verify Proxy Settings:**
22+ - Navigate to the ** Network & Internet** settings on your system.
23+ - Ensure that the proxy settings are correctly configured to allow PowerShell access.
24+
25+ 2 . ** Install Proxy Certificates:**
26+ - Download the necessary proxy certificates from your network administrator.
27+ - Open the ** Certificates Manager** by typing ` certmgr.msc ` in the Windows search bar.
28+ - Import the downloaded certificates into the ** Trusted Root Certification Authorities** store.
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 `
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 ` .
4137
4238## Reference
4339
0 commit comments