Skip to content

Commit ebec727

Browse files
committed
Freshness
1 parent 6e21966 commit ebec727

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

articles/event-grid/create-custom-topic.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create an Azure Event Grid topic or a domain
33
description: This article shows how to create an Event Grid topic or domain.
4-
ms.date: 07/21/2022
4+
ms.date: 01/31/2024
55
ms.topic: how-to
66
ms.custom: mode-ui
77
---
@@ -18,9 +18,9 @@ If you're new to Azure Event Grid, read through [Event Grid overview](overview.m
1818
An Event Grid topic provides a user-defined endpoint that you post your events to.
1919

2020
1. Sign in to [Azure portal](https://portal.azure.com/).
21-
2. In the search bar at the top, type **Event Grid Topics**, and then select **Event Grid Topics** from the drop-down list. If you are create a domain, search for **Event Grid Domains**.
21+
2. In the search bar at the top, type **Event Grid Topics**, and then select **Event Grid Topics** from the drop-down list. To create a domain, search for **Event Grid Domains**.
2222

23-
:::image type="content" source="./media/custom-event-quickstart-portal/select-topics.png" alt-text="Screenshot showing the Azure port search bar to search for Event Grid topics.":::
23+
:::image type="content" source="./media/custom-event-quickstart-portal/select-topics.png" lightbox="./media/custom-event-quickstart-portal/select-topics.png" alt-text="Screenshot showing the Azure port search bar to search for Event Grid topics.":::
2424
3. On the **Event Grid Topics** or **Event Grid Domains** page, select **+ Create** on the toolbar.
2525

2626
:::image type="content" source="./media/custom-event-quickstart-portal/create-topic-button.png" alt-text="Screenshot showing the Create Topic button on Event Grid topics page.":::
@@ -30,7 +30,7 @@ On the **Basics** page of **Create Topic** or **Create Event Grid Domain** wizar
3030

3131
1. Select your Azure **subscription**.
3232
2. Select an existing resource group or select **Create new**, and enter a **name** for the **resource group**.
33-
3. Provide a unique **name** for the custom topic or domain. The name must be unique because it's represented by a DNS entry. Don't use the name shown in the image. Instead, create your own name - it must be between 3-50 characters and contain only values a-z, A-Z, 0-9, and "-".
33+
3. Provide a unique **name** for the custom topic or domain. The name must be unique because it's represented by a Domain Name System (DNS) entry. Don't use the name shown in the image. Instead, create your own name - it must be between 3-50 characters and contain only values a-z, A-Z, 0-9, and "-".
3434
4. Select a **location** for the Event Grid topic or domain.
3535
1. Select **Next: Networking** at the bottom of the page to switch to the **Networking** page.
3636

@@ -39,7 +39,7 @@ On the **Basics** page of **Create Topic** or **Create Event Grid Domain** wizar
3939
## Networking page
4040
On the **Networking** page of the **Create Topic** or **Create Event Grid Domain** wizard, follow these steps:
4141

42-
1. If you want to allow clients to connect to the topic or domain endpoint via a public IP address, keep the **Public access** option selected.
42+
1. If you want to allow clients to connect to the topic or domain endpoint via a public IP address, keep the **Public access** option selected. You can restrict the access to specific IP addresses or IP address range.
4343

4444
:::image type="content" source="./media/configure-firewall/networking-page-public-access.png" alt-text="Screenshot showing the selection of Public access option on the Networking page of the Create topic wizard.":::
4545
1. To allow access to the topic or domain via a private endpoint, select the **Private access** option.
@@ -62,6 +62,9 @@ On the **Security** page of the **Create Topic** or **Create Event Grid Domain*
6262
1. To disable local authentication, select **Disabled**. When you do it, the topic or domain can't be accessed using accesskey and SAS authentication, but only via Microsoft Entra authentication.
6363

6464
:::image type="content" source="./media/authenticate-with-microsoft-entra-id/create-topic-disable-local-auth.png" alt-text="Screenshot showing the Advanced tab of Create Topic page when you can disable local authentication.":::
65+
1. Configure the minimum required Transport Layer Security (TLS) version. For more information, see [Configure minimum TLS version](transport-layer-security-configure-minimum-version.md).
66+
67+
:::image type="content" source="./media/authenticate-with-microsoft-entra-id/configure-transport-layer-security-version.png" alt-text="Screenshot showing the Advanced tab of Create Topic page when you can select the minimum TLS version.":::
6568
1. Select **Advanced** at the bottom of the page to switch to the **Advanced** page.
6669

6770
## Advanced page
@@ -72,13 +75,13 @@ On the **Security** page of the **Create Topic** or **Create Event Grid Domain*
7275

7376
:::image type="content" source="./media/create-custom-topic/data-residency.png" alt-text="Screenshot showing the Data residency section of the Advanced page in the Create Topic wizard.":::
7477

75-
The **Cross-Geo** option allows Microsoft-initiated failover to the paired region in case of a region failure. For more information, see [Server-side geo disaster recovery in Azure Event Grid](geo-disaster-recovery.md). Microsoft-initiated failover is exercised by Microsoft in rare situations to fail over Event Grid resources from an affected region to the corresponding geo-paired region. This process doesn't require an intervention from user. Microsoft reserves right to make a determination of when this path will be taken. The mechanism doesn't involve a user consent before the user's topic or domain is failed over. For more information, see [How do I recover from a failover?](./faq.yml).
78+
The **Cross-Geo** option allows Microsoft-initiated failover to the paired region when there's a region failure. For more information, see [Server-side geo disaster recovery in Azure Event Grid](geo-disaster-recovery.md). Microsoft-initiated failover is exercised by Microsoft in rare situations to fail over Event Grid resources from an affected region to the corresponding geo-paired region. This process doesn't require an intervention from user. Microsoft reserves right to make a determination of when this path will be taken. The mechanism doesn't involve a user consent before the user's topic or domain is failed over. For more information, see [How do I recover from a failover?](./faq.yml).
7679

77-
If you select the **Regional** option, you may define your own disaster recovery plan.
80+
If you select the **Regional** option, you can define your own disaster recovery plan.
7881
3. Select **Next: Tags** to move to the **Tags** page.
7982

8083
## Tags page
81-
The **Tags** page has no fields that are specific to Event Grid. You can assign a tag (name-value pair) as you do for any other Azure resource. Select **Next: Review + create** to switch to the **Review + create** page.
84+
The **Tags** page has no fields that are specific to Event Grid. You can assign a tag (name-value pair) as you do for any other Azure resource. Select **Next: Review + create** to switch to the **Review + create** page.
8285

8386
## Review + create page
8487
On the **Review + create** page, review all your settings, confirm the validation succeeded, and then select **Create** to create the topic or the domain.
63.4 KB
Loading
-8.19 KB
Loading
742 Bytes
Loading
9.54 KB
Loading

0 commit comments

Comments
 (0)