Skip to content

Commit 0c8631e

Browse files
committed
update
1 parent 5c85342 commit 0c8631e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
33 KB
Loading

articles/event-grid/system-topics.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,20 @@ ms.author: spelluru
1414
This article describes **system topics** in Azure Event Grid.
1515

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

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.
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.
26+
27+
![Delete resource group](./media/system-topics/delete-resource-group.png)
2528

2629
## Next steps
30+
See the following articles:
2731

28-
* For an introduction to Event Grid, see [About Event Grid](overview.md).
29-
* To quickly get started using Event Grid, see [Create and route custom events with Azure Event Grid](custom-event-quickstart.md).
32+
- [Custom topics](event-sources.md#custom-topics)
33+
- [Domains](event-domains.md)

0 commit comments

Comments
 (0)