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
Copy file name to clipboardExpand all lines: articles/event-grid/system-topics.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,21 @@ ms.author: spelluru
13
13
# System topics in Azure Event Grid
14
14
The Azure Event Grid service creates system topics when you create a first event subscription for an Azure event source. This article describes **system topics** in Azure Event Grid.
15
15
16
+
> [!NOTE]
17
+
> This feature is currently not enabled for Azure Government cloud.
18
+
16
19
## Overview
17
-
When you create first event subscription for an Azure event source such as Azure Storage account, the event subscription provisioning process creates an additional resource of type **Microsoft.EventGrid/systemTopics** in the same resource group that has the Azure event source. When the last event subscription to the Azure event source is deleted, the system topic resource is also automatically deleted.
20
+
When you create first event subscription for an Azure event source such as Azure Storage account, provisioning process for the subscription creates an additional resource of type **Microsoft.EventGrid/systemTopics**. When the last event subscription to the Azure event source is deleted, the system topic is automatically deleted.
21
+
22
+
System topic isn't applicable to custom topic scenarios, that is, Event Grid topics and Event Grid domains.
18
23
19
-
System topic isn't applicable to custom topic scenarios, that is, Event Grid topics and Event Grid domains. This will improve the search experience.
24
+
## Location
25
+
For regional Azure event sources such as Storage account, system topic is created in the same region/location as the Azure event source. For global Azure event sources such as Azure subscriptions, resource groups or Azure Maps, Event Grid creates the system topic in **global** location.
20
26
21
-
## Location and resource group
22
-
For regional Azure event sources such as Storage account, system topic is created in the same location as the Azure event source. For global Azure event sources such as Azure subscriptions, resource groups or Azure Maps, system topic is created in **global** location. This feature is currently not enabled for Azure Gov cloud.
23
-
24
-
For event subscriptions created at Azure subscription scope, system topic is created under the resource group **Default-EventGrid**. If the resource group doesn't exist, Azure Event Grid creates it before creating the system topic.
27
+
## Resource group
28
+
In general, system topic is created in the same resource group that the Azure event source is in. For event subscriptions created at Azure subscription scope, system topic is created under the resource group **Default-EventGrid**. If the resource group doesn't exist, Azure Event Grid creates it before creating the system topic.
25
29
26
-
When you try to delete the resource with the storage account, you'll see the system topic in the list of affected resources.
30
+
When you try to delete the resource group with the storage account, you'll see the system topic in the list of affected resources.
0 commit comments