Azure Communication Services Email resource stuck in Deleting after AsyncOperationTimedOut

Siddhant S Mishrikoti 0 Reputation points
2026-08-25T14:11:52.92+00:00

I am trying to set up Azure Communication Services Email on a Pay-As-You-Go subscription.

Resource:

ecs-qualis40

Resource type:

Microsoft.Communication/emailServices

Resource group:

rg-qualis40-prod

Subscription:

Pay-As-You-Go

Resource ID:

/subscriptions/268b56ec-e1d6-4695-9ae8-aac1728b7ab8/resourceGroups/rg-qualis40-prod/providers/Microsoft.Communication/emailServices/ecs-qualis40

Configuration:

Location: Global

Data location: United States

The Email Communication Services resource creation initially remained in "Accepted" state and eventually failed with:

AsyncOperationTimedOut

Operation ID:

d16d1d41-0c56-4856-92b2-eb40beac9454*A74C7BE0166562A9D3257A48A68DA53EBD35E2186F5D862998867A537C573450

Resource provisioning state is now:

Deleting

I attempted to delete the resource through:

  1. Azure Portal
  2. Azure CLI

The delete operation hangs/fails.

Azure CLI currently reports:

az communication email show

provisioningState: Deleting

az communication email list

provisioningState: Deleting

The current Azure identity is:

******@datalyzerint.com

This identity has Owner role at the subscription level.

There are no RBAC permission issues.

Please help clear the stuck Email Communication Services resource from the subscription so I can recreate it.

No email domain has been configured and no emails have been sent.

Azure Communication Services

1 answer

Sort by: Most helpful
  1. Allan Solomon Mejia 6,240 Reputation points
    2026-08-25T19:24:43.2+00:00

    Hi @Siddhant S Mishrikoti

    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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.