Skip to content

Commit 7342335

Browse files
authored
Merge pull request #82397 from Tbohunek/egridsystopic
Update EventGris System Topics creation failure
2 parents 611b35c + b35821e commit 7342335

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/event-grid/system-topics.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@ You can create a system topic in two ways:
5252

5353
When you use [CLI](create-view-manage-system-topics-cli.md), [REST](/rest/api/eventgrid/version2020-06-01/eventsubscriptions/createorupdate), or [Azure Resource Manager template](create-view-manage-system-topics-arm.md), you can choose either of the above methods. We recommend that you create a system topic first and then create a subscription on the topic, as this is the latest way of creating system topics.
5454

55+
### Failure to create system topics
5556
The system topic creation fails if you have set up Azure policies in such a way that the Event Grid service can't create it. For example, you may have a policy that allows creation of only certain types of resources (for example: Azure Storage, Azure Event Hubs, etc.) in the subscription.
5657

58+
In such cases, event flow functionality is preserved. However, metrics and diagnostic functionalities of system topics will be unavailable.
59+
60+
If you require this functionality, allow creation of resources of the system topic type, and create the missing system topic as described in the [Lifecycle of system topics](#lifecycle-of-system-topics) section.
61+
5762
## Location and resource group for a system topic
5863
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.
5964

0 commit comments

Comments
 (0)