Skip to content

Commit 263e9d1

Browse files
Merge pull request #245727 from spelluru/egridpreview0720
added preview & preview note to Event Grid V2 articles
2 parents 48205d6 + 9754b45 commit 263e9d1

36 files changed

+146
-59
lines changed

articles/event-grid/concepts-pull-delivery.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This article describes the main concepts related to the new resource model that
1212
> [!NOTE]
1313
> For Event Grid concepts related to push delivery exclusively used in custom, system, partner, and domain topics, see this [concepts](concepts.md) article.
1414
15+
[!INCLUDE [pull-preview-note](./includes/pull-preview-note.md)]
16+
1517
## Events
1618

1719
An event is the smallest amount of information that fully describes something that happened in a system. Every event has common information like `source` of the event, `time` the event took place, and a unique identifier. Every event also has specific information that is only relevant to the specific type of event. For example, an event about a new file being created in Azure Storage has details about the file, such as the `lastTimeModified` value. An Event Hubs event has the `URL` of the Capture file. An event about a new order in your Orders microservice may have an `orderId` attribute and a `URL` attribute to the order’s state representation.

articles/event-grid/create-view-manage-event-subscriptions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.date: 05/24/2023
88
---
99

1010
# Create, view, and manage event subscriptions in namespace topics
11+
This article shows you how to create, view, and manage event subscriptions to namespace topics in Azure Event Grid.
12+
13+
[!INCLUDE [pull-preview-note](./includes/pull-preview-note.md)]
1114

1215
## Create an event subscription
1316

articles/event-grid/create-view-manage-namespace-topics.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.date: 05/23/2023
99
---
1010

1111
# Create, view, and manage namespace topics
12+
This article shows you how to create, view, and manage namespace topics in Azure Event Grid.
13+
14+
[!INCLUDE [pull-preview-note](./includes/pull-preview-note.md)]
1215

1316
## Create a namespace topic
1417

articles/event-grid/create-view-manage-namespaces.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.date: 05/23/2023
1212

1313
A namespace in Azure Event Grid is a logical container for one or more topics, clients, client groups, topic spaces and permission bindings. It provides a unique namespace, allowing you to have multiple resources in the same Azure region. With an Azure Event Grid namespace you can group now together related resources and manage them as a single unit in your Azure subscription.
1414

15+
[!INCLUDE [mqtt-pull-preview-note](./includes/mqtt-pull-preview-note.md)]
16+
1517
This article shows you how to use the Azure portal to create, view and manage an Azure Event Grid namespace.
1618

1719
## Create a namespace

articles/event-grid/custom-disaster-recovery-client-side.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ The following table illustrates the client-side failover and geo disaster recove
2525
| Partner Namespaces | Supported | Not supported |
2626
| Namespaces | Supported | Not supported |
2727

28+
29+
[!INCLUDE [mqtt-pull-preview-note](./includes/mqtt-pull-preview-note.md)]
30+
2831
## Client-side failover considerations
2932

3033
1. Create and configure your **primary** Event Grid resource.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: event-grid
5+
author: spelluru
6+
ms.service: event-grid
7+
ms.topic: include
8+
ms.date: 07/20/2023
9+
ms.author: spelluru
10+
ms.custom: include file
11+
---
12+
13+
> [!IMPORTANT]
14+
> The MQTT Messaging feature is currently in PREVIEW.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: event-grid
5+
author: spelluru
6+
ms.service: event-grid
7+
ms.topic: include
8+
ms.date: 07/20/2023
9+
ms.author: spelluru
10+
ms.custom: include file
11+
---
12+
13+
> [!IMPORTANT]
14+
> The MQTT Messaging and Pull Delivery features are currently in PREVIEW.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: event-grid
5+
author: spelluru
6+
ms.service: event-grid
7+
ms.topic: include
8+
ms.date: 07/20/2023
9+
ms.author: spelluru
10+
ms.custom: include file
11+
---
12+
13+
> [!IMPORTANT]
14+
> The Pull Delivery feature is currently in PREVIEW.

articles/event-grid/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ landingContent:
3434
- text: MQTT Messaging
3535
url: mqtt-overview.md
3636
# Card
37-
- title: MQTT messaging
37+
- title: MQTT messaging (Preview)
3838
linkLists:
3939
- linkListType: overview
4040
links:
@@ -102,7 +102,7 @@ landingContent:
102102
url: onboard-partner.md
103103

104104
# Card
105-
- title: Pull delivery
105+
- title: Pull delivery (Preview)
106106
linkLists:
107107
- linkListType: concept
108108
links:

articles/event-grid/monitor-mqtt-delivery-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.date: 05/23/2023
99
# Monitor data reference for Azure Event Grid's MQTT delivery
1010
This article provides a reference of log and metric data collected to analyze the performance and availability of Azure Event Grid's MQTT delivery.
1111

12+
[!INCLUDE [mqtt-preview-note](./includes/mqtt-preview-note.md)]
13+
1214
## Metrics
1315

1416
| Metric | Display name | Unit | Aggregation | Description | Dimensions |

0 commit comments

Comments
 (0)