An Azure communication platform for deploying applications across devices and platforms.
The fact that the AsyncOperationTimedOut message occurs together with the Email Communication Services resource showing a provisioningState of Deleting shows that the Azure Resource Manager operation did not succeed on the service side; and as the resource is already indicating that its provisioning state is Deleting, it is very unlikely that carrying out the delete command again will fix the problem.
Your configuration seems valid, since Microsoft lists Email Communication Service resources as using Global for the resource location with a supported data location such as the United States, which is the case in your deployment.
At this stage, I recommend:
- Check the Resource Group under Deployments and review the failed Email Communication Service deployment and its operation details.
- Look in the Activity Log for Microsoft.Communication/emailServices/delete or similar failures and note the correlation or operation ID.
- If the resource is still in the Deleting state, you should open an Azure Support request in the Azure Communication Services / Email section and include the Resource ID, the AsyncOperationTimedOut error, the Operation ID, and the Activity Log correlation ID.
Since the resource provider controls the backend provisioning state, a resource that remains indefinitely in the Deleting state will need Microsoft support to clear the backend resource before you can recreate it.
Sharing these references with you:
Create and manage Email Communication Service resources
Azure Communication Services Email documentation
Please "Accept the Answer" if this information helped you. This will help us and others in the community.