An Azure communication platform for deploying applications across devices and platforms.
The AI answer on the thread is focused on general Azure Monitor troubleshooting, but it doesn’t address the real reason ACS Email metrics are often empty.
Azure Communication Services only emits email metrics when the application actually sends mail through the ACS Email service. If the app is using SMTP, Microsoft Graph, Exchange Online, SendGrid, or any other provider, ACS will show no activity because it isn’t delivering the mail.
Based on the screenshot you shared, if ACS Email were being used, you would see data points under “Email Service API Requests.” When the chart stays empty, it almost always means the mail is not going through ACS Email.
Diagnostic settings, RBAC permissions, time ranges, and Microsoft.Insights registration don’t affect ACS Email metrics. They only matter for logs or for other Azure resources.
If you can confirm that your app is using ACS Email and the metrics are still blank, there have been cases where the telemetry forwarder for a specific ACS resource became unhealthy and needed a backend restart. In that situation, sharing your ACS resource name, region, and the timestamps of the sent emails helps Microsoft check whether your resource is affected.
Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution.