Loading...

Name update for Agent and associated resources in Azure Monitor - Container Insights

Name update for Agent and associated resources in Azure Monitor  - Container Insights

What is changing?  

When customers enable Container Insights, Azure Monitor deploys a containerized collection agent. This agent is being renamed from OMSAgent to Azure Monitor Agent. There are no feature updates or functional changes to the agent in this release.  

Why are the changes being made? 

The current OMSAgent name is a legacy name from the OMS product and does not reflect the branding for Azure Monitor and Container Insights products. The Azure Monitor Agent is being standardized as the single collection agent for Azure Monitor. The name change brings the agent’s name in line with these updates.  

When are the changes going live? 

The changes will roll out region by region starting from early September with AKS service update, expected to be these changes rolled out to all regions by the end of October. Exact dates and a version number of Container Insights image version with changes will be shared closer to the release date with an update to this blog post. 

AKS customers will receive the changes as part of an AKS service update. Arc and Hybrid customers will have to update the Extension and HELM chart versions manually. See detailed instructions below.  

What are the exact changes? 

The agent used by Container Insights has been renamed. So, customers will see a new pod name in their clusters. Alongside that, several other related resources have also been renamed. See the “List of renamed resources” and “List of renamed labels " tables below for complete details.  

What is the impact? What do I need to do?  

Log analytics queries  

All log queries with string the omsagent in them will not work and results will only be returned for dates before the change. To mitigate, update the queries to have query clause to cover “omsagent” or “ama-logs” in existing queries. See examples below.  

 
 

Original query 

Updated query 

KubePodInventory 

| where Namespace == "kube-system" 

| where Name contains "omsagent" 

 

KubePodInventory 

| where Namespace == "kube-system" 

| where Name contains "omsagent" or Name contains “ama-logs” 

 

 

Original query 

Updated query 

ContainerLog 

| where Name contains "omsagent" 

 

ContainerLog  
| where Name contains "omsagent" or Name contains "ama-logs"  
 

 

Alert Rules 

Alert Rules with the string the omsagent will not work.  

  1. Query alerts with the string “omsagent” 
  1. Metric alerts which reference omsagent in a dimension   

You can find alert rules using  

Option 1 – In the Alerts section of Azure Monitor in the Azure portal

iacairns_0-1658251096562.png

 

 

Option 2 - Programmatically using Azure Resource Graph queries  

Go to the “Azure Resource Graph Explorer” in the portal and run the below query:  
 
alertsmanagementresources 

| where properties contains"omsagent" 

 

The above steps should help you find the affected rules. To update the rules, simply edit them in the portal (as below).  

 

iacairns_1-1658251096572.png

 

 

 

User scripts  

Any user scripts explicitly referencing the pod names will not work.  

Resource name in all UIs  

Customers will see the updated controller names in the Container Insights UI as well as the command line. 

Screenshot 1 – Container Insights Portal UI   

iacairns_2-1658251096578.png

 

 

iacairns_3-1658251096581.png

 

 

 

Screenshot 2 – Command Line 

iacairns_4-1658251096588.png

 

 

Screenshot 3 – Workbooks    

iacairns_5-1658251096591.png

 

 

Instructions for consuming the update 

Instructions for AKS customers  

No action needed from customers. Customers will receive this as part of an AKS service update.  

Instructions for Arc K8s customers  

Note: The extension version with the above changes is version 3.0.0 

  1. Get the Azure Log Analytics Workspace Resource Id which configured on the existing Azure Monitor for containers extension  

az k8s-extension show --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters -n azuremonitor-containers 

 

  1. Delete the existing Azure Monitor for Containers extension either through Azure Portal or Azure CLI 
  1. Create Azure Monitor for containers extension either through Azure Portal or Azure CLI. Make sure to use the same Azure Log Analytics Workspace ResourceId which is obtained in Step #1, to ensure the data being ingested to the same Log analytics workspace as before  

 

Instructions for Hybrid customers  

Note: The Helm chart version with the above changes is version 3.0.0 

  1. Get the Azure Log Analytics workspace which is being used for the Azure Monitor for containers HELM chart.  You can obtain through   

