Skip to content

Commit 8f01d43

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/spring-apps/basic-standard/how-to-deploy-with-custom-container-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ If you deployed the instance to a VNet, make sure you allow the network traffic
191191

192192
### Install an APM into the image manually
193193

194-
The installation steps vary on different application performance monitors (APMs) and languages. The following steps are for New Relic with Java applications. You must modify the Dockerfile using the following steps:
194+
The installation steps vary on different application performance monitors (APMs) and languages. The following steps are for New Relic with Java applications. You must modify the **Dockerfile** using the following steps:
195195

196196
1. Download and install the agent file into the image by adding the following to the Dockerfile:
197197

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
@@ -60,7 +60,7 @@ You can enable system-assigned managed identity during app creation or on an exi
6060

6161
### Enable system-assigned managed identity during creation of an app
6262

63-
The following example creates an app named **app_name** with a system-assigned managed identity, as requested by the `--assign-identity` parameter.
63+
The following example creates an app named `app_name` with a system-assigned managed identity, as requested by the `--assign-identity` parameter.
6464

6565
```azurecli
6666
az spring app create \

articles/spring-apps/basic-standard/how-to-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ az spring app create --name solar-system-weather
107107

108108
### Deploy with Azure CLI directly
109109

110-
Create the **.github/workflows/main.yml** file in the repository with the following content. Replace *\<your resource group name>* and *\<your service name>* with the correct values.
110+
Create the **.github/workflows/main.yml** file in the repository with the following content. Replace `<your resource group name>` and `<your service name>` with the correct values.
111111

112112
```yaml
113113
name: Steeltoe-CD

0 commit comments

Comments
 (0)