Skip to content

Commit d4b723a

Browse files
committed
Acrolynx and Patten Compliance
1 parent 556ef19 commit d4b723a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/event-grid/post-to-custom-topic.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Post event to custom Azure Event Grid topic
3-
description: This article describes how to post an event to a custom topic using Azure PowerShell or Azure CLI. It shows the format of the post and event data.
4-
ms.topic: conceptual
3+
description: This article describes how to post an event to a custom topic. It shows the format of the post and event data.
4+
ms.topic: concept-article
55
ms.date: 06/18/2024
6+
#customer intent: As a developer, I want to know how to publish events to an Azure Event Grid custom topic
67
---
78

8-
# Publish events to Azure Event Grid custom topics using access keys using PowerShell and CLI
9+
# Publish events to Azure Event Grid custom topics using access keys
910

1011
This article describes how to post an event to a custom topic using an access key. It shows the format of the post and event data. The [Service Level Agreement (SLA)](https://azure.microsoft.com/support/legal/sla/event-grid/v1_0/) only applies to posts that match the expected format.
1112

@@ -20,7 +21,7 @@ When sending the HTTP POST to a custom topic, use the URI format: `https://<topi
2021
# [Azure portal](#tab/azure-portal)
2122
You can find the topic's endpoint on the **Overview** tab of the **Event Grid Topic** page in the Azure portal.
2223

23-
:::image type="content" source="./media/post-to-custom-topic/topic-endpoint.png" alt-text="Screenshot that shows the Event Grid Topic page on the Azure portal with the topic endpoint highlighted." lightbox="./media/post-to-custom-topic/topic-endpoint.png":::
24+
:::image type="content" source="./media/post-to-custom-topic/topic-endpoint.png" alt-text="Screenshot that shows the Event Grid topic page on the Azure portal with the topic endpoint highlighted." lightbox="./media/post-to-custom-topic/topic-endpoint.png":::
2425

2526
# [Azure CLI](#tab/azure-cli)
2627

@@ -43,7 +44,7 @@ In the request, include a header value named `aeg-sas-key` that contains a key f
4344
# [Azure portal](#tab/azure-portal)
4445
To get the access key for the custom topic, select **Access keys** tab on the **Event Grid Topic** page in the Azure portal.
4546

46-
:::image type="content" source="./media/post-to-custom-topic/custom-topic-access-keys.png" alt-text="Screenshot that shows the Access Keys tab of the Event Grid Topic page on the Azure portal." lightbox="./media/post-to-custom-topic/custom-topic-access-keys.png":::
47+
:::image type="content" source="./media/post-to-custom-topic/custom-topic-access-keys.png" alt-text="Screenshot that shows the Access Keys tab of the Event Grid topic page on the Azure portal." lightbox="./media/post-to-custom-topic/custom-topic-access-keys.png":::
4748

4849
# [Azure CLI](#tab/azure-cli)
4950

@@ -97,6 +98,7 @@ For example, a valid event data schema is:
9798
```
9899

99100
## Send the sample event
101+
This section shows how to send a sample event to the custom topic.
100102

101103
# [Azure portal](#tab/azure-portal)
102104

@@ -181,7 +183,7 @@ For errors, the message body has the following format:
181183
}
182184
```
183185

184-
## Next steps
186+
## Related content
185187

186188
* For information about monitoring event deliveries, see [Monitor Event Grid message delivery](monitor-event-delivery.md).
187189
* For more information about the authentication key, see [Event Grid security and authentication](security-authentication.md).

0 commit comments

Comments
 (0)