Skip to content

Commit 9bbb65d

Browse files
More style violations.
1 parent 5762a06 commit 9bbb65d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The following list shows the tools available, which depend on your service plan
203203
- Custom image deployment: Depends on the installed tool set in your image.
204204

205205
> [!NOTE]
206-
> JDK tools aren't included in the path for the *source code* deployment type. Run `export PATH="$PATH:/layers/tanzu-buildpacks_microsoft-openjdk/jdk/bin"` before running any JDK commands.
206+
> JDK tools aren't included in the path for the source code deployment type. Run `export PATH="$PATH:/layers/tanzu-buildpacks_microsoft-openjdk/jdk/bin"` before running any JDK commands.
207207
208208
## Limitations
209209

articles/spring-apps/basic-standard/how-to-enable-system-assigned-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ az spring app create \
7171
--system-assigned
7272
```
7373

74-
### Enable system-assigned managed identity on an existing app**
74+
### Enable system-assigned managed identity on an existing app
7575

7676
Use `az spring app identity assign` command to enable the system-assigned identity on an existing app.
7777

articles/spring-apps/basic-standard/includes/quickstart-deploy-microservice-apps/prepare-spring-project-enterprise-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Use the following steps if you want to run the application locally. Otherwise, y
5151
-pl spring-petclinic-api-gateway
5252
```
5353

54-
1. Open a new Bash window and navigate to the project `spring-petclinic-frontend` directory. Use the following commands to install dependencies and run the frontend application:
54+
1. Open a new Bash window and navigate to the project **spring-petclinic-frontend** directory. Use the following commands to install dependencies and run the frontend application:
5555

5656
```bash
5757
npm install

articles/spring-apps/basic-standard/structured-app-log.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ When using Spring Boot starters, Logback is used by default. For Logback apps, u
6666

6767
The procedure:
6868

69-
1. Add logstash dependency in your `pom.xml` file.
69+
1. Add logstash dependency in your **pom.xml** file.
7070

7171
```xml
7272
<dependency>
@@ -152,7 +152,7 @@ For log4j2 apps, use [json-template-layout](https://logging.apache.org/log4j/2.x
152152

153153
The procedure:
154154

155-
1. Exclude `spring-boot-starter-logging` from `spring-boot-starter`, add dependencies `spring-boot-starter-log4j2`, `log4j-layout-template-json` in your `pom.xml` file.
155+
1. Exclude `spring-boot-starter-logging` from `spring-boot-starter`, add dependencies `spring-boot-starter-log4j2`, `log4j-layout-template-json` in your **pom.xml** file.
156156

157157
```xml
158158
<dependency>

articles/spring-apps/enterprise/how-to-enterprise-deploy-polyglot-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ The following table lists the features supported in Azure Spring Apps:
519519
| | Indicates whether to enable JProfiler support at runtime. The default value is `false`. | `BPL_JPROFILER_ENABLED` | `--env BPL_JPROFILER_ENABLED=false` |
520520
| | Indicates which port the JProfiler agent listens on. The default value is `8849`. | `BPL_JPROFILER_PORT` | `--env BPL_JPROFILER_PORT=8849` |
521521
| | Indicates whether the JVM executes before JProfiler gets attached. The default value is `true`. | `BPL_JPROFILER_NOWAIT` | `--env BPL_JPROFILER_NOWAIT=true` |
522-
| Integrate [JRebel](https://www.jrebel.com/) agent. | The application should contain a *rebel-remote.xml* file. | N/A | N/A |
522+
| Integrate [JRebel](https://www.jrebel.com/) agent. | The application should contain a **rebel-remote.xml** file. | N/A | N/A |
523523
| AES encrypts an application at build time and then decrypts it at launch time. | The AES key to use at build time. | `BP_EAR_KEY` | `--build-env BP_EAR_KEY=<value>` |
524524
| | The AES key to use at run time. | `BPL_EAR_KEY` | `--env BPL_EAR_KEY=<value>` |
525525
| Integrate [AspectJ Weaver](https://www.eclipse.org/aspectj/) agent. | **\<APPLICATION_ROOT>/\*aop.xml** exists and **aspectj-weaver.\*.jar** exists. | N/A | N/A |

0 commit comments

Comments
 (0)