Skip to content

Commit d540956

Browse files
committed
minor update
1 parent 0c8631e commit d540956

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/system-topics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ ms.author: spelluru
1111
---
1212

1313
# System topics in Azure Event Grid
14-
This article describes **system topics** in Azure Event Grid.
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.
1515

1616
## Overview
1717
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.
1818

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.
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.
2020

2121
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.
2222

2323
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.
2424

25-
When you try to delete the resource with the storage account, you will see the system topic in the list of affected resources.
25+
When you try to delete the resource with the storage account, you'll see the system topic in the list of affected resources.
2626

2727
![Delete resource group](./media/system-topics/delete-resource-group.png)
2828

0 commit comments

Comments
 (0)