Skip to content

Commit 249c81c

Browse files
committed
Rename file, fix links
1 parent e4ca615 commit 249c81c

28 files changed

+27
-27
lines changed

articles/azure-portal/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- name: Troubleshoot region or SKU subscription issues
6060
href: supportability/sku-series-unavailable.md
6161
- name: Capture a browser trace for troubleshooting
62-
href: azure-portal-browser-trace.md
62+
href: capture-browser-trace.md
6363

6464
- name: Reference
6565
items:

articles/azure-portal/azure-portal-browser-trace.md renamed to articles/azure-portal/capture-browser-trace.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -26,39 +26,39 @@ Google Chrome and Microsoft Edge (Chromium) are both based on the [Chromium open
2626

2727
1. In the portal, navigate to the step just prior to where the issue occurs.
2828

29-
1. Press F12 or select ![Screenshot of browser settings icon](media/azure-portal-browser-trace/chromium-icon-settings.png) > **More tools** > **Developer tools**.
29+
1. Press F12 or select ![Screenshot of browser settings icon](media/capture-browser-trace/chromium-icon-settings.png) > **More tools** > **Developer tools**.
3030

3131
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:
3232

3333
1. Select the **Network** tab, then select **Preserve log**.
3434

35-
![Screenshot of "Preserve log"](media/azure-portal-browser-trace/chromium-network-preserve-log.png)
35+
![Screenshot of "Preserve log"](media/capture-browser-trace/chromium-network-preserve-log.png)
3636

3737
1. Select the **Console** tab, select **Console settings**, then select **Preserve Log**. Select **Console settings** again to close the settings pane.
3838

39-
![Screenshot of "Preserve Log"](media/azure-portal-browser-trace/chromium-console-preserve-log.png)
39+
![Screenshot of "Preserve Log"](media/capture-browser-trace/chromium-console-preserve-log.png)
4040

4141
1. Select the **Network** tab, then select **Stop recording network log** and **Clear**.
4242

43-
![Screenshot of "Stop recording network log" and "Clear"](media/azure-portal-browser-trace/chromium-stop-clear-session.png)
43+
![Screenshot of "Stop recording network log" and "Clear"](media/capture-browser-trace/chromium-stop-clear-session.png)
4444

4545
1. Select **Record network log**, then reproduce the issue in the portal.
4646

47-
![Screenshot of "Start profiling session"](media/azure-portal-browser-trace/chromium-start-session.png)
47+
![Screenshot of "Start profiling session"](media/capture-browser-trace/chromium-start-session.png)
4848

4949
You will see session output similar to the following image.
5050

51-
![Screenshot of browser trace results](media/azure-portal-browser-trace/chromium-browser-trace-results.png)
51+
![Screenshot of browser trace results](media/capture-browser-trace/chromium-browser-trace-results.png)
5252

5353
1. After you have reproduced the unexpected portal behavior, select **Stop recording network log**, then select **Export HAR** and save the file.
5454

55-
![Screenshot of "Export HAR"](media/azure-portal-browser-trace/chromium-network-export-har.png)
55+
![Screenshot of "Export HAR"](media/capture-browser-trace/chromium-network-export-har.png)
5656

5757
1. Stop Steps Recorder, and save the file.
5858

5959
1. Back in the browser developer tools pane, select the **Console** tab. Right-click, then select **Save as...**, and save the console output to a text file.
6060

61-
![Screenshot of console output](media/azure-portal-browser-trace/chromium-console-select.png)
61+
![Screenshot of console output](media/capture-browser-trace/chromium-console-select.png)
6262

6363
1. Package the HAR file, console output, and screen recording in a compressed format like .zip, and share that with Microsoft support.
6464

@@ -72,39 +72,39 @@ The following steps show how to use the developer tools in Microsoft Edge (EdgeH
7272

7373
1. In the portal, navigate to the step just prior to where the issue occurs.
7474

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

7777
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:
7878

7979
1. Select the **Network** tab, then clear the option **Clear entries on navigate**.
8080

81-
![Screenshot of "Clear entries on navigate"](media/azure-portal-browser-trace/edge-network-clear-entries.png)
81+
![Screenshot of "Clear entries on navigate"](media/capture-browser-trace/edge-network-clear-entries.png)
8282

8383
1. Select the **Console** tab, then select **Preserve Log**.
8484

85-
![Screenshot of "Preserve Log"](media/azure-portal-browser-trace/edge-console-preserve-log.png)
85+
![Screenshot of "Preserve Log"](media/capture-browser-trace/edge-console-preserve-log.png)
8686

8787
1. Select the **Network** tab, then select **Stop profiling session** and **Clear session**.
8888

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

9191
1. Select **Start profiling session**, then reproduce the issue in the portal.
9292

93-
![Screenshot of "Start profiling session"](media/azure-portal-browser-trace/edge-start-session.png)
93+
![Screenshot of "Start profiling session"](media/capture-browser-trace/edge-start-session.png)
9494

9595
You will see session output similar to the following image.
9696

97-
![Screenshot of browser trace results](media/azure-portal-browser-trace/edge-browser-trace-results.png)
97+
![Screenshot of browser trace results](media/capture-browser-trace/edge-browser-trace-results.png)
9898

9999
1. After you have reproduced the unexpected portal behavior, select **Stop profiling session**, then select **Export as HAR** and save the file.
100100

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

103103
1. Stop Steps Recorder, and save the file.
104104

105105
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. Right-click, then select **Copy**, and save the console output to a text file.
106106

107-
![Screenshot of console output](media/azure-portal-browser-trace/edge-console-select.png)
107+
![Screenshot of console output](media/capture-browser-trace/edge-console-select.png)
108108

109109
1. Package the HAR file, console output, and screen recording in a compressed format like .zip, and share that with Microsoft support.
110110

@@ -116,49 +116,49 @@ The following steps show how to use the developer tools in Apple Safari. For mor
116116

117117
1. Select **Safari**, then select **Preferences**.
118118

119-
![Screenshot of Safari preferences](media/azure-portal-browser-trace/safari-preferences.png)
119+
![Screenshot of Safari preferences](media/capture-browser-trace/safari-preferences.png)
120120

121121
1. Select the **Advanced** tab, then select **Show Develop menu in menu bar**.
122122

123-
![Screenshot of Safari advanced preferences](media/azure-portal-browser-trace/safari-show-develop-menu.png)
123+
![Screenshot of Safari advanced preferences](media/capture-browser-trace/safari-show-develop-menu.png)
124124

125125
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.
126126

127-
1. Start recording the steps you take in the portal. For more information, see [How to record the screen on your Mac](https://support.apple.comHT208721).
127+
1. Start recording the steps you take in the portal. For more information, see [How to record the screen on your Mac](https://support.apple.com/HT208721).
128128

129129
1. In the portal, navigate to the step just prior to where the issue occurs.
130130

131131
1. Select **Develop**, then select **Show Web Inspector**.
132132

133-
![Screenshot of "Show Web Inspector"](media/azure-portal-browser-trace/safari-show-web-inspector.png)
133+
![Screenshot of "Show Web Inspector"](media/capture-browser-trace/safari-show-web-inspector.png)
134134

135135
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:
136136

137137
1. Select the **Network** tab, then select **Preserve Log**.
138138

139-
![Screenshot of "Preserve Log"](media/azure-portal-browser-trace/safari-network-preserve-log.png)
139+
![Screenshot of "Preserve Log"](media/capture-browser-trace/safari-network-preserve-log.png)
140140

141141
1. Select the **Console** tab, then select **Preserve Log**.
142142

143-
![Screenshot of "Preserve Log"](media/azure-portal-browser-trace/safari-console-preserve-log.png)
143+
![Screenshot of "Preserve Log"](media/capture-browser-trace/safari-console-preserve-log.png)
144144

145145
1. Select the **Network** tab, then select **Clear Network Items**.
146146

147-
![Screenshot of "Clear Network Items"](media/azure-portal-browser-trace/safari-clear-session.png)
147+
![Screenshot of "Clear Network Items"](media/capture-browser-trace/safari-clear-session.png)
148148

149149
1. Reproduce the issue in the portal. You will see session output similar to the following image.
150150

151-
![Screenshot of browser trace results](media/azure-portal-browser-trace/safari-browser-trace-results.png)
151+
![Screenshot of browser trace results](media/capture-browser-trace/safari-browser-trace-results.png)
152152

153153
1. After you have reproduced the unexpected portal behavior, select **Export** and save the file.
154154

155-
![Screenshot of "Export"](media/azure-portal-browser-trace/safari-network-export-har.png)
155+
![Screenshot of "Export"](media/capture-browser-trace/safari-network-export-har.png)
156156

157157
1. Stop the screen recorder, and save the file.
158158

159159
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. Use Command-C to copy the output and save it to a text file.
160160

161-
![Screenshot of console output](media/azure-portal-browser-trace/safari-console-select.png)
161+
![Screenshot of console output](media/capture-browser-trace/safari-console-select.png)
162162

163163
1. Package the HAR file, console output, and screen recording in a compressed format like .zip, and share that with Microsoft support.
164164

0 commit comments

Comments
 (0)