Skip to content

Commit 339d5bb

Browse files
authored
Merge pull request #241004 from zhoufenqin/fenzho/sharable-build-result
feat: sharable build result
2 parents a5351f4 + d89d6a5 commit 339d5bb

14 files changed

+186
-63
lines changed

articles/spring-apps/how-to-enterprise-configure-apm-integration-and-ca-certificates.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ Currently, Azure Spring Apps supports the following APM types:
4040

4141
Azure Spring Apps supports CA certificates for all language family buildpacks, but not all supported APMs. The following table shows the binding types supported by Tanzu language family buildpacks.
4242

43-
| Buildpack | ApplicationInsights | New Relic | AppDynamics | Dynatrace | ElasticAPM |
44-
|-------------|---------------------|-----------|-------------|-----------|------------|
45-
| Java ||||||
46-
| Dotnet | | | || |
47-
| Go | | | || |
48-
| Python | | | | | |
49-
| NodeJS | |||||
50-
| Web servers | | | || |
43+
| Buildpack | ApplicationInsights | New Relic | AppDynamics | Dynatrace | ElasticAPM |
44+
|-------------------|---------------------|-----------|-------------|-----------|------------|
45+
| Java ||||||
46+
| Dotnet | | | || |
47+
| Go | | | || |
48+
| Python | | | | | |
49+
| NodeJS | |||||
50+
| Web servers | | | || |
51+
| Java Native Image | | | | | |
5152

5253
For information about using Web servers, see [Deploy web static files](how-to-enterprise-deploy-static-file.md).
5354

@@ -149,7 +150,7 @@ You can create an APM configuration and bind to app builds and deployments, as e
149150
You can manage APM integration by configuring properties or secrets in the APM configuration.
150151

151152
> [!NOTE]
152-
> When configuring properties or secrets for APM, use key names without a prefix. For example, don't use a `DT_` prefix for a Dynatrace binding or `APPLICATIONINSIGHTS_` for Application Insights. Tanzu APM buildpacks will transform the key name to the original environment variable name with a prefix.
153+
> When configuring properties or secrets for APM, use key names without a prefix. For example, don't use a `DT_` prefix for a Dynatrace binding or `APPLICATIONINSIGHTS_` for Application Insights. Tanzu APM buildpacks transform the key name to the original environment variable name with a prefix.
153154
154155
The following list shows you the Azure CLI commands you can use to manage APM configuration:
155156

@@ -395,7 +396,7 @@ You can configure the CA certificates on the **Edit binding** page. The `succeed
395396
This section applies only to an Azure Spring Apps Enterprise service instance with the build service enabled. With the build service enabled, one buildpack binding means either credential configuration against one APM type, or CA certificates configuration against the CA certificates type. For APM integration, follow the earlier instructions to configure the necessary environment variables or secrets for your APM.
396397

397398
> [!NOTE]
398-
> When configuring environment variables for APM bindings, use key names without a prefix. For example, do not use a `DT_` prefix for a Dynatrace binding or `APPLICATIONINSIGHTS_` for Application Insights. Tanzu APM buildpacks will transform the key name to the original environment variable name with a prefix.
399+
> When configuring environment variables for APM bindings, use key names without a prefix. For example, do not use a `DT_` prefix for a Dynatrace binding or `APPLICATIONINSIGHTS_` for Application Insights. Tanzu APM buildpacks transform the key name to the original environment variable name with a prefix.
399400
400401
You can manage buildpack bindings with the Azure portal or the Azure CLI.
401402

@@ -427,7 +428,7 @@ To use the **Unbind binding** command, select the **Bound** hyperlink, and then
427428

428429
To unbind a buildpack binding by editing binding properties, select **Edit Binding**, and then select **Unbind**.
429430

430-
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/unbind-binding-properties.png" alt-text="Screenshot of Azure portal showing the Edit binding page with the Unbind button highlighted." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/unbind-binding-properties.png":::-
431+
:::image type="content" source="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/unbind-binding-properties.png" alt-text="Screenshot of Azure portal showing the Edit binding page with the Unbind button highlighted." lightbox="media/how-to-enterprise-configure-apm-integration-and-ca-certificates/unbind-binding-properties.png":::
431432

432433
When you unbind a binding, the bind status changes from **Bound** to **Unbound**.
433434

0 commit comments

Comments
 (0)