helm get values <azure-monitor-for-containers-release-name> -A 

  1. Delete the Azure Monitor for containers HELM chart - https://docs.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-optout-hybrid#how-to-stop-monitoring-using-helm 
  1. Install the HELM chart as per the Instructions -  https://docs.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-hybrid-setup#install-the-helm-chart . Make sure to same Azure Log Analytics Workspace to ensure the data being ingested to the same Log Analytics workspace as before. 

 

List of renamed resources 

Note: The xxxx below is a placeholder for random hash values appended to the resource name. In practice, a name like “ama-logs-xxxxx” will appear as “ama-logs-cfkst” or similar.   

Resource Type 

Old name 

New name 

Configmap 

configmap/omsagent-rs-config 

configmap/ama-logs-rs-config 

Pod 

pod/omsagent-xxxxx 

pod/ama-logs-xxxxx 

Pod 

pod/omsagent-rs-xxxxxxxxxx- xxxxx 

pod/ama-logs-rs- xxxxxxxxxx-xxxxx 

Pod 

pod/omsagent-win-xxxxx 

pod/ama-logs-windows- xxxxx 

Secret 

secret/omsagent-secret 

secret/ama-logs-secret 

Secret 

secret/omsagent-token-xxxxx 

secret/ama-logs-token-xxxxx 

ServiceAccount 

serviceaccount/omsagent 

serviceaccount/ama-logs 

ControllerRevision 

controllerrevision.apps/omsagent-xxxxxxxxxx 

controllerrevision.apps/ama-logs-xxxxxxxxxx 

ControllerRevision 

controllerrevision.apps/omsagent-win-xxxxxxxxxx 

controllerrevision.apps/ama-logs-windows-xxxxxxxxxx 

Daemonset 

daemonset.apps/omsagent 

daemonset.apps/ama-logs 

Daemonset 

daemonset.apps/omsagent-win 

daemonset.apps/ama-logs-windows 

Deployment 

deployment.apps/omsagent-rs 

deployment.apps/ama-logs-rs 

Replicaset 

replicaset.apps/omsagent-rs-xxxxxxxxxx 

replicaset.apps/ama-logs-rs-xxxxxxxxxx 

 

List of renamed labels 

component=oms-agent 

component=ama-logs-agent 

component=oms-agent-win 

component=ama-logs-agent-windows 

 

 

Published on:

Learn more
Azure Monitor Status articles
Azure Monitor Status articles

Azure Monitor Status articles

Share post:

Related posts

Which Azure Cosmos DB Role Does My App Need?

In the previous post in the series, we covered the security decisions you make on day one. In this part, we will talk about how to give your a...

11 hours ago

Find and fix app issues - Azure Copilot Observability Agent

Cut through alert noise and move from detection to root cause using the Azure Copilot Observability Agent. It autonomously investigates incide...

21 hours ago

Azure Functions MCP Extension: What’s New at Build 2026

A roundup of what shipped in the Azure Functions MCP extension since preview: resource and prompt triggers, MCP Apps, built-in MCP authenticat...

1 day ago

Secure Boot certificate updates for Linux on Azure virtual machines

Microsoft has published new guidance for managing Secure Boot certificate updates for Linux on Azure virtual machines, including Trusted Launc...

2 days ago

Soluzione Earns Microsoft Solutions Partner Designation for Digital & App Innovation (Azure) 

Soluzione is pleased to announce that it has earned the Microsoft Solutions Partner designation for Digital & App Innovation (Azure). This...

2 days ago

Azure SDK Release (May 2026)

Azure SDK releases every month. In this post, you'll find this month's highlights and release notes. The post Azure SDK Release (May 2026) app...

3 days ago

How to Use Deep Agents with Azure Cosmos DB – Plan, act, and verify against operational data

Deep Agents is an agent harness built on LangGraph, for agents that need to work through a task over many steps instead of a single LLM call. ...

3 days ago

Retirement of Azure DevOps issuer in Workload identity federation service connections

We are announcing the deprecation of the Azure DevOps issuer in workload identity federation (WIF) service connections, with planned retiremen...

3 days ago
Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!
* Yes, I agree to the privacy policy