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/concept-app-customer-responsibilities.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
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Version support for Java, Spring Boot, and more
3
3
titleSuffix: Azure Spring Apps
4
-
description: This article describes customer responsibilities developing Azure Spring Apps.
4
+
description: This article describes the version support for Java, Spring Boot, and Spring Cloud, and the customer responsibilities when developing Azure Spring Apps.
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-configure-health-probes-graceful-termination.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
@@ -200,7 +200,7 @@ Use the following steps to customize your application using Azure CLI.
200
200
201
201
Use the following best practices when adding health probes to Azure Spring Apps:
202
202
203
-
- Use liveness and readiness probes together. Azure Spring Apps provides two approaches for service discovery at the same time. When the readiness probe fails, the app instance is removed only from Kubernetes service discovery. A properly configured liveness probe can remove the issued app instance from Eureka service discovery to avoid unexpected cases. For more information about service discovery, see [Discover and register your Spring Boot applications](how-to-service-registration.md).
203
+
- Use liveness and readiness probes together. Azure Spring Apps provides two approaches for service discovery at the same time. When the readiness probe fails, the app instance is removed only from Kubernetes service discovery. A properly configured liveness probe can remove the issued app instance from Eureka service discovery to avoid unexpected cases. For more information about service discovery, see [Discover and register your Spring Boot applications](how-to-service-registration.md). For more information about service discovery with the Enterprise plan, see [Use Tanzu Service Registry](how-to-enterprise-service-registry.md).
204
204
205
205
- When an app instance starts, the first check occurs after the delay specified by `initialDelaySeconds`. Subsequent checks occur periodically, according to the period length specified by `periodSeconds`. If the app fails to respond to the requests for several times as specified by `failureThreshold`, the app instance is restarted. Make sure your application can start fast enough, or update these parameters, so that the total timeout `initialDelaySeconds + periodSeconds * failureThreshold` is longer than the start time of your application.
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-custom-persistent-storage-with-standard-consumption.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
@@ -31,7 +31,7 @@ You can also mount your own persistent storage not only to Azure Spring Apps but
31
31
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
32
32
-[Azure CLI](/cli/azure/install-azure-cli) version 2.45.0 or higher.
33
33
- An Azure Spring Apps Standard consumption and dedicated plan service instance. For more information, see [Quickstart: Provision an Azure Spring Apps Standard consumption and dedicated plan service instance](quickstart-provision-standard-consumption-service-instance.md).
34
-
- A Spring app deployed to Azure Spring Apps. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps](quickstart-deploy-apps.md).
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-enterprise-configure-apm-integration-and-ca-certificates.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ For information about using Web servers, see [Deploy web static files](how-to-en
55
55
56
56
Tanzu Build Service is enabled by default in Azure Spring Apps Enterprise. If you choose to disable the build service, you can deploy applications but only by using a custom container image. This section provides guidance for both build service enabled and disabled scenarios.
57
57
58
-
####Supported APM types
58
+
### Supported APM types
59
59
60
60
This section lists the supported languages and required environment variables for the APMs that you can use for your integrations.
61
61
@@ -183,7 +183,7 @@ Use the following steps to show, add, edit, or delete an APM configuration:
183
183
184
184
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/add-apm.png" alt-text="Screenshot of the Azure portal showing the APM configuration page with the Add button highlighted." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/add-apm.png":::
185
185
186
-
1. To view or edit an APM configuration, select the ellipsis (**...**) button for the configuration, then select **Edit APM**.
186
+
1. To view or edit an APM configuration, select the ellipsis (**...**) button for the configuration, then select **Edit APM**.
187
187
188
188
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/show-apm.png" alt-text="Screenshot of the Azure portal showing the APM configuration page with the Edit APM option selected." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/show-apm.png":::
189
189
@@ -196,19 +196,19 @@ Use the following steps to view the APM configurations bound to the build:
196
196
1. Navigate to the **Build Service** page for your Azure Spring Apps instance.
197
197
198
198
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/build-service-build.png" alt-text="Screenshot of the Azure portal showing the build service page with the current build in the list." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/build-service-build.png":::
199
-
199
+
200
200
1. On the navigation pane, in the **Settings** section, select **APM bindings**.
201
-
201
+
202
202
1. On the **APM bindings** page, view the APM configurations bound to the build.
203
203
204
204
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/build-apm-bindings.png" alt-text="Screenshot of the APM bindings page showing the APM configurations bound to the build." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/build-apm-bindings.png":::
205
205
206
206
Use the following steps to view the APM configurations bound to the deployment:
207
207
208
208
1. Navigate to your application page.
209
-
209
+
210
210
1. On the navigation pane, in the **Settings** section, select **APM bindings**.
211
-
211
+
212
212
1. On the **APM bindings** page, view the APM configurations bound to the deployment.
213
213
214
214
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/deployment-apm-bindings.png" alt-text="Screenshot of the APM bindings page showing the APM configurations bound to the deployment." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/deployment-apm-bindings.png":::
@@ -222,7 +222,7 @@ The following list shows you the Azure CLI commands you can use to manage APM co
222
222
```azurecli
223
223
az spring apm list \
224
224
--resource-group <resource-group-name> \
225
-
--service <Azure-Spring-Apps-instance-name>
225
+
--service <Azure-Spring-Apps-instance-name>
226
226
```
227
227
228
228
- Use the following command to list all the supported APM types:
@@ -289,7 +289,7 @@ The following list shows you the Azure CLI commands you can use to manage APM co
289
289
```azurecli
290
290
az spring apm list-enabled-globally \
291
291
--resource-group <resource-group-name> \
292
-
--service <Azure-Spring-Apps-instance-name>
292
+
--service <Azure-Spring-Apps-instance-name>
293
293
```
294
294
295
295
- Use the following command to delete an APM configuration.
@@ -300,7 +300,7 @@ The following list shows you the Azure CLI commands you can use to manage APM co
300
300
--service <Azure-Spring-Apps-instance-name> \
301
301
--name <your-APM-name> \
302
302
```
303
-
303
+
304
304
---
305
305
306
306
For more information on the `properties` and `secrets` parameters for your buildpack, see the [Supported Scenarios - APM and CA Certificates Integration](#supported-scenarios---apm-and-ca-certificates-integration) section.
@@ -331,7 +331,7 @@ Use the following command to build an image and configure APM:
331
331
az spring build-service build <create|update> \
332
332
--resource-group <resource-group-name> \
333
333
--service <Azure-Spring-Apps-instance-name> \
334
-
--name <app-name> \
334
+
--name <app-name> \
335
335
--builder <builder-name> \
336
336
--apms <APM-name> \
337
337
--artifact-path <path-to-your-JAR-file>
@@ -439,7 +439,7 @@ When you use your own container registry for the build service or disable the bu
439
439
az spring build-service build <create|update> \
440
440
--resource-group <resource-group-name> \
441
441
--service <Azure-Spring-Apps-instance-name> \
442
-
--name <app-name> \
442
+
--name <app-name> \
443
443
--builder <builder-name> \
444
444
--certificates <CA certificate-name> \
445
445
--artifact-path <path-to-your-JAR-file>
@@ -452,9 +452,9 @@ Use the following steps to view the CA certificates bound to the build:
452
452
1. Navigate to your build page.
453
453
454
454
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/build-service-build.png" alt-text="Screenshot of the Azure portal showing the build service page with the current build in the list." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/build-service-build.png":::
455
-
455
+
456
456
1. On the navigation pane, in the **Settings** section, select **Certificate bindings**.
457
-
457
+
458
458
1. On the **Certificate bindings** page, view the CA certificates bound to the build.
459
459
460
460
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/build-certificate-bindings.png" alt-text="Screenshot of the certificate bindings page showing CA certificates bound to the build." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/build-certificate-bindings.png":::
0 commit comments