An Azure communication platform for deploying applications across devices and platforms.
Azure Communication Services email metrics are emitted from the Metrics tab of the Communication Services resource, so the chart being empty usually means either no metric data was emitted in the selected time range, the selected range is too narrow, or access/registration issues are blocking metric visibility.
Try this in order:
- Widen the time range
- In Metrics, change the chart time range to Last 30 days.
- Use a larger time granularity or leave it on Automatic time granularity.
- Some resources emit metrics only when activity occurs, so a narrow window can show a blank chart even when email is working.
- Verify the chart range is not exceeding display limits
- A single Azure metrics chart shows no more than 30 days of data.
- Most metrics are stored for 93 days, but if the selected start/end dates exceed a 30-day interval, the chart can appear blank or partial.
- Confirm the resource is actually emitting metrics in that period
- Azure Communication Services provides metrics for its primitives, and they are available under the Metrics tab of the Communication Services resource.
- If email traffic occurred only outside the selected range, the chart will show no data.
- Check subscription registration
- Go to Subscriptions → Resource providers.
- Verify Microsoft.Insights is registered for the subscription.
- Metrics exploration requires this provider.
- Check access rights
- Azure RBAC controls access to metrics.
- Ensure the account has at least Monitoring Reader or Monitoring Contributor on the resource.
- If the chart shows a sudden recent drop only in the last few minutes, wait and refresh
- Azure Monitor can show partial or incomplete recent data points before processing finishes.
- This can look like a drop or missing values for the most recent minutes.
- Use diagnostic logs as a cross-check
- In the Communication Services resource, configure Diagnostic settings and send logs to a Log Analytics workspace.
- For email scenarios, enable:
- Email Service Delivery Status Update Logs
- Email Service Send Mail logs
- Email Service User Engagement Logs
- This helps confirm email activity even when the Metrics chart is empty.
If metrics were visible a few days ago and then stopped with no configuration change, there is also precedent for Azure Monitor backend regressions where metric emission stopped temporarily and later recovered without customer action.