Hi Nauman Sheikh,
The main issue is that User Engagement Tracking isn’t supported for Azure Managed Domains or custom domains with default sending limits. This limitation is what’s preventing tracking from being enabled, no matter which domain you use.
Please follow the steps below.
Step 1: Check Your Current Email Sending Limits
- Navigate to your Azure Communication Services Email resource in the Azure portal
- Go to "Provision Domains" and check your domain configuration
- Look for any indication of "default sending limits" being applied to your domain
Service limits for Azure Communication Services - Email
Step 2: Request Quota Increase
You need to request an increase in your email sending quota to remove the default sending limits. Here's how:
- Submit a Support Request:
- Go to Azure Portal → Support → New Support Request
- Issue Type: "Service and subscription limits (quotas)"
- Quota Type: "Communication Services"
- Specify that you need to increase email sending limits to enable user engagement tracking
Quota increase for email domains
Please follow the detailed steps provided by TP, which will direct to the right direction. https://learn.microsoft.com/en-us/answers/questions/2277261/increase-email-quota-azure-communication-services
Step 3: Enable User Engagement Tracking (Once Quota is Increased)
After your quota increase is approved:
- Go to your Email Communication Service resource
- Navigate to "Provision Domains"
- Click on your domain (whether default or custom)
- You should now see the option to "Turn On" User Interaction Tracking
- Click "Turn On" and confirm
Enable user engagement tracking
Step 4: Verify Tracking is Working
- Use HTML format when sending test emails (tracking won’t work with plain text).
- Make sure links are correctly formatted, for example:
<a href="https://www.example.com">Link Text</a>
- Check the
ACSEmailUserEngagementOperational
table in your Log Analytics workspace for tracking data (may take 10–30 minutes to show up).
Azure Communication Services Email logs
Please accept as "Yes" if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.
Let me know if you have any further Queries.