Skip to content

Commit 0f23c10

Browse files
committed
Updated
1 parent b83456e commit 0f23c10

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

articles/event-grid/system-topics.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,21 @@ ms.author: spelluru
1313
# System topics in Azure Event Grid
1414
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

16+
> [!NOTE]
17+
> This feature is currently not enabled for Azure Government cloud.
18+
1619
## 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.
1823

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

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

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

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

0 commit comments

Comments
 (0)