Skip to content

Commit 8bfa3c3

Browse files
Merge pull request #296853 from JoshTheTechWriter/seventh-batch-of-files
Round 7 of formatting edits
2 parents d0af2be + a20e283 commit 8bfa3c3

12 files changed

+19
-19
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/how-to-fix-app-restart-issues-caused-by-out-of-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The **Resource health** page on the Azure portal shows app restart events due to
4141

4242
### Configure memory size
4343

44-
The metrics *App memory Usage*, `jvm.memory.used`, and `jvm.memory.committed` provide a view of memory usage. For more information, see the [Metrics](tools-to-troubleshoot-memory-issues.md#metrics) section of [Tools to troubleshoot memory issues](tools-to-troubleshoot-memory-issues.md). Configure the maximum memory sizes in JVM options to ensure that memory is under the limit.
44+
The metrics `App memory usage`, `jvm.memory.used`, and `jvm.memory.committed` provide a view of memory usage. For more information, see the [Metrics](tools-to-troubleshoot-memory-issues.md#metrics) section of [Tools to troubleshoot memory issues](tools-to-troubleshoot-memory-issues.md). Configure the maximum memory sizes in JVM options to ensure that memory is under the limit.
4545

4646
The sum of the maximum memory sizes of all the parts in the [Java memory model](concepts-for-java-memory-management.md#java-memory-model) should be less than the real available app memory. To set your maximum memory sizes, see the typical memory layout described in the [Memory usage layout](concepts-for-java-memory-management.md#memory-usage-layout) section of [Java memory management](concepts-for-java-memory-management.md).
4747

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This example uses the [steeltoe sample on GitHub](https://github.com/Azure-Sampl
6363

6464
:::image type="content" source="media/how-to-github-actions/actions1.png" alt-text="Screenshot of the GitHub Actions secrets and variables page with the New repository secret button highlighted." lightbox="media/how-to-github-actions/actions1.png":::
6565

66-
Set the secret name to `AZURE_CREDENTIALS` and its value to the JSON string that you found under the heading *Set up your GitHub repository and authenticate*.
66+
Set the secret name to `AZURE_CREDENTIALS` and its value to the JSON string that you found under the heading **Set up your GitHub repository and authenticate**.
6767

6868
:::image type="content" source="media/how-to-github-actions/actions2.png" alt-text="Screenshot of the GitHub Actions secrets / New secret page." lightbox="media/how-to-github-actions/actions2.png":::
6969

@@ -206,7 +206,7 @@ This example uses the [PiggyMetrics](https://github.com/Azure-Samples/piggymetri
206206

207207
:::image type="content" source="media/how-to-github-actions/actions1.png" alt-text="Screenshot of the GitHub Actions secrets and variables page with the New repository secret button highlighted." lightbox="media/how-to-github-actions/actions1.png":::
208208

209-
Set the secret name to `AZURE_CREDENTIALS` and its value to the JSON string that you found under the heading *Set up your GitHub repository and authenticate*.
209+
Set the secret name to `AZURE_CREDENTIALS` and its value to the JSON string that you found under the heading **Set up your GitHub repository and authenticate**.
210210

211211
:::image type="content" source="media/how-to-github-actions/actions2.png" alt-text="Screenshot of the GitHub Actions secrets / New secret page." lightbox="media/how-to-github-actions/actions2.png":::
212212

articles/spring-apps/basic-standard/how-to-maven-deploy-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To generate configurations and deploy the app, follow these steps:
116116

117117
* **Subscription ID** - the subscription you used to create an Azure Spring Apps instance.
118118
* **Service instance** - the name of your Azure Spring Apps instance.
119-
* **App name** - an app name of your choice, or use the default value `artifactId`.
119+
* **App name** - an app name of your choice, or use the default value **artifactId**.
120120
* **Public endpoint** - **true** to expose the app to public access; otherwise, **false**.
121121

122122
1. Verify that the `appName` element in the POM file has the correct value. The relevant portion of the POM file should look similar to the following example.

articles/spring-apps/basic-standard/how-to-migrate-standard-tier-to-enterprise-tier.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ Follow these steps to use Application Configuration Service for Tanzu as a centr
156156

157157
1. Select **Settings** and complete the form in **Repositories** to add a new entry with the following information:
158158

159-
- Name: `default`
160-
- Patterns: `api-gateway,customers-service`
161-
- URI: `https://github.com/Azure-Samples/spring-petclinic-microservices-config`
162-
- Label: `master`
159+
- Name: **default**
160+
- Patterns: **api-gateway,customers-service**
161+
- URI: **https://github.com/Azure-Samples/spring-petclinic-microservices-config**
162+
- Label: **master**
163163

164164
:::image type="content" source="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-service-settings.png" alt-text="Screenshot of the Azure portal showing the Settings tab of the Application Configuration Service page." lightbox="./media/how-to-migrate-standard-tier-to-enterprise-tier/config-service-settings.png":::
165165

articles/spring-apps/basic-standard/how-to-use-grpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public class CustomersServiceImpl extends CustomersServiceGrpc.CustomersServiceI
245245

246246
## Configure the server port
247247

248-
Next, configure the server port to `1025` for the Basic/Standard plan or to `8080` for the Enterprise plan so that the ingress rule works correctly. Add the following line to the **application.properties** file in the **spring-petclinic-customers-service/src/main/resources** folder.
248+
Next, configure the server port to **1025** for the Basic/Standard plan or to **8080** for the Enterprise plan so that the ingress rule works correctly. Add the following line to the **application.properties** file in the **spring-petclinic-customers-service/src/main/resources** folder.
249249

250250
```properties
251251
grpc.server.port=1025

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/quickstart-deploy-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Use the following steps to deploy the PlanetWeatherProvider project.
7272

7373
This command may take several minutes to run.
7474

75-
1. Change directory to the `PlanetWeatherProvider` project folder.
75+
1. Change directory to the **PlanetWeatherProvider** project folder.
7676

7777
```console
7878
cd steeltoe-sample/src/planet-weather-provider
@@ -427,7 +427,7 @@ To deploy to Azure, you must sign in with your Azure account with Azure Toolkit
427427
1. In the **App:** textbox, select **Create app...**.
428428
1. Enter **api-gateway**, then select **OK**.
429429
1. Set **Public Endpoint** to **Enable**.
430-
1. Set **Memory** to `2.0Gi` and **JVM options** to `-Xms2048m -Xmx2048m`.
430+
1. Set **Memory** to **2.0Gi** and **JVM options** to **-Xms2048m -Xmx2048m**.
431431

432432
:::image type="content" source="media/quickstart-deploy-apps/memory-jvm-options.png" alt-text="Screenshot of the IntelliJ Create Azure Spring App dialog box that shows Memory and JVM options controls." lightbox="media/quickstart-deploy-apps/memory-jvm-options.png":::
433433

articles/spring-apps/basic-standard/quickstart-deploy-infrastructure-vnet-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Next, open a Bash window and run the following Azure CLI command, replacing the
6262
* `springCloudInstanceName`: The name of the Azure Spring Apps resource.
6363
* `appInsightsName`: The name of the Application Insights instance for Azure Spring Apps.
6464
* `laWorkspaceResourceId`: The resource ID of the existing Log Analytics workspace (for example, **/subscriptions/\<your subscription>/resourcegroups/\<your Log Analytics resource group>/providers/Microsoft.OperationalInsights/workspaces/\<your Log Analytics workspace name>**).
65-
* **springCloudAppSubnetID:** The resource ID of the Azure Spring Apps Application Subnet.
66-
* **springCloudRuntimeSubnetID:** The resource ID of the Azure Spring Apps Runtime Subnet.
65+
* `springCloudAppSubnetID`: The resource ID of the Azure Spring Apps Application Subnet.
66+
* `springCloudRuntimeSubnetID`: The resource ID of the Azure Spring Apps Runtime Subnet.
6767
* `springCloudServiceCidrs`: A comma-separated list of IP address ranges (three in total) in CIDR format. The IP ranges are reserved to host underlying Azure Spring Apps infrastructure. These three ranges should be at least `/16` unused IP ranges, and must not overlap with any routable subnet IP ranges used within the network.
6868

6969
```azurecli

0 commit comments

Comments
 (0)