Skip to content

Commit 747e401

Browse files
committed
Review, edit, Acrolynx, Learn Linter
1 parent cee4f19 commit 747e401

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/event-grid/troubleshoot-subscription-validation.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Azure Event Grid - Troubleshooting subscription validation
3-
description: This article shows you how you can troubleshoot subscription validations.
4-
ms.topic: conceptual
5-
ms.date: 09/28/2021
3+
description: This article shows you how you can troubleshoot subscription validations for Event Grid events and cloud events.
4+
ms.topic: how-to
5+
ms.date: 01/22/2025
6+
# Customer intent: I want to know how to troubleshoot issues with event subscriptions in Azure Event Grid.
67
---
78

89
# Troubleshoot Azure Event Grid subscription validations
@@ -21,7 +22,7 @@ During event subscription creation, if you're seeing an error message such as `T
2122
> [!IMPORTANT]
2223
> For detailed information on endpoint validation for webhooks, see [Webhook event delivery](end-point-validation-cloud-events-schema.md).
2324
24-
Here is a sample **SubscriptionValidationEvent** JSON you can send using a tool such as CURL:
25+
Here's a sample **SubscriptionValidationEvent** JSON you can send using a tool such as CURL:
2526

2627
```json
2728
[
@@ -40,7 +41,7 @@ Here is a sample **SubscriptionValidationEvent** JSON you can send using a tool
4041
]
4142
```
4243

43-
Here is the sample successful response:
44+
Here's the sample successful response:
4445

4546
```json
4647
{
@@ -58,12 +59,10 @@ curl -X POST -d '[{"id": "2d1781af-3a4c-4d7c-bd0c-e34b19da4e66","topic": "/subsc
5859

5960

6061

61-
To learn more about Event Grid event validation for webhooks, see [Endpoint validation with event grid events](end-point-validation-cloud-events-schema.md).
62+
To learn more about Event Grid event validation for webhooks, see [Endpoint validation with Event Grid events](end-point-validation-cloud-events-schema.md).
6263

6364
## Validate cloud event subscription
6465
Use the **HTTP OPTIONS** method for validation with cloud events. To learn more about cloud event validation for webhooks, see [Endpoint validation with cloud events](end-point-validation-cloud-events-schema.md).
6566

66-
## Troubleshoot event subscription validation
67-
68-
## Next steps
67+
## Related content
6968
If you need more help, post your issue in the [Stack Overflow forum](https://stackoverflow.com/questions/tagged/azure-eventgrid) or open a [support ticket](https://azure.microsoft.com/support/options/).

0 commit comments

Comments
 (0)