Also having the same issue with the python "azure-communication-email" package.
"message": "Request body validation error. See property 'x-ms-acsemail-geoforward-acsarmresourceid'" Troubleshooting Guidance
Barry Gausden
55
Reputation points
I'm seeing the following error 50% of the time I send an email:
"message": "Request body validation error. See property 'x-ms-acsemail-geoforward-acsarmresourceid'"
The emails are sent from an Azure Function via the EmailClient provided by the @azure/communication-email
node package.
When the error appears on the client side, it returns Status 500 but the email is sent nonetheless.
I can't find any logs in the Azure Portal that might explain what's happening. Does anyone have suggestions on where to look?