Skip to content

Commit e62a95e

Browse files
Merge pull request #264449 from KarlErickson/karler-fixes
small fixes
2 parents e0d7879 + 4ac5069 commit e62a95e

6 files changed

+6
-6
lines changed

articles/spring-apps/concept-manage-monitor-app-spring-boot-actuator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To observe the configuration and configurable environment, we need to enable `en
6868

6969
You can now go back to the app overview pane and wait until the Provisioning Status changes to "Succeeded". There will be more than one running instance.
7070

71-
> [!Note]
71+
> [!NOTE]
7272
> Once you expose the app to public, these actuator endpoints are exposed to public as well. You can hide all endpoints by deleting the environment variables `management.endpoints.web.exposure.include`, and set `management.endpoints.web.exposure.exclude=*`
7373
7474
## View the actuator endpoint to view application information

articles/spring-apps/how-to-appdynamics-java-agent-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ To understand the limitations of the AppDynamics Agent, see [Monitor Azure Sprin
245245

246246
## Next steps
247247

248-
* [Use Application Insights Java In-Process Agent in Azure Spring Apps](./how-to-application-insights.md)
248+
[Use Application Insights Java In-Process Agent in Azure Spring Apps](./how-to-application-insights.md)

articles/spring-apps/how-to-dynatrace-one-agent-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ For information about limitations when deploying Dynatrace OneAgent in applicati
211211

212212
## Next steps
213213

214-
* [Use Application Insights Java In-Process Agent in Azure Spring Apps](how-to-application-insights.md)
214+
[Use Application Insights Java In-Process Agent in Azure Spring Apps](how-to-application-insights.md)

articles/spring-apps/how-to-launch-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ az spring app show-deploy-log --name <app-name>
146146

147147
## Next steps
148148

149-
* [Quickstart: Monitoring Azure Spring Apps with logs, metrics, and tracing](./quickstart-logs-metrics-tracing.md)
149+
[Quickstart: Monitoring Azure Spring Apps with logs, metrics, and tracing](quickstart-logs-metrics-tracing.md)
150150

151151
More samples are available on GitHub: [Azure Spring Apps Samples](https://github.com/Azure-Samples/azure-spring-apps-samples).

articles/spring-apps/how-to-new-relic-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ For a vnet injection instance of Azure Spring Apps, you need to make sure the ou
195195

196196
## Next steps
197197

198-
* [Use Application Insights Java In-Process Agent in Azure Spring Apps](how-to-application-insights.md)
198+
[Use Application Insights Java In-Process Agent in Azure Spring Apps](how-to-application-insights.md)

articles/spring-apps/how-to-prepare-app-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article shows how to prepare an existing Steeltoe application for deploymen
2222

2323
This article explains the dependencies, configuration, and code that are required to run a .NET Core Steeltoe app in Azure Spring Apps. For information about how to deploy an application to Azure Spring Apps, see [Deploy your first Spring Boot app in Azure Spring Apps](./quickstart.md).
2424

25-
>[!Note]
25+
> [!NOTE]
2626
> Steeltoe support for Azure Spring Apps is currently offered as a public preview. Public preview offerings allow customers to experiment with new features prior to their official release. Public preview features and services are not meant for production use. For more information about support during previews, see the [FAQ](https://azure.microsoft.com/support/faq/) or file a [Support request](../azure-portal/supportability/how-to-create-azure-support-request.md).
2727
2828
## Supported versions

0 commit comments

Comments
 (0)