Skip to content

Commit 5429158

Browse files
VS code edits for italics-to-bold-3.
1 parent e9a847b commit 5429158

File tree

6 files changed

+43
-43
lines changed

6 files changed

+43
-43
lines changed

articles/spring-apps/basic-standard/includes/application-observability/application-observability-with-basic-standard-plan.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ The availability or liveness of an application is determined using the Spring Bo
6767

6868
1. On the **Create Standard test** page, provide the following information:
6969

70-
- **Test name**: Enter *api-gateway* for the API gateway app.
71-
- **URL**: Enter *https://\<your-Azure-Spring-Apps-instance-name>-api-gateway.azuremicroservices.io/actuator/health/liveness* for the corresponding URL.
70+
- **Test name**: Enter **api-gateway** for the API gateway app.
71+
- **URL**: Enter **https://\<your-Azure-Spring-Apps-instance-name>-api-gateway.azuremicroservices.io/actuator/health/liveness** for the corresponding URL.
7272
- **Success criteria**: Extend the option.
7373
- **Content match**: Select the checkbox.
74-
- **Content must contain**: Enter *UP*.
74+
- **Content must contain**: Enter **UP**.
7575

7676
1. Select **Save** to finish the configuration.
7777

@@ -156,7 +156,7 @@ To pin the "Availability" chart, use the following steps:
156156

157157
1. On the navigation menu, select **Application Insights** to go to the Application Insights overview page.
158158

159-
1. On the navigation menu, select **Metrics**, select the edit icon in the chart title, and then rename the chart title to *Availability*.
159+
1. On the navigation menu, select **Metrics**, select the edit icon in the chart title, and then rename the chart title to **Availability**.
160160

161161
1. Select **Add metric**.
162162

@@ -248,11 +248,11 @@ To set up an action group, use the following steps:
248248

249249
1. On the **Create action group** page, select the subscription and resource group you want to cover. Enter the following information:
250250

251-
- **Action group name**: Enter *email-notification*.
252-
- **Short name**: Enter *email*.
251+
- **Action group name**: Enter **email-notification**.
252+
- **Short name**: Enter **email**.
253253
- **Region**: Select the region you want to use.
254254

255-
1. Navigate to the **Notification** tab on the **Create action group** page. For **Notification type**, select **Email/SMS message/Push/Voice**. For **Name**, enter *email-support*.
255+
1. Navigate to the **Notification** tab on the **Create action group** page. For **Notification type**, select **Email/SMS message/Push/Voice**. For **Name**, enter **email-support**.
256256

257257
1. On the **Email/SMS message/Push/Voice** page, select **Email**, enter your production email address, and then select **OK** to finish the configuration. You can also add other notification types if you want, such as SMS, Azure mobile app notification, Voice, and so on.
258258

@@ -277,7 +277,7 @@ To set up an alert rule, use the following steps:
277277
- For threshold type, select **Static**.
278278
- For **Aggregation type**, select **Average**.
279279
- For **Operator**, select **Greater than**.
280-
- For **Threshold value**, enter *90*.
280+
- For **Threshold value**, enter **90**.
281281

282282
1. In the **Split by dimensions** section, use the following inputs:
283283

@@ -290,32 +290,32 @@ To set up an alert rule, use the following steps:
290290

291291
1. Navigate to the **Actions** tab on the **Create an alert rule** page, and then select **Select action groups**.
292292

293-
1. On the **Select action groups** page, search for your email action group name, such as *email-notification*. Select the corresponding action group, and then select **Select** to finish the configuration.
293+
1. On the **Select action groups** page, search for your email action group name, such as **email-notification**. Select the corresponding action group, and then select **Select** to finish the configuration.
294294

295295
1. Navigate to the **Details** tab on the **Create an alert rule** page.
296296

297-
1. For **Alert rule name**, enter *app-cpu-high-alert*.
297+
1. For **Alert rule name**, enter **app-cpu-high-alert**.
298298

299299
1. Select **Review and Create** to review your selections. Select **Create** to create the alert rule.
300300

301301
1. To create an alert rule for **App Memory Usage** metric signal, use the following inputs:
302302

