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/container-apps/observability.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: v-wellsjason
11
11
12
12
# Observability in Azure Container Apps
13
13
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.
15
15
16
16
These features include:
17
17
@@ -20,27 +20,27 @@ These features include:
20
20
|[Log streaming](log-streaming.md)| View streaming system and console logs from a container in near real-time. |
21
21
|[Container console](container-console.md)| Connect to the Linux console in your containers to debug your application from inside the container. |
22
22
|[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.|
24
24
|[Azure Monitor Log Analytics](log-monitoring.md)| Run queries to view and analyze your app's system and application logs. |
25
25
|[Azure Monitor alerts](alerts.md)| Create and manage alerts to notify you of events and conditions based on metric and log data.|
26
26
27
27
>[!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.
29
29
30
30
## Application lifecycle observability
31
31
32
32
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.
33
33
34
34
### Development and test
35
35
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:
37
37
38
38
-[Log streaming](log-streaming.md): View real-time log streams from your containers.
39
39
-[Container console](container-console.md): Access the container console to debug your application.
40
40
41
41
### Deployment
42
42
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.
44
44
45
45
Azure Monitor gives you the ability to track your app with the following features:
46
46
@@ -50,11 +50,11 @@ Azure Monitor gives you the ability to track your app with the following feature
50
50
51
51
### Maintenance
52
52
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:
54
54
55
55
-[Azure Monitor metrics](metrics.md): Monitor and compare key metrics for multiple revisions.
56
56
-[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.
0 commit comments