Skip to content

Commit caf60b8

Browse files
Fixed minor changes mostly double spaces and editoral tweaks.
1 parent 37f5a36 commit caf60b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/container-apps/observability.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: v-wellsjason
1111

1212
# Observability in Azure Container Apps
1313

14-
Azure Container Apps provides several built-in observability features that together give you a holistic view of your container app’s health throughout its application lifecycle. These features help you monitor and diagnose the state of your app to improve performance and respond to trends and critical problems.
14+
Azure Container Apps provides several built-in observability features that together give you a holistic view of your container app’s health throughout its application lifecycle. These features help you monitor and diagnose the state of your app to improve performance and respond to trends and critical problems.
1515

1616
These features include:
1717

@@ -20,27 +20,27 @@ These features include:
2020
|[Log streaming](log-streaming.md) | View streaming system and console logs from a container in near real-time. |
2121
|[Container console](container-console.md) | Connect to the Linux console in your containers to debug your application from inside the container. |
2222
|[Azure Monitor metrics](metrics.md)| View and analyze your application's compute and network usage through metric data. |
23-
|[Application logging](logging.md) | Monitor, analyze and debug your app using log data.|
23+
|[Application logging](logging.md) | Monitor, analyze, and debug your app using log data.|
2424
|[Azure Monitor Log Analytics](log-monitoring.md) | Run queries to view and analyze your app's system and application logs. |
2525
|[Azure Monitor alerts](alerts.md) | Create and manage alerts to notify you of events and conditions based on metric and log data.|
2626

2727
>[!NOTE]
28-
> While not a built-in feature, [Azure Monitor Application Insights](../azure-monitor/app/app-insights-overview.md) is a powerful tool to monitor your web and background applications. Although Container Apps doesn't support the Application Insights auto-instrumentation agent, you can instrument your application code using Application Insights SDKs.
28+
> While not a built-in feature, [Azure Monitor Application Insights](../azure-monitor/app/app-insights-overview.md) is a powerful tool to monitor your web and background applications. Although Container Apps doesn't support the Application Insights auto-instrumentation agent, you can instrument your application code using Application Insights SDKs.
2929
3030
## Application lifecycle observability
3131

3232
With Container Apps observability features, you can monitor your app throughout the development-to-production lifecycle. The following sections describe the most effective monitoring features for each phase.
3333

3434
### Development and test
3535

36-
During the development and test phase, real-time access to your containers' application logs and console is critical for debugging issues. Container Apps provides:
36+
During the development and test phase, real-time access to your containers' application logs and console is critical for debugging issues. Container Apps provides:
3737

3838
- [Log streaming](log-streaming.md): View real-time log streams from your containers.
3939
- [Container console](container-console.md): Access the container console to debug your application.
4040

4141
### Deployment
4242

43-
Once you deploy your container app, continuous monitoring helps you quickly identify problems that may occur around error rates, performance, and resource consumption.
43+
Once you deploy your container app, continuous monitoring helps you quickly identify problems that occur around error rates, performance, and resource consumption.
4444

4545
Azure Monitor gives you the ability to track your app with the following features:
4646

@@ -50,11 +50,11 @@ Azure Monitor gives you the ability to track your app with the following feature
5050

5151
### Maintenance
5252

53-
Container Apps manages updates to your container app by creating [revisions](revisions.md). You can run multiple revisions concurrently in blue green deployments or to perform A/B testing. These observability features will help you monitor your app across revisions:
53+
Container Apps manages updates to your container app by creating [revisions](revisions.md). You can run multiple revisions concurrently in blue green deployments or to perform A/B testing. These observability features help you monitor your app across revisions:
5454

5555
- [Azure Monitor metrics](metrics.md): Monitor and compare key metrics for multiple revisions.
5656
- [Azure Monitor alerts](alerts.md): Receive individual alerts per revision.
57-
- [Azure Monitor Log Analytics](log-monitoring.md): View, analyze and compare log data for multiple revisions.
57+
- [Azure Monitor Log Analytics](log-monitoring.md): View, analyze, and compare log data for multiple revisions.
5858

5959
## Next steps
6060

0 commit comments

Comments
 (0)