Skip to content

Commit d476dd4

Browse files
authored
Merge pull request #267597 from spelluru/egridmqtt0228
Use namespace topics in MQTT quickstarts and tutorials
2 parents f17dab4 + 12acbf2 commit d476dd4

32 files changed

+420
-20
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Enable identity for an Event Grid namespace - portal
3+
description: This article shows you how to enable a managed identity for an Event Grid namespace in the Azure portal.
4+
services: event-grid
5+
author: spelluru
6+
ms.service: event-grid
7+
ms.topic: include
8+
ms.date: 02/29/2024
9+
ms.author: spelluru
10+
ms.custom: include file
11+
---
12+
13+
## Enable managed identity for the Event Grid namespace
14+
15+
1. On the **Event Grid Namespace** page, select **Identity** under **Settings** on the left menu.
16+
1. Turn **on** the switch to enable a system-assigned managed identity.
17+
1. Select **Save** on the toolbar to save the setting.
18+
19+
:::image type="content" source="./media/enable-identity-portal/event-grid-enable-managed-identity.png" alt-text="Screenshot of a system-assigned identity page for an Event Grid namespace." lightbox="./media/enable-identity-portal/event-grid-enable-managed-identity.png":::
20+
1. Select **Yes** on the confirmation message.
21+
1. Confirm that you see the object ID of the system-assigned managed identity and see a link to assign roles.
22+
23+
:::image type="content" source="./media/enable-identity-portal/event-grid-enable-managed-identity-confirmation.png" alt-text="Screenshot that shows assigning identity to a namespace is completed." lightbox="./media/enable-identity-portal/event-grid-enable-managed-identity-confirmation.png":::
24+
25+
Check notifications in the portal to confirm that the managed identity is enabled for the namespace.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Enable MQTT broker for Event Grid namespace - portal
3+
description: This article shows you how to enable MQTT for an Event Grid namespace in the Azure portal.
4+
services: event-grid
5+
author: spelluru
6+
ms.service: event-grid
7+
ms.topic: include
8+
ms.date: 02/29/2024
9+
ms.author: spelluru
10+
ms.custom: include file
11+
---
12+
13+
## Enable MQTT broker for the Event Grid namespace
14+
15+
1. On the **Event Grid Namespace** page, select **Configuration** under **Settings** on the left menu.
16+
1. Select the check box next to **Enable MQTT broker**.
17+
1. Select **Apply** at the bottom of the page.
18+
19+
:::image type="content" source="./media/enable-mqtt-portal/enable-mqtt.png" alt-text="Screenshot showing Event Grid namespace configuration page to enable MQTT." lightbox="./media/enable-mqtt-portal/enable-mqtt.png":::
20+
21+
Check notifications in the portal to confirm that the MQTT broker is enabled for the namespace.

articles/event-grid/includes/event-grid-create-namespace-portal.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: include file
3-
description: include file
2+
title: Create Azure Event Grid namespace in the portal
3+
description: This article shows you how to create an Azure Event Grid namespace in the Azure portal.
44
services: event-grid
5-
author: sonalika-roy
5+
author: spelluru
66
ms.service: event-grid
77
ms.topic: include
8-
ms.date: 11/15/20223
9-
ms.author: sonalikaroy
8+
ms.date: 02/29/2024
9+
ms.author: spelluru
1010
ms.custom:
1111
- include file
1212
- ignite-2023
@@ -31,8 +31,6 @@ To create a namespace:
3131
1. Select an existing **resource group** or create a resource group.
3232
1. Enter a **name** for the namespace.
3333
1. Select the region or **location** where you want to create the namespace.
34-
1. If the selected region supports availability zones, the **Availability zones** checkbox can be enabled or disabled. The checkbox is selected by default if the region supports availability zones. However, you can uncheck and disable availability zones if needed. The selection cannot be changed once the namespace is created.
35-
1. Use the slider or text box to specify the number of **throughput units** for the namespace.
3634
1. Select **Review + create** at the bottom of the page.
3735

3836
:::image type="content" source="../media/create-view-manage-namespaces/create-namespace-basics-page.png" alt-text="Screenshot showing the Basics tab of Create namespace page.":::

articles/event-grid/includes/event-grid-create-namespace-topic-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: include file
3-
description: include file
2+
title: Create a namespace topic
3+
description: This article shows you how to create a topic in an Azure Event Grid namespace.
44
services: event-grid
5-
author: sonalika-roy
5+
author: spelluru
66
ms.service: event-grid
77
ms.topic: include
8-
ms.date: 05/30/20223
9-
ms.author: sonalikaroy
8+
ms.date: 02/29/2024
9+
ms.author: spelluru
1010
ms.custom: include file
1111
---
1212

60.5 KB
Loading
43.9 KB
Loading
58.4 KB
Loading
80.1 KB
Loading
51.1 KB
Loading
48.8 KB
Loading

0 commit comments

Comments
 (0)