Skip to content

Commit 5c85342

Browse files
committed
system topics
1 parent 372e79f commit 5c85342

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

articles/event-grid/system-topics.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
This article describes **system topics** in Azure Event Grid.
15+
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.
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.
20+
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+
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+
25+
26+
## Next steps
27+
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).

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)