Skip to content

Commit ecdd6e5

Browse files
Added Next Steps section and TOC entry
1 parent 39dfbab commit ecdd6e5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/spring-apps/how-to-connect-to-app-instance-for-troubleshooting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,7 @@ Using the shell environment inside your application instances has the following
148148
- Because the app is running as a non-root user, you can't execute some actions requiring root permission. For example, you can't install new tools by the system package manager `apt / yum`.
149149

150150
- Because some Linux capabilities are prohibited, tools that require special privileges, such as `tcpdump`, don't work.
151+
152+
## Next steps
153+
154+
- [Self-diagnose and solve problems in Azure Spring Apps](./how-to-self-diagnose-solve.md)

articles/spring-apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ items:
286286
href: how-to-capture-dumps.md
287287
- name: Use JVM options for troubleshooting
288288
href: how-to-dump-jvm-options.md
289+
- name: Connect to an app instance for troubleshooting
290+
href: how-to-connect-to-app-instance-for-troubleshooting.md
289291
- name: Migrate
290292
items:
291293
- name: Migrate Standard and Basic to Enterprise

0 commit comments

Comments
 (0)