Internal Server Error when creating/updating Event Grid Scoped Event Subscription

Reidan Beachill 0 Reputation points
2025-08-11T11:40:48.91+00:00

Details: I am encountering an internal server error when trying to create or update a scoped Event Grid event subscription via Terraform.

Scope: /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.EventGrid/topics/<event-grid-topic-name>

Location: uksouth

API Response Snippet:

 {
  "status": "Failed",
  "error": {
    "code": "Internal error",
    "message": "The operation failed due to an internal server error. The initial state of the impacted resources (if any) are restored. Please try again in few minutes. If error still persists, report 70094c54-7495-4e3d-baf7-cdfd900aebf1:8/11/2025 10:37:45 AM (UTC) to our forums for assistance or raise a support ticket."
  }
}

The failure occurs consistently despite multiple retries. Can you confirm if there is a known service issue in UK South or advise how to resolve this?

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Harish Badijana 40 Reputation points Microsoft External Staff Moderator
    2025-08-12T12:06:58.0366667+00:00

    @Reidan Beachill The error you mentioned is consistent with a known issue affecting Terraform deployments of Event Grid subscriptions in UK South. This error is not caused by misconfiguration but appears to be a backend service issue.

    To avoid this failure to occur consistently despite multiple retries:

    Retry with Delay: Although you've already tried this, Microsoft suggests retrying after a few minutes due to transient backend failures.

    Use Azure CLI or Portal: If Terraform consistently fails, try creating the subscription manually via Azure CLI or the Portal to isolate whether the issue is Terraform-specific.

    Check Role Assignments: Ensure the identity used by Terraform has the correct permissions on the Event Grid Topic. Misconfigured access can cause delivery failures.

    Raise a Support Ticket: Include the correlation ID and timestamp in your support request. This will help Microsoft trace the backend logs.

    I hope this helps in resolving the issue, do let me know if you have any further questions on this

    0 comments No comments

Your answer

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