Skip to content

Commit a6b677c

Browse files
System topic for subscription
Faced below conflict error while updating subscription level EG system topic when choose the different RG and it's not documentation that user can create only one system topic per source. { "error": { "code": "InvalidRequest", "message": "There is an existing tracked system topic for the given source /subscriptions/b86ccb78-d0cc-4c55-ba7d-80fee998dd7f. Only one system topic is allowed per source." } }
1 parent 4460d14 commit a6b677c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/event-grid/system-topics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ In the past, a system topic was implicit and wasn't exposed for simplicity. Syst
2626
- Set up alerts on publish and delivery failures
2727

2828
> [!NOTE]
29-
> Azure Event Grid creates a system topic resource in the same Azure subscription that has the event source. For example, if you create a system topic for a storage account *ContosoStorage* in an Azure subscription *ContosoSubscription*, Event Grid creates the system topic in the *ContosoSubscription*. It's not possible to create a system topic in an Azure subscription that's different from the event source's Azure subscription.
29+
> - Only one Azure Event Grid system topic is allowed per source (like Subscription, Resource Group, etc.).
30+
> - Resource Group is required for Subscription level Event Grid system topic and cannot be changed until deleted/moved to another subscription.
31+
> - Azure Event Grid creates a system topic resource in the same Azure subscription that has the event source. For example, if you create a system topic for a storage account *ContosoStorage* in an Azure subscription *ContosoSubscription*, Event Grid creates the system topic in the *ContosoSubscription*. It's not possible to create a system topic in an Azure subscription that's different from the event source's Azure subscription.
3032
3133
## Lifecycle of system topics
3234
You can create a system topic in two ways:

0 commit comments

Comments
 (0)