Skip to content

Commit ad1fd35

Browse files
Apply suggestions from code review
1 parent 9b2f2b9 commit ad1fd35

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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-application-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To check and update the current settings for the Application Insights buildpack
133133
1. Choose your builder.
134134
1. Select **Edit** under the Bindings column.
135135

136-
Application Insights settings are found in the **ApplicationInsights** item listed under the *Binding type* column.
136+
Application Insights settings are found in the **ApplicationInsights** item listed under the **Binding type** column.
137137

138138
1. Select the **Bound** hyperlink, or select **Edit Binding** under the ellipse, to open and edit the Application Insights buildpack bindings.
139139

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Create a file for the merged certificate, called **mergedcertificate.crt**. In a
9696

9797
Export your merged TLS/SSL certificate with the private key that your certificate request was generated with.
9898

99-
If you generated your certificate request using OpenSSL, then you have created a private key file. To export your certificate to PFX, run the following command. Replace the placeholders <private-key-file> and <merged-certificate-file> with the paths to your private key and your merged certificate file.
99+
If you generated your certificate request using OpenSSL, then you have created a private key file. To export your certificate to PFX, run the following command. Replace the placeholders `<private-key-file>` and `<merged-certificate-file>` with the paths to your private key and your merged certificate file.
100100

101101
```bash
102102
openssl pkcs12 -export -out myserver.pfx -inkey <private-key-file> -in <merged-certificate-file>

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)