Hello,
Welcome to Microsoft Azure.
Based on your description, the Prod VMs appear to be failing to communicate with Azure Monitor Agent and Log Analytics due to network configuration issues, i recommend validating the following:
1.Network – Ensure the Prod VMs have outbound access to the required Azure Monitor endpoints:
2. DCR/DCRA Association – Confirm that the data collection rules are correctly applied to the VMs:
az monitor data-collection rule association list --resource <VM_ID>
3.AMA Status – Check the agent service/extension:
Get-Service AzureMonitorAgent
Get-AzVMExtension -ResourceGroup <RG> -VMName <VM> -Name AzureMonitorWindowsAgent
4.Local AMA Logs – Review logs for specific errors:
C:\ProgramData\AzureMonitorAgent\logs
If the VMs remain “Not Connected” after these checks, I recommend opening a support ticket with Microsoft for backend analysis of Azure Monitor.