Email communication service randomly returns timeout

Salah 0 Reputation points
2024-03-08T07:57:36.9333333+00:00

I send backend data to Azure Queue and from queue it is picked up by email communication service. The email communication service randomly returns timeout and hence Queue data is not able to process and landing into Dead Letter Queue after multiple attempt.

Any suggestion to prevent losing sending email?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
686 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ebraheem Al-Muneyeer (MSFT) 951 Reputation points Microsoft Employee
    2024-03-11T13:10:21.61+00:00

    Thank you for the confirmation. From the Azure portal (First screenshot), can you please open the browser developer tool and check the network traces for the actual error you get from the backend?

    You should be checking the POST request to your ACS resource; it should be something like "https://acs_resource_name.location.communication.azure.com/emails:send?api-version=2023-03-31"

    You can find more information about how to capture the browser logs here https://learn.microsoft.com/en-us/azure/azure-portal/capture-browser-trace

    0 comments No comments