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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,20 @@ ms.author: spelluru
14
14
This article describes **system topics** in Azure Event Grid.
15
15
16
16
## 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.
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.
18
18
19
-
System topic is not applicable for custom topic scenarios, that is, Event Grid topics and Event Grid domains. This resource is introduced to improve the metrics and diagnostic logs experience for Azure Event resources. This will improve search experience for system topics.
19
+
System topic isn't applicable to custom topic scenarios, that is, Event Grid topics and Event Grid domains. This resource is introduced to improve the metrics and diagnostic logs experience for Azure event resources. This will improve search experience for system topics.
20
20
21
21
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.
22
22
23
23
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.
24
24
25
+
When you try to delete the resource with the storage account, you will see the system topic in the list of affected resources.
0 commit comments