Skip to content

Commit 04a4f97

Browse files
committed
More updates
1 parent b0f729d commit 04a4f97

24 files changed

+21
-21
lines changed

articles/event-grid/auth0-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To send Auth0 events to Azure:
2121
5. [Subscribe to events](#subscribe-to-events).
2222

2323

24-
[!INCLUDE [register-event-grid-provider](includes/register-event-grid-provider.md)]
24+
[!INCLUDE [register-provider](includes/register-provider.md)]
2525

2626
[!INCLUDE [authorize-verified-partner-to-create-topic](includes/authorize-verified-partner-to-create-topic.md)]
2727

articles/event-grid/handler-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See the following examples:
1818
| [Quickstart: Route custom events to Azure Event Hubs with Azure CLI](custom-event-to-eventhub.md) | Sends a custom event to an event hub for processing by an application. |
1919
| [Resource Manager template: Create an Event Grid custom topic and send events to an event hub](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.eventgrid/event-grid-event-hubs-handler)| A Resource Manager template that creates a subscription for a custom topic. It sends events to an Azure Event Hubs. |
2020

21-
[!INCLUDE [event-grid-message-headers](./includes/event-grid-message-headers.md)]
21+
[!INCLUDE [message-headers](./includes/message-headers.md)]
2222

2323

2424
## REST examples (for PUT)

articles/event-grid/handler-service-bus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ New-AzEventGridSubscription -ResourceGroup MyResourceGroup `
8484
You can also use the [`New-AzEventGridSystemTopicEventSubscription`](/powershell/module/az.eventgrid/new-azeventgridsystemtopiceventsubscription) command for system topics, and the [`New-AzEventGridPartnerTopicEventSubscription`](/powershell/module/az.eventgrid/new-azeventgridpartnertopiceventsubscription) command for partner topics.
8585

8686

87-
[!INCLUDE [event-grid-message-headers](./includes/event-grid-message-headers.md)]
87+
[!INCLUDE [message-headers](./includes/message-headers.md)]
8888

8989
When sending an event to a Service Bus queue or topic as a brokered message, the `messageid` of the brokered message is an internal system ID.
9090

File renamed without changes.
File renamed without changes.

articles/event-grid/includes/register-event-grid-provider.md renamed to articles/event-grid/includes/register-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ In the Azure portal, do the following steps:
2121
1. Search for **Microsoft.EventGrid**, and select it in the provider list.
2222
1. Select **Register** on the command bar.
2323

24-
:::image type="content" source="./media/register-event-grid-provider/register-event-grid-provider.png" alt-text="Image showing the registration of Microsoft.EventGrid provider with the Azure subscription.":::
24+
:::image type="content" source="./media/register-provider/register-provider.png" alt-text="Image showing the registration of Microsoft.EventGrid provider with the Azure subscription.":::
2525
1. Refresh to make sure the status of **Microsoft.EventGrid** is changed to **Registered**.
2626

27-
:::image type="content" source="./media/register-event-grid-provider/event-grid-registered.png" alt-text="Image showing the successful registration of Microsoft.EventGrid provider with the Azure subscription.":::
27+
:::image type="content" source="./media/register-provider/event-grid-registered.png" alt-text="Image showing the successful registration of Microsoft.EventGrid provider with the Azure subscription.":::
2828

articles/event-grid/kubernetes/batch-event-delivery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
# Event Grid on Kubernetes - Batch event delivery
1212
Event Grid on Kubernetes with Azure Arc has support to deliver more than one event in a single delivery request. This feature makes it possible to increase the overall delivery throughput without having the HTTP per-request overheads. Batch event delivery is turned off by default and can be turned on using the event subscription configuration.
1313

14-
[!INCLUDE [event-grid-preview-feature-note.md](../includes/event-grid-preview-feature-note.md)]
14+
[!INCLUDE [preview-feature-note.md](../includes/preview-feature-note.md)]
1515

1616
> [!WARNING]
1717
> The maximum allowed duration to process each delivery request does not change, even though the event handler code potentially has to do more work per batched request. Delivery timeout defaults to 60 seconds.

articles/event-grid/kubernetes/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
# Event Grid on Kubernetes - Concepts
1212
This article describes the main concepts in Event Grid on Kubernetes with Azure Arc (Preview).
1313

14-
[!INCLUDE [event-grid-preview-feature-note.md](../includes/event-grid-preview-feature-note.md)]
14+
[!INCLUDE [preview-feature-note.md](../includes/preview-feature-note.md)]
1515

1616
## Events
1717
An event is a data record that announces a fact about the operation of a software system. Typically, an event announces a state change because of a signal raised by the system or a signal observed by the system. Events contain two types of information:

0 commit comments

Comments
 (0)