Skip to content

Commit 02d7c5f

Browse files
committed
Updates based on review feedback
1 parent eb7aab9 commit 02d7c5f

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

articles/azure-portal/azure-portal-browser-trace.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ manager: mtillman
1414

1515
# Capture a browser trace for troubleshooting
1616

17-
If you're troubleshooting an issue with the Azure portal, and you need to contact Microsoft support, we recommend you first capture a browser trace and some additional information. The information you collect can provide important details about the portal at the time the issue occurs. Follow the steps in this article for the browser you use: Microsoft Edge, Google Chrome, or Apple Safari.
17+
If you're troubleshooting an issue with the Azure portal, and you need to contact Microsoft support, we recommend you first capture a browser trace and some additional information. The information you collect can provide important details about the portal at the time the issue occurs. Follow the steps in this article for the browser you use: Microsoft Edge (EdgeHTML), Microsoft Edge (Chromium), Google Chrome, or Apple Safari.
1818

19-
## Microsoft Edge
19+
## Microsoft Edge (EdgeHTML)
20+
21+
The following steps show how to use the developer tools in Microsoft Edge (EdgeHTML). For more information, see [Microsoft Edge (EdgeHTML) Developer Tools](/microsoft-edge/devtools-guide).
2022

2123
1. Sign in to the [Azure portal](https://portal.azure.com). It's important to sign in _before_ you start the trace so that the trace doesn't contain sensitive information related to your sign-in.
2224

@@ -26,7 +28,7 @@ If you're troubleshooting an issue with the Azure portal, and you need to contac
2628

2729
1. Press F12 or select ![Screenshot of browser settings icon](media/azure-portal-browser-trace/edge-icon-settings.png) > **More tools** > **Developer tools**.
2830

29-
1. Ensure that the trace captures information from all the pages you visit in the portal:
31+
1. By default, the browser keeps trace information only for the page that's currently loaded. Set the following options so the browser keeps all trace information, even if your repro requires going to more than one page:
3032

3133
1. Select the **Network** tab, then clear the option **Clear entries on navigate**.
3234

@@ -40,19 +42,25 @@ If you're troubleshooting an issue with the Azure portal, and you need to contac
4042

4143
![Screenshot of "Stop profiling session" and "Clear session"](media/azure-portal-browser-trace/edge-stop-clear-session.png)
4244

43-
1. Restart the session, then reproduce the issue in the portal. You will see session output similar to the following image.
45+
1. Select **Start profiling session**, then reproduce the issue in the portal.
46+
47+
![Screenshot of "Start profiling session"](media/azure-portal-browser-trace/edge-start-session.png)
48+
49+
You will see session output similar to the following image.
4450

4551
![Screenshot of browser trace results](media/azure-portal-browser-trace/edge-browser-trace-results.png)
4652

47-
1. Stop the session, then select **Export as HAR** and save the file.
53+
1. After you have reproduced the unexpected portal behavior, select **Stop profiling session**, then select **Export as HAR** and save the file.
4854

49-
![Screenshot of "Export as HAR"](media/azure-portal-browser-trace/edge-network-export-har.png)
55+
![Screenshot of "Export as HAR"](media/azure-portal-browser-trace/edge-network-export-har.png)
5056

5157
1. Stop Steps Recorder, and save the file.
5258

53-
1. Select the **Console** tab, expand the window, and take screenshots of the output.
59+
1. Back in the browser developer tools pane, select the **Console** tab, and expand the window. Place your cursor at the start of the console output then drag and select the entire contents of the output. Copy the output and save it to a text file.
60+
61+
![Screenshot of console output](media/azure-portal-browser-trace/edge-console-select.png)
5462

55-
1. Package the HAR file, console screenshot, and Steps Recorder in a compressed format like .zip, and share that with Microsoft support.
63+
1. Package the HAR file, console output, and Steps Recorder in a compressed format like .zip, and share that with Microsoft support.
5664

5765
## Google Chrome
5866

13.1 KB
Loading
14 Bytes
Loading
6.48 KB
Loading
0 Bytes
Loading

0 commit comments

Comments
 (0)