Skip to content

Commit b662feb

Browse files
Apply suggestions from code review
Co-authored-by: Karl Erickson <[email protected]>
1 parent ad1fd35 commit b662feb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/spring-apps/basic-standard/concept-app-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The instance status is reported as one of the following values:
7373

7474
| Value | Definition |
7575
|-------------|------------|
76-
| Starting | The binary is successfully deployed to the given instance. The instance booting the .**jar** file might fail because the **.jar** file can't run properly. Azure Spring Apps restarts the app instance in 60 seconds if it detects that the app instance is still in the **Starting** state. |
76+
| Starting | The binary is successfully deployed to the given instance. The instance booting the **.jar** file might fail because the **.jar** file can't run properly. Azure Spring Apps restarts the app instance in 60 seconds if it detects that the app instance is still in the **Starting** state. |
7777
| Running | The instance works. The instance can serve requests from inside Azure Spring Apps. |
7878
| Failed | The app instance failed to start the user's binary after several retries. The app instance might be in one of the following states:<br/>- The app might stay in the **Starting** status and never be ready for serving requests.<br/>- The app might boot up but crash in a few seconds. |
7979
| Terminating | The app instance is shutting down. The app might not serve requests and the app instance is removed. |

articles/spring-apps/basic-standard/how-to-appdynamics-java-agent-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ You can define more metrics for the JVM, as shown in this screenshot of the **Me
219219

220220
## View AppDynamics Agent logs
221221

222-
By default, Azure Spring Apps prints the info level logs of the AppDynamics Agent to `STDOUT`. The logs are mixed with the application logs. You can find the explicit agent version from the application logs.
222+
By default, Azure Spring Apps prints the *info* level logs of the AppDynamics Agent to `STDOUT`. The logs are mixed with the application logs. You can find the explicit agent version from the application logs.
223223

224224
You can also get the logs of the AppDynamics Agent from the following locations:
225225

articles/spring-apps/basic-standard/how-to-capture-dumps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Use the following steps to generate a heap or thread dump of your app in Azure S
8787

8888
## Get your diagnostic files
8989

90-
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.
90+
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.
9191

9292
## Next steps
9393

articles/spring-apps/basic-standard/how-to-custom-persistent-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ This section addresses frequently asked questions about using your own persisten
187187

188188
- If I have built-in persistent storage enabled, and then I enabled my own storage as extra persistent storage, is my data migrated into my Azure Storage account?
189189

190-
No. But we're going to provide a document to help you do the migration yourself soon.
190+
*No. But we're going to provide a document to help you do the migration yourself soon.*
191191

192192
- What are the reserved mount paths?
193193

194-
Azure Spring Apps reserves the following mount paths:
194+
*Azure Spring Apps reserves the following mount paths:*
195195

196196
- **/tmp**
197197
- **/persistent**

0 commit comments

Comments
 (0)