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-instances/container-instances-image-security.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
@@ -130,7 +130,7 @@ Monitor your resource activity, like files, network, and other resources that yo
130
130
131
131
[Azure Monitor](../azure-monitor/overview.md) enables core monitoring for Azure services by allowing the collection of metrics, activity logs, and diagnostic logs. For example, the activity log tells you when new resources are created or modified.
132
132
133
-
Metrics are available that provide performance statistics for different resources and even the operating system inside a virtual machine. You can view this data with one of the explorers in the Azure portal and create alerts based on these metrics. Azure Monitor provides the fastest metrics pipeline (5 minutes down to 1 minute), so you should use it for time-critical alerts and notifications.
133
+
Metrics are available that provide performance statistics for different resources and even the operating system inside a virtual machine. You can view this data with one of the explorers in the Azure portal and [create alerts](monitor-azure-container-instances.md#alerts) based on these metrics.
134
134
135
135
### Log all container administrative user access for auditing
Copy file name to clipboardExpand all lines: articles/container-instances/container-instances-log-analytics.md
+4-54Lines changed: 4 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,63 +150,13 @@ ContainerInstanceLog_CL
150
150
151
151
## Log schema
152
152
153
-
> [!NOTE]
154
-
> Some of the columns listed in the following table only exist as part of the schema, and won't have any data emitted in logs. These columns are denoted with a description of 'Empty'.
155
-
156
-
### ContainerInstanceLog_CL
157
-
158
-
|Column|Type|Description|
159
-
|-|-|-|
160
-
|Computer|string|Empty|
161
-
|ContainerGroup_s|string|The name of the container group associated with the record|
162
-
|ContainerID_s|string|A unique identifier for the container associated with the record|
163
-
|ContainerImage_s|string|The name of the container image associated with the record|
164
-
|Location_s|string|The location of the resource associated with the record|
165
-
|Message|string|If applicable, the message from the container|
166
-
|OSType_s|string|The name of the operating system the container is based on|
167
-
|RawData|string|Empty|
168
-
|ResourceGroup|string|Name of the resource group that the record is associated with|
169
-
|Source_s|string|Name of the logging component, "LoggingAgent"|
170
-
|SubscriptionId|string|A unique identifier for the subscription that the record is associated with|
171
-
|TimeGenerated|datetime|Timestamp when the event was generated by the Azure service processing the request corresponding the event|
172
-
|Type|string|The name of the table|
173
-
|_ResourceId|string|A unique identifier for the resource that the record is associated with|
174
-
|_SubscriptionId|string|A unique identifier for the subscription that the record is associated with|
175
-
176
-
### ContainerEvent_CL
177
-
178
-
|Column|Type|Description|
179
-
|-|-|-|
180
-
|Computer|string|Empty|
181
-
|ContainerGroupInstanceId_g|string|A unique identifier for the container group associated with the record|
182
-
|ContainerGroup_s|string|The name of the container group associated with the record|
183
-
|ContainerName_s|string|The name of the container associated with the record|
184
-
|Count_d|real|How many times the event has occurred since the last poll|
185
-
|FirstTimestamp_t|datetime|The timestamp of the first time the event occurred|
186
-
|Location_s|string|The location of the resource associated with the record|
187
-
|Message|string|If applicable, the message from the container|
188
-
|OSType_s|string|The name of the operating system the container is based on|
189
-
|RawData|string|Empty|
190
-
|Reason_s|string|The current status of the container group|
191
-
|ResourceGroup|string|The name of the resource group that the record is associated with|
192
-
|SubscriptionId|string|A unique identifier for the subscription that the record is associated with|
193
-
|TimeGenerated|datetime|Timestamp when the event was generated by the Azure service processing the request corresponding the event|
194
-
|Type|string|The name of the table|
195
-
|_ResourceId|string|A unique identifier for the resource that the record is associated with|
196
-
|_SubscriptionId|string|A unique identifier for the subscription that the record is associated with|
153
+
To learn about the Azure Monitor legacy schema for Log Analytics, see [Legacy Log Analytics tables](monitor-azure-container-instances-reference.md#legacy-log-analytics-tables).
197
154
198
155
## Using Diagnostic Settings
199
156
200
-
Diagnostic Settings for container groups is a preview feature and it can be enabled through preview features options in Azure portal. Once this feature is enabled for a subscription, Diagnostic Settings can be applied to a container group. Applying Diagnostic Settings causes a container group to restart.
201
-
202
-
For example, here's how we can use New-AzDiagnosticSetting command to apply a Diagnostic Settings object to a container group.
157
+
The newer tables require use of diagnostic settings to route information to Log Analytics. Diagnostic settings for Container Instances is in public preview and it can be enabled through preview features options in the Azure portal.
For Windows container deployments, use images based on common [Windows base images](./container-instances-faq.yml#what-windows-base-os-images-are-supported-).
Copy file name to clipboardExpand all lines: articles/container-instances/container-instances-troubleshooting.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
@@ -98,7 +98,7 @@ This error indicates that due to heavy load in the region in which you are attem
98
98
## Issues during container group runtime
99
99
### Container had an isolated restart without explicit user input
100
100
101
-
There are two broad categories for why a container group may restart without explicit user input. First, containers may experience restarts caused by an application process crash. The ACI service recommends applying observability solutions such as [Application Insights SDK](../azure-monitor/app/app-insights-overview.md), [container group metrics](container-instances-monitor.md), and [container group logs](container-instances-get-logs.md) to determine why the application experienced issues. Second, customers may experience restarts initiated by the ACI infrastructure due to maintenance events. To increase the availability of your application, run multiple container groups behind an ingress component such as an [Application Gateway](../application-gateway/overview.md) or [Traffic Manager](../traffic-manager/traffic-manager-overview.md).
101
+
There are two broad categories for why a container group may restart without explicit user input. First, containers may experience restarts caused by an application process crash. The ACI service recommends applying observability solutions such as [Application Insights SDK](../azure-monitor/app/app-insights-overview.md), [container group metrics](monitor-azure-container-instances.md#get-metrics), and [container group logs](container-instances-get-logs.md) to determine why the application experienced issues. Second, customers may experience restarts initiated by the ACI infrastructure due to maintenance events. To increase the availability of your application, run multiple container groups behind an ingress component such as an [Application Gateway](../application-gateway/overview.md) or [Traffic Manager](../traffic-manager/traffic-manager-overview.md).
102
102
103
103
### Container continually exits and restarts (no long-running process)
0 commit comments