Skip to content

Commit 3df7220

Browse files
authored
Merge pull request #107914 from spelluru/egridsystemtopic0316
system topics
2 parents a4f15ef + f473b40 commit 3df7220

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed
33 KB
Loading

articles/event-grid/system-topics.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: System topics in Azure Event Grid
3+
description: Describes system topics in Azure Event Grid.
4+
services: event-grid
5+
author: spelluru
6+
7+
ms.service: event-grid
8+
ms.topic: conceptual
9+
ms.date: 03/16/2020
10+
ms.author: spelluru
11+
---
12+
13+
# 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.
15+
16+
> [!NOTE]
17+
> This feature is currently not enabled for Azure Government cloud.
18+
19+
## Overview
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.
23+
24+
## Location
25+
For Azure event sources that are in a specific region/location, system topic is created in the same location as the Azure event source. For example, if you create an event subscription for an Azure blob storage in East US, the system topic is created in East US. For global Azure event sources such as Azure subscriptions, resource groups, or Azure Maps, Event Grid creates the system topic in **global** location.
26+
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.
29+
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.
31+
32+
![Delete resource group](./media/system-topics/delete-resource-group.png)
33+
34+
## Next steps
35+
See the following articles:
36+
37+
- [Custom topics](event-sources.md#custom-topics)
38+
- [Domains](event-domains.md)

articles/event-grid/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
items:
9999
- name: Event Grid concepts
100100
href: concepts.md
101+
- name: System topics
102+
href: system-topics.md
101103
- name: Security
102104
items:
103105
- name: Authentication

0 commit comments

Comments
 (0)