You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/create-view-manage-system-topics.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,18 @@ This article shows you how to create and manage system topics using the Azure po
11
11
## Create a system topic
12
12
You can create a system topic for an Azure resource (Storage account, Event Hubs namespace, etc.) in two ways:
13
13
14
-
- Using the **Events** page of a resource, for example, Storage Account or Event Hubs Namespace. When you use the **Events** page in the Azure portal to create an event subscription for an event raised by an Azure source (for example: Azure Storage account), the portal creates a system topic for the Azure resource and then creates a subscription for the system topic. You specify the name of the system topic if you're creating an event subscription on the Azure resource for the first time. From the second time onwards, the system topic name is displayed for you in the read-only mode. See [Quickstart: Route Blob storage events to web endpoint with the Azure portal](blob-event-quickstart-portal.md#subscribe-to-the-blob-storage) for detailed steps.
15
-
- Using the **Event Grid System Topics** page. The following steps are for creating a system topic using the **Event Grid System Topics** page.
14
+
- Using the **Events** page of a resource, for example, Storage Account or Event Hubs Namespace. Event Grid automatically creates a system topic for you in this case.
15
+
16
+
When you use the **Events** page in the Azure portal to create an event subscription for an event raised by an Azure source (for example: Azure Storage account), the portal creates a system topic for the Azure resource and then creates a subscription for the system topic. You specify the name of the system topic if you're creating an event subscription on the Azure resource for the first time. From the second time onwards, the system topic name is displayed for you in the read-only mode. See [Quickstart: Route Blob storage events to web endpoint with the Azure portal](blob-event-quickstart-portal.md#subscribe-to-the-blob-storage) for detailed steps.
17
+
- Using the **Event Grid System Topics** page. You create a system topic manually in this case by using the following steps.
16
18
17
19
1. Sign in to [Azure portal](https://portal.azure.com).
18
20
2. In the search box at the top, type **Event Grid System Topics**, and then press **ENTER**.
19
21
20
-

21
-
3. On the **Event Grid System Topics** page, select **+ Add** on the toolbar.
22
+
:::image type="content" source="./media/create-view-manage-system-topics/search-system-topics.png" alt-text="Screenshot that shows the Azure portal with Event Grid System Topics in the search box.":::
23
+
3. On the **Event Grid System Topics** page, select **+ Create** on the toolbar.
22
24
23
-

25
+
:::image type="content" source="./media/create-view-manage-system-topics/add-system-topic-menu.png" alt-text="Screenshot that shows in the Event Grid System Topics page with the Create button selected.":::
24
26
4. On the **Create Event Grid System Topic** page, do the following steps:
25
27
1. Select the **topic type**. In the following example, **Storage Accounts** option is selected.
26
28
2. Select the **Azure subscription** that has your storage account resource.
|**Namespaces-GetNamespaceAsync** <br/>[Service Bus Get Namespace](/rest/api/servicebus/get-namespace)<br/>[Event Hubs Get Namespace](/rest/api/eventhub/get-event-hub)<br/>[Relay Get Namespace](/rest/api/servicebus/get-relays)<br/> ```GET https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/{namespace name}```|[get](/rest/api/servicebus/controlplane-stable/namespaces/get)|[get](/rest/api/eventhub/controlplane-stable/namespaces/get)|[get](/rest/api/relay/controlplane-preview/namespaces/get)|
|**NamespaceProperties-GetNamespacePropertiesAsync**<br/>[Service Bus Get Namespace](/rest/api/servicebus/get-namespace)<br/>[Event Hubs Get Namespace](/rest/api/eventhub/get-event-hub)<br/>[Relay Get Namespace](/rest/api/servicebus/get-relays)<br/>```GET https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/{namespace name}```|[get](/rest/api/servicebus/controlplane-stable/namespaces/get)|[get](/rest/api/eventhub/controlplane-stable/namespaces/get)|[get](/rest/api/relay/controlplane-preview/namespaces/get)|
37
37
|**RegionCodes-GetRegionCodesAsync**<br/>Service Bus/EventHub/Relay Get Namespace<br/>```GET https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/{namespace name}```| | | |
0 commit comments