Capture a browser trace for troubleshooting

If you're troubleshooting an issue with the Azure portal, and you need to contact Microsoft support, you may want to first capture some additional information. For example, it can be helpful to share a browser trace, a step recording, and console output. This information can provide important details about what exactly is happening in the portal when your issue occurs.

Warning

Browser traces often contain sensitive information and might include authentication tokens linked to your identity. We recommend ensuring that sensitive information is removed before sharing traces with others. Microsoft support uses these traces for troubleshooting purposes only.

You can capture this information any supported browser: Microsoft Edge, Google Chrome, Safari (on Mac), or Firefox. Steps for each browser are shown below.

Microsoft Edge

The following steps show how to use the developer tools in Microsoft Edge to capture a browser trace. For more information, see Microsoft Edge DevTools.

  1. Sign in to the Azure portal. It's important to sign in before you start the trace so that the trace doesn't contain sensitive information related to your account.

  2. Start recording the steps you take in the portal, using Steps Recorder.

  3. In the portal, navigate to the step prior to where the issue occurs.

  4. Press F12 to launch Microsoft Edge DevTools. You can also launch the tools from the toolbar menu under More tools > Developer tools.

  5. 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 steps require going to more than one page.

    1. Select the Console tab, select Console settings, then select Preserve Log.

      Screenshot that highlights the Preserve log option on the Console tab in Edge.

    2. Select the Network tab. If that tab isn't visible, click the More tools (+) button and select Network. Then, from the Network tab, select Preserve log.

      Screenshot that highlights the Preserve log option on the Network tab in Edge.

  6. On the Network tab, select Stop recording network log and Clear.

    Screenshot showing the Stop recording network log and Clear options on the Network tab in Edge.

  7. Select Record network log, then reproduce the issue in the portal.

    Screenshot showing how to record the network log in Edge.

  8. After you have reproduced the unexpected portal behavior, select Stop recording network log again, then select Export HAR (sanitized)... and save the file. If you don't see the Export HAR icon, expand the width of your Edge developer tools window.

    Screenshot showing how to Export HAR on the Network tab in Edge.

  9. Stop the Steps Recorder, and save the recording.

  10. Back in the browser developer tools pane, select the Console tab. Right-click one of the messages, then select Save as..., and save the console output to a text file.

  11. Package the browser trace HAR file, console output, and screen recording files in a compressed format such as .zip.

  12. Share the compressed file with Microsoft support by using the File upload option in your support request.

Google Chrome

The following steps show how to use the developer tools in Google Chrome to capture a browser trace. For more information, see Chrome DevTools.

  1. Sign in to the Azure portal. It's important to sign in before you start the trace so that the trace doesn't contain sensitive information related to your account.

  2. Start recording the steps you take in the portal, using Steps Recorder.

  3. In the portal, navigate to the step prior to where the issue occurs.

  4. Press F12 to launch the developer tools. You can also launch the tools from the toolbar menu under More tools > Developer tools.

  5. 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 steps require going to more than one page:

    1. Select the Console tab, select Console settings, then select Preserve Log.

      Screenshot that highlights the Preserve log option on the Console tab in Chrome.

    2. Select the Network tab, then select Preserve log.

      Screenshot that highlights the Preserve log option on the Network tab in Chrome.

  6. On the Network tab, select Stop recording network log and Clear.

    Screenshot showing the Stop recording network log and Clear options on the Network tab in Chrome.

  7. Select Record network log, then reproduce the issue in the portal.

    Screenshot that shows how to record the network log in Chrome.

  8. After you have reproduced the unexpected portal behavior, select Stop recording network log, then select Export HAR (sanitized)... and save the file.

    Screenshot that shows how to export a HAR file on the Network tab in Chrome.

  9. Stop the Steps Recorder, and save the recording.

  10. Back in the browser developer tools pane, select the Console tab. Right-click one of the messages, then select Save as..., and save the console output to a text file.

  11. Package the browser trace HAR file, console output, and screen recording files in a compressed format such as .zip.

  12. Share the compressed file with Microsoft support by using the File upload option in your support request.

Safari

The following steps show how to use the developer tools in Apple Safari on Mac. For more information, see Safari Developer Tools.

  1. Enable the developer tools in Safari:

    1. Select Safari, then select Preferences.

    2. Select the Advanced tab, then select Show Develop menu in menu bar.

      Screenshot of the Safari Advanced Preferences options.

  2. Sign in to the Azure portal. It's important to sign in before you start the trace so that the trace doesn't contain sensitive information related to your account.

  3. Start recording the steps you take in the portal. For more information, see How to record the screen on your Mac.

  4. In the portal, navigate to the step prior to where the issue occurs.

  5. Select Develop, then select Show Web Inspector.

    Screenshot of the Show Web Inspector option on the Safari Develop menu.

  6. 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 steps require going to more than one page:

    1. Select the Console tab, then select Preserve Log.

      Screenshot of the Preserve Log option in the Console tab on Safari.

    2. Select the Network tab, then select Preserve Log.

      Screenshot of the Preserve Log option in the Network tab on Safari.

  7. On the Network tab, select Clear Network Items.

    Screenshot of the Clear Network Items option in the Network tab on Safari.

  8. Reproduce the issue in the portal.

  9. After you have reproduced the unexpected portal behavior, select Export and save the file.

    Screenshot of the Export command in the Network tab on Safari.

  10. Stop the screen recorder, and save the recording.

  11. 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.

  12. Package the browser trace HAR file, console output, and screen recording files in a compressed format such as .zip.

  13. Share the compressed file with Microsoft support by using the File upload option in your support request.

Firefox

The following steps show how to use the developer tools in Firefox. For more information, see Firefox DevTools User Docs.

  1. Sign in to the Azure portal. It's important to sign in before you start the trace so that the trace doesn't contain sensitive information related to your account.

  2. Start recording the steps you take in the portal. Use Steps Recorder on Windows, or see How to record the screen on your Mac.

  3. In the portal, navigate to the step prior to where the issue occurs.

  4. Press F12 to launch the developer tools. You can also launch the tools from the toolbar menu under More tools > Web developer tools.

  5. 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 steps require going to more than one page:

    1. Select the Console tab, select the Settings icon, and then select Persist Logs.

      Screenshot of the Console setting for Persist Logs in Firefox

    2. Select the Network tab, select the Settings icon, and then select Persist Logs.

      Screenshot of the Network setting for Persist Logs in Firefox.

  6. On the Network tab, select Clear.

    Screenshot of the Clear option on the Network tab in Firefox.

  7. Reproduce the issue in the portal.

  8. After you have reproduced the unexpected portal behavior, select Save All As HAR.

    Screenshot of the Save All As HAR command on the Network tab in Firefox.

  9. Stop the Steps Recorder on Windows or the screen recording on Mac, and save the recording.

  10. Back in the browser developer tools pane, select the Console tab. Right-click one of the messages, then select Save All Messages to File, and save the console output to a text file.

  11. Package the browser trace HAR file, console output, and screen recording files in a compressed format such as .zip.

  12. Share the compressed file with Microsoft support by using the File upload option in your support request.

Next steps