You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/basic-standard/how-to-write-log-to-custom-persistent-storage.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ This article shows you how to load Logback and write logs to custom persistent s
21
21
22
22
> [!NOTE]
23
23
> When a file in the application's classpath has one of the following names, Spring Boot will automatically load it over the default configuration for Logback:
24
-
> -*logback-spring.xml*
25
-
> -*logback.xml*
26
-
> -*logback-spring.groovy*
27
-
> -*logback.groovy*
24
+
> -**logback-spring.xml**
25
+
> -**logback.xml**
26
+
> -**logback-spring.groovy**
27
+
> -**logback.groovy**
28
28
29
29
## Prerequisites
30
30
@@ -140,7 +140,7 @@ In the preceding example, there are two placeholders named `{LOGS}` in the path
140
140
--service <spring-instance-name>
141
141
```
142
142
143
-
Go to the Azure Storage Account resource you bound and find the Azure file share that was attached as persistent storage. In this example, the logs will be written to the *spring-boot-logger.log* file at the root of your Azure file share. All of the rotated log files will be stored in the */archived* folder in your Azure file share.
143
+
Go to the Azure Storage Account resource you bound and find the Azure file share that was attached as persistent storage. In this example, the logs will be written to the **spring-boot-logger.log** file at the root of your Azure file share. All of the rotated log files will be stored in the **/archived** folder in your Azure file share.
144
144
145
145
1. Optionally, use the following command to update the path or persistent storage of an existing app:
Copy file name to clipboardExpand all lines: articles/spring-apps/basic-standard/includes/application-observability/application-observability-with-basic-standard-plan.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,11 @@ The availability or liveness of an application is determined using the Spring Bo
67
67
68
68
1. On the **Create Standard test** page, provide the following information:
69
69
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.
72
72
-**Success criteria**: Extend the option.
73
73
-**Content match**: Select the checkbox.
74
-
-**Content must contain**: Enter *UP*.
74
+
-**Content must contain**: Enter **UP**.
75
75
76
76
1. Select **Save** to finish the configuration.
77
77
@@ -156,7 +156,7 @@ To pin the "Availability" chart, use the following steps:
156
156
157
157
1. On the navigation menu, select **Application Insights** to go to the Application Insights overview page.
158
158
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**.
160
160
161
161
1. Select **Add metric**.
162
162
@@ -248,11 +248,11 @@ To set up an action group, use the following steps:
248
248
249
249
1. On the **Create action group** page, select the subscription and resource group you want to cover. Enter the following information:
250
250
251
-
-**Action group name**: Enter *email-notification*.
252
-
-**Short name**: Enter *email*.
251
+
-**Action group name**: Enter **email-notification**.
252
+
-**Short name**: Enter **email**.
253
253
-**Region**: Select the region you want to use.
254
254
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**.
256
256
257
257
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.
258
258
@@ -277,7 +277,7 @@ To set up an alert rule, use the following steps:
277
277
- For threshold type, select **Static**.
278
278
- For **Aggregation type**, select **Average**.
279
279
- For **Operator**, select **Greater than**.
280
-
- For **Threshold value**, enter *90*.
280
+
- For **Threshold value**, enter **90**.
281
281
282
282
1. In the **Split by dimensions** section, use the following inputs:
283
283
@@ -290,32 +290,32 @@ To set up an alert rule, use the following steps:
290
290
291
291
1. Navigate to the **Actions** tab on the **Create an alert rule** page, and then select **Select action groups**.
292
292
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.
294
294
295
295
1. Navigate to the **Details** tab on the **Create an alert rule** page.
296
296
297
-
1. For **Alert rule name**, enter *app-cpu-high-alert*.
297
+
1. For **Alert rule name**, enter **app-cpu-high-alert**.
298
298
299
299
1. Select **Review and Create** to review your selections. Select **Create** to create the alert rule.
300
300
301
301
1. To create an alert rule for **App Memory Usage** metric signal, use the following inputs:
302
302
303
303
-**Signal name**: *App Memory Usage*
304
-
-**Threshold value**: *90*
305
-
-**Dimension name**: *App*
304
+
-**Threshold value**: **90**
305
+
-**Dimension name**: **App**
306
306
-**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**
309
309
310
310
1. To create an alert rule for **App Network In** metric signal, use the following inputs:
311
311
312
312
-**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**
319
319
320
320
1. After you've created all the alert rules, you can view the alert rules list.
Copy file name to clipboardExpand all lines: articles/spring-apps/basic-standard/includes/quickstart/deploy-app-with-enterprise-plan.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ To create an Azure Spring Apps instance, follow the steps in the [Create an app
206
206
207
207
### [Azure CLI](#tab/Azure-CLI)
208
208
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:
210
210
211
211
```azurecli
212
212
az spring app deploy \
@@ -227,7 +227,7 @@ Use the following steps to import the project:
227
227
228
228
1. Open IntelliJ IDEA and select **Open**.
229
229
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.
231
231
232
232
:::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":::
233
233
@@ -256,7 +256,7 @@ Use the following steps to build and deploy your app:
256
256
257
257
:::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":::
258
258
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**.
260
260
261
261
1. Select the **Enable** button next to **Public endpoint**. The button changes to **Disable \<to be enabled\>**. Then, select **OK**.
262
262
@@ -266,11 +266,11 @@ Use the following steps to build and deploy your app:
266
266
267
267
:::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":::
268
268
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**.
270
270
271
271
:::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":::
272
272
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.
274
274
275
275
Deploying the application can take a few minutes. You can see the public URL of the application in the output console log.
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:
Copy file name to clipboardExpand all lines: articles/spring-apps/basic-standard/includes/quickstart/hello-prepare-cloud-environment-consumption-azure-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Use the following steps to create all the Azure resources that the app depends o
|**Subscription**| Your subscription name. | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription in which you'd like to be billed for the resource. |
35
-
|**Resource group**|*myresourcegroup*| A new resource group name or an existing one from your subscription. |
35
+
|**Resource group**|**myresourcegroup**| A new resource group name or an existing one from your subscription. |
36
36
|**Region**| The region closest to your users. | The region is used to create the resource group. |
37
37
38
38
1. Select **Review and Create** to review your selections. Then, select **Create** to deploy the app to Azure Spring Apps.
Copy file name to clipboardExpand all lines: articles/spring-apps/basic-standard/includes/quickstart/hello-prepare-cloud-environment-enterprise-azure-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Use the following steps to create all the Azure resources that the app depends o
|**Subscription**| Your subscription name. | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription in which you'd like to be billed for the resource. |
35
-
|**Resource group**|*myresourcegroup*| A new resource group name or an existing one from your subscription. |
35
+
|**Resource group**|**myresourcegroup**| A new resource group name or an existing one from your subscription. |
36
36
|**Region**| The region closest to your users. | The region is used to create the resource group. |
37
37
38
38
1. Select **Review and Create** to review your selections. Then, select **Create** to deploy the app to Azure Spring Apps.
Copy file name to clipboardExpand all lines: articles/spring-apps/basic-standard/includes/quickstart/hello-prepare-cloud-environment-standard-azure-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Use the following steps to create all the Azure resources that the app depends o
|**Subscription**| Your subscription name. | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription in which you'd like to be billed for the resource. |
35
-
|**Resource group**|*myresourcegroup*| A new resource group name or an existing one from your subscription. |
35
+
|**Resource group**|**myresourcegroup**| A new resource group name or an existing one from your subscription. |
36
36
|**Region**| The region closest to your users. | The region is used to create the resource group. |
37
37
38
38
1. Select **Review and Create** to review your selections. Then, select **Create** to deploy the app to Azure Spring Apps.
Copy file name to clipboardExpand all lines: articles/spring-apps/basic-standard/includes/quickstart/hello-spring-apps-maven-plugin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Use the following line at the end of the heading Prerequisites, with blank lines
14
14
15
15
Use the following steps to deploy using the [Maven plugin for Azure Spring Apps](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Spring-Apps):
16
16
17
-
1. Navigate to the *complete* directory, and then run the following command to configure the app in Azure Spring Apps:
17
+
1. Navigate to the **complete** directory, and then run the following command to configure the app in Azure Spring Apps:
0 commit comments