303303
- **Signal name**: *App Memory Usage*
304-
- **Threshold value**: *90*
305-
- **Dimension name**: *App*
304+
- **Threshold value**: **90**
305+
- **Dimension name**: **App**
306306
- **Dimension values**: Select all
307-
- **Action group name**: *email-notification*
308-
- **Alert rule name**: *app-memory-high-alert*
307+
- **Action group name**: **email-notification**
308+
- **Alert rule name**: **app-memory-high-alert**
309309

310310
1. To create an alert rule for **App Network In** metric signal, use the following inputs:
311311

312312
- **Signal name**: *App Network In*
313-
- **Unit**: *GB*
314-
- **Threshold value**: *1*
315-
- **Dimension name**: *App*
316-
- **Dimension values**: *api-gateway*
317-
- **Action group name**: *email-notification*
318-
- **Alert rule name**: *network-in-high-alert*
313+
- **Unit**: **GB**
314+
- **Threshold value**: **1**
315+
- **Dimension name**: **App**
316+
- **Dimension values**: **api-gateway**
317+
- **Action group name**: **email-notification**
318+
- **Alert rule name**: **network-in-high-alert**
319319

320320
1. After you've created all the alert rules, you can view the alert rules list.
321321

articles/spring-apps/basic-standard/includes/quickstart/deploy-app-with-enterprise-plan.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ To create an Azure Spring Apps instance, follow the steps in the [Create an app
206206

207207
### [Azure CLI](#tab/Azure-CLI)
208208

209-
Use the following command to deploy the *.jar* file for the app:
209+
Use the following command to deploy the **.jar** file for the app:
210210

211211
```azurecli
212212
az spring app deploy \
@@ -227,7 +227,7 @@ Use the following steps to import the project:
227227

228228
1. Open IntelliJ IDEA and select **Open**.
229229

230-
1. In the **Open File or Project** dialog box, select the *demo* folder.
230+
1. In the **Open File or Project** dialog box, select the **demo** folder.
231231

232232
:::image type="content" source="../../media/quickstart/intellij-new-project.png" alt-text="Screenshot of IntelliJ IDEA that shows the Open File or Project dialog box." lightbox="../../media/quickstart/intellij-new-project.png":::
233233

@@ -256,7 +256,7 @@ Use the following steps to build and deploy your app:
256256

257257
:::image type="content" source="../../media/quickstart/intellij-create-new-app.png" alt-text="Screenshot of the IntelliJ IDEA that shows the Deploy Azure Spring Apps dialog box." lightbox="../../media/quickstart/intellij-create-new-app.png":::
258258

259-
1. In the **App name:** textbox under **App Basics**, enter *demo*, and then select **More settings**.
259+
1. In the **App name:** textbox under **App Basics**, enter **demo**, and then select **More settings**.
260260

261261
1. Select the **Enable** button next to **Public endpoint**. The button changes to **Disable \<to be enabled\>**. Then, select **OK**.
262262

@@ -266,11 +266,11 @@ Use the following steps to build and deploy your app:
266266

267267
:::image type="content" source="../../media/quickstart/intellij-edit-maven-goal.png" alt-text="Screenshot of IntelliJ IDEA Create Azure Spring Apps dialog box with Maven Goal edit button highlighted." lightbox="../../media/quickstart/intellij-edit-maven-goal.png":::
268268

269-
1. In the **Command line** textbox, enter *-DskipTests* after *package*, and then select **OK**.
269+
1. In the **Command line** textbox, enter **-DskipTests** after **package**, and then select **OK**.
270270

271271
:::image type="content" source="../../media/quickstart/intellij-maven-goal-command-line.png" alt-text="Screenshot of IntelliJ IDEA Select Maven Goal dialog box with Command Line value highlighted." lightbox="../../media/quickstart/intellij-maven-goal-command-line.png":::
272272

273-
1. To start the deployment, select the **Run** button at the bottom of the **Deploy to Azure** dialog box. The plug-in runs the Maven command `package -DskipTests` on the `demo` app and deploys the *.jar* file generated by the `package` command.
273+
1. To start the deployment, select the **Run** button at the bottom of the **Deploy to Azure** dialog box. The plug-in runs the Maven command `package -DskipTests` on the `demo` app and deploys the **.jar** file generated by the `package` command.
274274

275275
Deploying the application can take a few minutes. You can see the public URL of the application in the output console log.
276276

articles/spring-apps/basic-standard/includes/quickstart/generate-spring-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the following steps to create the project:
2121
curl https://start.spring.io/starter.tgz -d dependencies=web -d baseDir=demo -d bootVersion=3.0.0 -d javaVersion=17 -d type=maven-project -d groupId=com.example -d artifactId=demo -d name=demo -d packageName=com.example.demo -d packaging=jar | tar -xzvf -
2222
```
2323

24-
1. Create a web controller for your web application by adding the file *src/main/java/com/example/demo/HelloController.java* with the following contents:
24+
1. Create a web controller for your web application by adding the file **src/main/java/com/example/demo/HelloController.java** with the following contents:
2525

2626
```java
2727
package com.example.demo;

articles/spring-apps/basic-standard/tutorial-managed-identities-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To create a Function app, you must first create a backing storage account. You c
4444
> [!IMPORTANT]
4545
> Each Function app and storage account must have a unique name.
4646
47-
Use the following command to create the storage account. Replace *\<function-app-name>* with the name of your Function app and *\<storage-account-name>* with the name of your storage account.
47+
Use the following command to create the storage account. Replace `<function-app-name>` with the name of your Function app and `<storage-account-name>` with the name of your storage account.
4848

4949
```azurecli
5050
az storage account create \
@@ -104,7 +104,7 @@ func init --worker-runtime node
104104
func new --template HttpTrigger --name HttpTrigger
105105
```
106106

107-
By default, functions use key-based authentication to secure HTTP endpoints. To enable Microsoft Entra authentication to secure access to the functions, set the `authLevel` key to `anonymous` in the *function.json* file, as shown in the following example:
107+
By default, functions use key-based authentication to secure HTTP endpoints. To enable Microsoft Entra authentication to secure access to the functions, set the `authLevel` key to `anonymous` in the **function.json** file, as shown in the following example:
108108

109109
```json
110110
{
@@ -176,7 +176,7 @@ This sample invokes the HTTP triggered function by first requesting an access to
176176
vim src/main/resources/application.properties
177177
```
178178

179-
1. To use managed identity for Azure Spring Apps apps, add the following properties with these values to *src/main/resources/application.properties*.
179+
1. To use managed identity for Azure Spring Apps apps, add the following properties with these values to **src/main/resources/application.properties**:
180180

181181
```text
182182
azure.function.uri=https://<function-app-name>.azurewebsites.net

articles/spring-apps/basic-standard/tutorial-managed-identities-key-vault.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ This app has access to get secrets from Azure Key Vault. Use the Azure Key Vault
263263
vim src/main/resources/application.properties
264264
```
265265

266-
1. To use managed identity for an app deployed to Azure Spring Apps, add properties with the following content to the *src/main/resources/application.properties* file.
266+
1. To use managed identity for an app deployed to Azure Spring Apps, add properties with the following content to the **src/main/resources/application.properties** file.
267267

268268
### [System-assigned managed identity](#tab/system-assigned-managed-identity)
269269

@@ -292,9 +292,9 @@ This app has access to get secrets from Azure Key Vault. Use the Azure Key Vault
292292
---
293293

294294
> [!NOTE]
295-
> You must add the key vault URL in the *application.properties* file as shown previously. Otherwise, the key vault URL may not be captured during runtime.
295+
> You must add the key vault URL in the **application.properties** file as shown previously. Otherwise, the key vault URL may not be captured during runtime.
296296
297-
1. Update *src/main/java/com/example/demo/DemoApplication.java* with the following code example. This code retrieves the connection string from the Key Vault.
297+
1. Update **src/main/java/com/example/demo/DemoApplication.java** with the following code example. This code retrieves the connection string from the Key Vault.
298298

299299
```Java
300300
package com.example.demo;
@@ -328,7 +328,7 @@ This app has access to get secrets from Azure Key Vault. Use the Azure Key Vault
328328
}
329329
```
330330

331-
If you open the *pom.xml* file, you can see the `spring-cloud-azure-starter-keyvault` dependency, as shown in the following example:
331+
If you open the **pom.xml** file, you can see the `spring-cloud-azure-starter-keyvault` dependency, as shown in the following example:
332332

333333
```xml
334334
<dependency>

0 commit comments

Comments
 (0)