You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure an event grid namespace with custom JWT authentication, tried multiple times with the same result:
azapi_update_resource.azurerm_eventgrid_namespace_this: Creating...
azapi_update_resource.azurerm_eventgrid_namespace_this: Still creating... [10s elapsed]
azapi_update_resource.azurerm_eventgrid_namespace_this: Still creating... [20s elapsed]
╷
│ Error: Failed to update resource
│
│ with azapi_update_resource.azurerm_eventgrid_namespace_this,
│ on main.tf line 91, in resource "azapi_update_resource" "azurerm_eventgrid_namespace_this":
│ 91: resource "azapi_update_resource" "azurerm_eventgrid_namespace_this" {
│
│ updating "Resource: (ResourceId \"/subscriptions/<removed>/resourceGroups/<removed>/providers/Microsoft.EventGrid/namespaces/<removed>\" / Api Version
│ \"2024-12-15-preview\")": PUT
│ https://management.azure.com/subscriptions/<removed>/resourceGroups/<removed>/providers/Microsoft.EventGrid/namespaces/<removed>
│ --------------------------------------------------------------------------------
│ RESPONSE 500: 500 Internal Server Error
│ ERROR CODE: InternalServerError
│ --------------------------------------------------------------------------------
│ {
│ "error": {
│ "code": "InternalServerError",
│ "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 f6e0d480-91d3-4e7f-9274-2a051e65093f:2/25/2025 5:29:29 PM (UTC) to our forums for assistance or raise a support ticket ."
│ }
│ }
│ --------------------------------------------------------------------------------
I'm trying to configure an event grid namespace with custom JWT authentication, tried multiple times with the same result:
Relevant configuration:
The text was updated successfully, but these errors were encountered: