Skip to content

Commit 698869c

Browse files
committed
removed screenshot
1 parent 8963ec6 commit 698869c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

articles/spring-cloud/how-to-capture-dumps.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,10 @@ Use the following steps to generate a heap or thread dump of your app in Azure S
7777
3. In the **File path** field, specify the mount path of your persistent storage.
7878
4. Select **Collect**.
7979

80-
:::image type="content" source="media/how-to-capture-dumps/spring-cloud-start-dump.png" lightbox="media/how-to-capture-dumps/spring-cloud-start-dump.png" alt-text="Azure portal screenshot of app page with Troubleshooting pane showing.":::
81-
8280
## Get your diagnostic files
8381

8482
Navigate to the target file path in your persistent storage and find your dump/JFR. From there, you can download them to your local machine. The name of the generated file will be similar to *`<app-instance>_heapdump_<time-stamp>.hprof`* for the heap dump, *`<app-instance>_threaddump_<time-stamp>.txt`* for the thread dump, and *`<app-instance>_JFR_<time-stamp>.jfr`* for the JFR file.
8583

8684
## Next steps
8785

88-
- [Use the diagnostic settings of JVM options for advanced troubleshooting in Azure Spring Cloud](how-to-dump-jvm-options.md)
86+
* [Use the diagnostic settings of JVM options for advanced troubleshooting in Azure Spring Cloud](how-to-dump-jvm-options.md)
Binary file not shown.

0 commit comments

Comments
 (0)